]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Use SLC Detached (aka. SLC AutoUI) as a bundle.
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 41095e0c4816d198a0f26c21a9f96c77811511ee..a41190c39860e1264a108c7d2bc588bed5eb2a83 100644 (file)
@@ -8,6 +8,16 @@
        <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}
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       *,org.springframework.beans.factory.xml
+                                               </Import-Package>
+                                               <Require-Bundle>
+                                                       org.argeo.slc.autoui
+                                               </Require-Bundle>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -78,6 +96,7 @@
                        <artifactId>osgi</artifactId>
                        <version>3.3.0-v20070530</version>
                </dependency>
+
        </dependencies>
        <repositories>
                <repository>