]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
44d837d72449df8e6e67708e2754bbdc31faecf6
[gpl/argeo-slc.git] / eclipse / features / org.argeo.slc.ui.launch.feature / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.11.2-SNAPSHOT</version>
8 <relativePath>../../../org.argeo.slc</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
11 <packaging>eclipseFeature</packaging>
12 <name>Argeo SLC Launch Eclipse Feature</name>
13 <description>Simplify running scripts based on Argeo SLC</description>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.slc.maven</groupId>
18 <artifactId>maven-argeo-pde-plugin</artifactId>
19 <version>0.3.1</version>
20 <extensions>true</extensions>
21 <configuration>
22 <buildScriptProperties><![CDATA[-DjavacSource=1.5 -DjavacTarget=1.5]]></buildScriptProperties>
23 <feature>
24 <updateSite>http://www.argeo.org/projects/SLC/update</updateSite>
25 <copyright>Copyright 2008 Mathieu Baudier</copyright>
26 <plugins>
27 <plugin>
28 <id>org.argeo.slc.ui.launch</id>
29 <version>0.10.1.qualifier</version>
30 </plugin>
31 </plugins>
32 </feature>
33 </configuration>
34 </plugin>
35 </plugins>
36 </build>
37 <dependencies>
38 <dependency>
39 <groupId>org.argeo.dep.dist</groupId>
40 <artifactId>eclipse-sdk-linux-gtk</artifactId>
41 <version>3.4.1</version>
42 <type>tar.gz</type>
43 <classifier>dist</classifier>
44 </dependency>
45 </dependencies>
46
47 <pluginRepositories>
48 <pluginRepository>
49 <id>argeo-plugins</id>
50 <url>http://www.argeo.org/maven/argeo</url>
51 </pluginRepository>
52 </pluginRepositories>
53
54 </project>