]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached/pom.xml
Integrate detached with standard SLC
[gpl/argeo-slc.git] / org.argeo.slc.detached / pom.xml
index 5926f2a9fffc9a5782786c3f0fc343a3343274c2..79cb5b4c92a16cb188ea55deee231ce10c193b54 100644 (file)
@@ -9,9 +9,8 @@
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.detached</artifactId>
-       <name>SLC Detached</name>
+       <name>Argeo SLC Detached</name>
        <packaging>bundle</packaging>
-       <description />
        <build>
                <plugins>
                        <plugin>
                                <version>1.4.3</version>
                                <extensions>true</extensions>
                                <configuration>
-                                       <manifestLocation>src/main/resources/META-INF</manifestLocation>
+                                       <manifestLocation>
+                                               src/main/resources/META-INF
+                                       </manifestLocation>
                                        <instructions>
                                                <Bundle-SymbolicName>
                                                        ${pom.artifactId}
                                                </Bundle-SymbolicName>
-                                               <Bundle-Activator>
-                                                       org.argeo.slc.autoui.AutoUiActivator
-                                               </Bundle-Activator>
                                                <Export-Package>
-                                                       org.argeo.slc.autoui.*
+                                                       org.argeo.slc.detached.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse</groupId>
-                       <artifactId>osgi</artifactId>
-                       <version>3.3.0-v20070530</version>
+                       <groupId>org.apache.felix</groupId>
+                       <artifactId>org.osgi.core</artifactId>
                </dependency>
 
                <dependency>
                        <version>2.0.8</version>
                </dependency>
 
-               <dependency>
+               <!-- 
+                       <dependency>
                        <groupId>org.codehaus.castor</groupId>
                        <artifactId>castor</artifactId>
+                       </dependency>
+               -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>log4j</groupId>
+                       <artifactId>log4j</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file