]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/features/org.argeo.eclipse.dep.rcp/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.3.2
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.rcp / pom.xml
index dbcc14f9339f4c73713f6225f8d61c1e9dbf6177..8aaadb169364307965d1f3b6fb8eec6dc5ac2af7 100644 (file)
@@ -4,11 +4,11 @@
        <parent>
                <groupId>org.argeo.commons.eclipse</groupId>
                <artifactId>features</artifactId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>0.3.2</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-       <name>Argeo Commons RCP Dependencies</name>
+       <name>Commons Eclipse RCP Dependencies</name>
        <build>
                <plugins>
                        <plugin>
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.dep.common</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.2</version>
                </dependency>
 
-               <!-- RCP Only -->
                <dependency>
                        <groupId>org.eclipse.ui</groupId>
                        <artifactId>org.eclipse.ui</artifactId>
                        <groupId>org.eclipse.swt</groupId>
                        <artifactId>org.eclipse.swt</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.eclipse.swt</groupId>
+                       <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.eclipse.swt</groupId>
                        <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
                        <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.gtk.linux.x86_64</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.eclipse.equinox</groupId> -->
-               <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.eclipse.equinox</groupId> -->
-               <!-- <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId> -->
-               <!-- </dependency> -->
        </dependencies>
 </project>