Revision 95 org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/org.gvsig.complexlegend.lib/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
		 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5

  
6
	<modelVersion>4.0.0</modelVersion>
7
	<artifactId>org.gvsig.complexlegend.lib</artifactId>
8
	<packaging>pom</packaging>
9
	<name>org.gvsig.complexlegend.lib</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.complexlegend</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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/xsd/maven-4.0.0.xsd">
3

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend.lib</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.complexlegend.lib</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.complexlegend</artifactId>
11
		<version>1.0.0</version>
14 12
	</parent>
15
	<dependencies>

13
	<dependencies>
16 14
	</dependencies>
17
	<modules>

18
		<module>org.gvsig.complexlegend.lib.api</module>

19
		<module>org.gvsig.complexlegend.lib.impl</module>

20
	</modules>

15
	<modules>
16
		<module>org.gvsig.complexlegend.lib.api</module>
17
		<module>org.gvsig.complexlegend.lib.impl</module>
18
	</modules>
21 19
</project>

Also available in: Unified diff