]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/runtime/pom.xml
Clean and add some comments to the content providers
[gpl/argeo-slc.git] / eclipse / runtime / 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>eclipse</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 </parent>
9 <groupId>org.argeo.slc.eclipse</groupId>
10 <artifactId>runtime</artifactId>
11 <name>SLC Eclipse Runtime</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.slc.client.oxm</module>
15 <module>org.argeo.slc.client.core</module>
16 </modules>
17 <build>
18 <resources>
19 <resource>
20 <directory>.</directory>
21 <includes>
22 <include>plugin.xml</include>
23 <include>META-INF/**</include>
24 <include>icons/**</include>
25 </includes>
26 </resource>
27 </resources>
28 </build>
29 </project>