Update dependencies
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Aug 2010 15:47:54 +0000 (15:47 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Aug 2010 15:47:54 +0000 (15:47 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3746 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.eclipse.ui/pom.xml

index 6df47287bc029b6f9e9108b7275ef911edb1150e..ec70309f66fa872c9df12fc7a4e9c14d93e1cc62 100644 (file)
@@ -11,6 +11,7 @@
        <name>Commons Eclipse UI</name>
        <packaging>jar</packaging>
        <dependencies>
+               <!-- Eclipse -->
                <dependency>
                        <groupId>org.eclipse.ui</groupId>
                        <artifactId>org.eclipse.ui</artifactId>
                        <groupId>com.ibm.icu</groupId>
                        <artifactId>com.ibm.icu</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.eclipse.swt</groupId>
+                       <artifactId>org.eclipse.swt</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.swt</groupId>
+                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.swt</groupId>
+                       <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.equinox</groupId>
+                       <artifactId>org.eclipse.equinox.launcher</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.equinox</groupId>
+                       <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.equinox</groupId>
+                       <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
+               </dependency>
+
+               <!-- Spring -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context</artifactId>
                </dependency>
+               <!--  Others -->
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
+
        </dependencies>
 </project>