]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.3
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / pom.xml
index 4db6136dc11b50884a0ade9c2c1b57f8ee257fa2..471d07aa2bc3dd5d0bf92b89ddbc283c4f84dc04 100644 (file)
@@ -2,30 +2,55 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.3.5-SNAPSHOT</version>
+               <version>1.1.3</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.jcr.ui.explorer</artifactId>
        <name>Commons JCR Explorer</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
+                                               <Bundle-Localization>plugin</Bundle-Localization>
+                                               <Bundle-Activator>org.argeo.jcr.ui.explorer.JcrExplorerPlugin</Bundle-Activator>
+                                               <Require-Bundle>org.eclipse.ui;resolution:=optional,
+                                                       org.eclipse.core.runtime;resolution:=optional,
+                                                       org.eclipse.rap.ui;resolution:=optional,
+                                                       org.eclipse.rap.ui.workbench;resolution:=optional</Require-Bundle>
+                                               <Import-Package>
+                                                       *,
+                                                       org.argeo.eclipse.spring,
+                                                       org.argeo.util.crypto,
+                                               </Import-Package>
+                                               <Export-Package>org.argeo.jcr.ui.explorer.*</Export-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
-                       <version>0.3.4-SNAPSHOT</version>
+                       <version>1.1.3</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>0.3.4-SNAPSHOT</version>
+                       <version>1.1.3</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>0.3.4-SNAPSHOT</version>
+                       <version>1.1.3</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>