Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / pom.xml
diff --git a/server/modules/org.argeo.node.repo.jackrabbit/pom.xml b/server/modules/org.argeo.node.repo.jackrabbit/pom.xml
deleted file mode 100644 (file)
index 0ac05cc..0000000
+++ /dev/null
@@ -1,40 +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.server</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>modules</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
-       <name>Commons Server Node Repository Jackrabbit</name>
-       <description>Default Node Repository Based on Jackrabbit</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
-                                               <!-- 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>
-                                                       *,
-                                                       com.mysql.jdbc;resolution:=optional,
-                                                       org.h2;resolution:=optional,
-                                                       org.postgresql;resolution:=optional,
-                                                       javax.jcr,
-                                                       org.apache.jackrabbit.core,
-                                                       org.apache.jackrabbit.core.config,
-                                                       org.argeo.jackrabbit,
-                                                       org.argeo.jcr,
-                                                       org.springframework.beans.factory.config,
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file