]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.autoui/pom.xml
Introduce file driver.
[gpl/argeo-slc.git] / org.argeo.slc.autoui / pom.xml
index eb1491d06a4041d76a4afa6f198ed460274e4b1f..4c526a48e39bedd2044c2223ec7b908bb7aada57 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.3-SNAPSHOT</version>
+               <version>0.11.1-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.autoui</artifactId>
@@ -20,7 +20,7 @@
                                <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}
@@ -29,7 +29,7 @@
                                                        org.argeo.slc.autoui.AutoUiActivator
                                                </Bundle-Activator>
                                                <Export-Package>
-                                                       org.argeo.slc.autoui
+                                                       org.argeo.slc.autoui.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
                </plugins>
        </build>
        <dependencies>
-               <!-- 
-                       <dependency>
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>commons-logging</groupId>
-                       <artifactId>commons-logging</artifactId>
-                       </dependency>
-                       <dependency>
-                       <groupId>log4j</groupId>
-                       <artifactId>log4j</artifactId>
-                       </dependency>
-               -->
+               </dependency>
                <dependency>
-                       <groupId>org.argeo.dep.jemmy</groupId>
-                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+                       <groupId>org.eclipse</groupId>
+                       <artifactId>osgi</artifactId>
+                       <version>3.3.0-v20070530</version>
                </dependency>
 
-               <!-- OSGi 
-                       <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>1.0.0</version>
-                       </dependency>
-                               <dependency>
-            <groupId>org.eclipse</groupId>
-            <artifactId>osgi</artifactId>
-            <version>3.3.0-v20070530</version>
-        </dependency>
-                       
-                       
-                       -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-context</artifactId>
+                       <version>2.0.8</version>
+               </dependency>
 
                <dependency>
-                       <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId>
+                       <groupId>org.codehaus.castor</groupId>
+                       <artifactId>castor</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file