]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.node.repofactory.jackrabbit/pom.xml
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.repofactory.jackrabbit / pom.xml
index cf8d727a77c87fb99946a55f4f3c8420198b804d..42e02edacacfc79fa59ef82386642f5e9488dc14 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>1.1.5-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
                                <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>
                                                        *,
+                                                       javax.jcr,
+                                                       org.argeo.jackrabbit,
                                                </Import-Package>
                                        </instructions>
                                </configuration>