]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/plugins/org.argeo.eclipse.ui/pom.xml
Add original code credentials
[lgpl/argeo-commons.git] / eclipse / plugins / org.argeo.eclipse.ui / pom.xml
index 7c67d3cc4e746df68ce825e103a059118cc921f8..ee8572eaf6cc6e7b48d48b685ca2dc439b48e0e5 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>org.eclipse.core</groupId>
                        <artifactId>org.eclipse.core.runtime</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.eclipse.core</groupId>
+                       <artifactId>org.eclipse.core.commands</artifactId>
+                       <version>3.5.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.equinox</groupId>
+                       <artifactId>org.eclipse.equinox.launcher</artifactId>
+               </dependency>
                <dependency>
                        <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>