]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Rename SLC AutoUI in SLC Detached
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index ffa4476cb7778bf335940a4681a17c50dd509cec..a836965b9029c68f441f84b29a3133726d05a19c 100644 (file)
@@ -5,9 +5,19 @@
        <groupId>org.argeo.slc.sandbox</groupId>
        <artifactId>org.argeo.slc.sandbox.jemmytest</artifactId>
        <name>SLC Sandbox JemmyTest</name>
-       <version>0.1.1-SNAPSHOT</version>
+       <version>0.1.2-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <build>
+               <!--
+                       <resources>
+                       <resource>
+                       <directory>src/main/slc</directory>
+                       <targetPath>META-INF/slc</targetPath>
+                       <includes>
+                       <include>**/*</include>
+                       </includes>
+                       </resource>
+                       </resources>-->
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
@@ -15,7 +25,9 @@
                                <version>1.4.3</version>
                                <extensions>true</extensions>
                                <configuration>
-                                       <manifestLocation>META-INF</manifestLocation>
+                                       <manifestLocation>
+                                               src/main/resources/META-INF
+                                       </manifestLocation>
                                        <instructions>
                                                <Bundle-SymbolicName>
                                                        ${pom.artifactId}
                                                <Bundle-Activator>
                                                        org.argeo.slc.jemmytest.JemmyTestActivator
                                                </Bundle-Activator>
-                                               <Import-Package>
-                                                       !org.apache.felix.*,*
-                                               </Import-Package>
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       *,org.springframework.beans.factory.xml
+                                               </Import-Package>
+                                               <Require-Bundle>
+                                                       org.argeo.slc.detached
+                                               </Require-Bundle>
                                        </instructions>
                                </configuration>
                        </plugin>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc</groupId>
-                       <artifactId>org.argeo.slc.autoui</artifactId>
-                       <version>0.10.3-SNAPSHOT</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>org.osgi.core</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.felix</groupId>
-                                       <artifactId>org.apache.felix.main</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <artifactId>org.argeo.slc.detached</artifactId>
+                       <version>0.11.1-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.dep.jemmy</groupId>
                        <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>3.8.2</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.sandbox</groupId>
-                       <artifactId>org.argeo.slc.sandbox.testui</artifactId>
-                       <version>0.1.1-SNAPSHOT</version>
-                       <scope>test</scope>
+                       <version>0.2.2</version>
                </dependency>
 
-               <!-- OSGi -->
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
+                       <groupId>org.eclipse</groupId>
+                       <artifactId>osgi</artifactId>
+                       <version>3.3.0-v20070530</version>
                </dependency>
+
        </dependencies>
        <repositories>
                <repository>