]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.server.ads.server/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.server.ads.server / pom.xml
diff --git a/org.argeo.server.ads.server/pom.xml b/org.argeo.server.ads.server/pom.xml
deleted file mode 100644 (file)
index 4e6c537..0000000
+++ /dev/null
@@ -1,50 +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.server.ads.server</artifactId>
-       <name>Commons Server Default ADS LDAP Server</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <!-- Import-Package needs to be specified explicitly since BND doesn't 
-                                                       deal with custom Spring-Context instructions -->
-                                               <Spring-Context>META-INF/spring/*.xml;create-asynchronously:=false</Spring-Context>
-                                               <Import-Package>
-                                                       *,
-                                                       javax.naming.directory,
-                                                       jdbm,
-                                                       org.apache.directory.server.configuration,
-                                                       org.apache.directory.server.core.authn,
-                                                       org.apache.directory.server.core.authz,
-                                                       org.apache.directory.server.core.collective,
-                                                       org.apache.directory.server.core.configuration,
-                                                       org.apache.directory.server.core.event,
-                                                       org.apache.directory.server.core.exception,
-                                                       org.apache.directory.server.core.normalization,
-                                                       org.apache.directory.server.core.operational,
-                                                       org.apache.directory.server.core.partition.impl.btree,
-                                                       org.apache.directory.server.core.referral,
-                                                       org.apache.directory.server.core.schema,
-                                                       org.apache.directory.server.core.schema.bootstrap,
-                                                       org.apache.directory.server.core.subtree,
-                                                       org.apache.directory.server.jndi,
-                                                       org.apache.directory.server.ldap.support.extended,
-                                                       org.apache.directory.shared.asn1.codec,
-                                                       org.argeo.server.ads,
-                                                       org.springframework.beans.factory.config
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file