]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.ext.jdbm/pom.xml
Move to legacy
[lgpl/argeo-commons.git] / org.argeo.ext.jdbm / pom.xml
diff --git a/org.argeo.ext.jdbm/pom.xml b/org.argeo.ext.jdbm/pom.xml
deleted file mode 100644 (file)
index 4c1c02f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.argeo.commons</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>argeo-commons</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.ext.jdbm</artifactId>
-       <name>Commons Server JDBM Extension</name>
-       <description>Add Apache Directory Server support to JDBM</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Fragment-Host>jdbm</Fragment-Host>
-                                               <Import-Package>
-                                                       org.apache.directory.server.core.partition.impl.btree.jdbm;resolution:=optional,
-                                                       org.apache.directory.server.core.schema;resolution:=optional,
-                                                       org.apache.directory.server.core.partition.impl;resolution:=optional,
-                                                       org.apache.directory.server.core.partition.impl.btree;resolution:=optional,
-                                                       org.apache.directory.shared.ldap.message;resolution:=optional,
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file