]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
Version v0.9.2
[gpl/argeo-slc.git] / eclipse / features / org.argeo.slc.ui.launch.feature / pom.xml
index 9597f8e58bfb52869cbf5a25150493a2fa4500fa..7591a75484708ea251aa092bf383bd23a174de79 100644 (file)
@@ -1,52 +1,55 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9.4-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
+               <version>0.11.2</version>
+               <relativePath>../../../org.argeo.slc</relativePath>
        </parent>
+       <groupId>org.argeo.slc.eclipse</groupId>
        <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
-       <packaging>pom</packaging>
+       <packaging>zip</packaging>
        <name>Argeo SLC Launch Eclipse Feature</name>
-       <properties>
-               <eclipse.base>
-                       /home/mbaudier/dev/eclipseBases/eclipse-3.3
-               </eclipse.base>
-       </properties>
+       <description>Simplify running scripts based on Argeo SLC</description>
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.slc.maven.plugins</groupId>
+                               <groupId>org.argeo.slc.maven</groupId>
                                <artifactId>maven-argeo-pde-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>argeo-pde-build</id>
-                                               <phase>compile</phase>
-                                               <goals>
-                                                       <goal>build</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <baseLocation>${eclipse.base}</baseLocation>
-                                                       <buildScriptTargets>
-                                                               build.update.jar
-                                                       </buildScriptTargets>
-                                                       <buildScriptProperties>
-                                                               -DjavacSource=1.5 -DjavacTarget=1.5
-                                                       </buildScriptProperties>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>argeo-pde-clean</id>
-                                               <phase>clean</phase>
-                                               <goals>
-                                                       <goal>clean</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
+                               <version>0.3.2</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <buildScriptProperties><![CDATA[-DjavacSource=1.5 -DjavacTarget=1.5]]></buildScriptProperties>
+                                       <feature>
+                                               <updateSite>http://www.argeo.org/projects/SLC/update</updateSite>
+                                               <copyright>Copyright 2008 Mathieu Baudier</copyright>
+                                               <plugins>
+                                                       <plugin>
+                                                               <id>org.argeo.slc.ui.launch</id>
+                                                               <version>0.10.1.qualifier</version>
+                                                       </plugin>
+                                               </plugins>
+                                       </feature>
+                               </configuration>
                        </plugin>
                </plugins>
        </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.dep.dist</groupId>
+                       <artifactId>eclipse-sdk-linux-gtk</artifactId>
+                       <version>3.4.1</version>
+                       <type>tar.gz</type>
+                       <classifier>dist</classifier>
+               </dependency>
+       </dependencies>
+
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>argeo-plugins</id>
+                       <url>http://www.argeo.org/maven/argeo</url>
+               </pluginRepository>
+       </pluginRepositories>
+
 </project>
\ No newline at end of file