]> 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.3
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.rcp / pom.xml
index 0b538d77c429db14bb59a8317419125c43740fc9..dcc514896e9a13a58e1723ac7f576424e8e08153 100644 (file)
@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.eclipse</groupId>
                <artifactId>features</artifactId>
-               <version>0.2.2-SNAPSHOT</version>
+               <version>0.3.3</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.2-SNAPSHOT</version>
+                       <version>0.3.3</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>