]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
Introduce Jackrabbit
[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.3-SNAPSHOT</version>
8 <relativePath>../../../org.argeo.slc</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.eclipse</groupId>
11 <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
12 <packaging>zip</packaging>
13 <name>SLCh Eclipse Feature</name>
14 <description>Simplify running scripts based on Argeo SLC</description>
15 <build>
16 <plugins>
17 <plugin>
18 <groupId>org.argeo.slc.maven</groupId>
19 <artifactId>maven-argeo-pde-plugin</artifactId>
20 <version>0.3.2</version>
21 <extensions>true</extensions>
22 <configuration>
23 <buildScriptProperties><![CDATA[-DjavacSource=1.5 -DjavacTarget=1.5]]></buildScriptProperties>
24 <feature>
25 <updateSite>http://www.argeo.org/projects/SLC/update</updateSite>
26 <copyright>Copyright 2008 Mathieu Baudier</copyright>
27 <plugins>
28 <plugin>
29 <id>org.argeo.slc.ui.launch</id>
30 <version>0.10.1.qualifier</version>
31 </plugin>
32 </plugins>
33 </feature>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
38 <dependencies>
39 <dependency>
40 <groupId>org.argeo.dep.dist</groupId>
41 <artifactId>eclipse-sdk-linux-gtk</artifactId>
42 <version>3.4.1</version>
43 <type>tar.gz</type>
44 <classifier>dist</classifier>
45 </dependency>
46 </dependencies>
47
48 <pluginRepositories>
49 <pluginRepository>
50 <id>argeo-plugins</id>
51 <url>http://www.argeo.org/maven/argeo</url>
52 </pluginRepository>
53 </pluginRepositories>
54
55 </project>