]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.rcp/pom.xml
work on file downloads
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.rcp / pom.xml
index ef5e26f283df396274c4c62b87b6095409df6660..55695cc43a1b0ff35f26bff689d104b2efb8bceb 100644 (file)
@@ -1,4 +1,5 @@
-<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">
+<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.slc</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
-                                               <Bundle-Activator>org.argeo.slc.client.rcp.ClientRcpPlugin</Bundle-Activator>
+                                               <Bundle-Activator>org.argeo.slc.client.rcp.SlcRcpPlugin</Bundle-Activator>
                                                <Require-Bundle>
                                                        org.eclipse.ui,
                                                        org.eclipse.core.runtime
                                                </Require-Bundle>
                                                <Import-Package>
+                                                       org.argeo.eclipse.spring,
+                                                       org.argeo.slc.repo.core,
+                                                       javax.jcr.nodetype,
                                                        *,
                                                </Import-Package>
                                        </instructions>
@@ -33,7 +37,7 @@
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.client.ui</artifactId>
+                       <artifactId>org.argeo.slc.repo</artifactId>
                        <version>1.1.17-SNAPSHOT</version>
                </dependency>