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

View differences:

pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<artifactId>org.gvsig.complexlegend.app</artifactId>
7
	<packaging>pom</packaging>
8
	<name>org.gvsig.complexlegend.app</name>
9
	<description>complex legend extension</description>
10
	<parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.complexlegend</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
14
	</parent>
15
	<dependencyManagement>
16
		<dependencies>
17
		</dependencies>
18
	</dependencyManagement>
19

  
20
	<modules>
21
		<module>org.gvsig.complexlegend.app.mainplugin</module>
22
	</modules>
23

  
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<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">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend.app</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.complexlegend.app</name>
8
	<description>complex legend extension</description>
9
	<parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.complexlegend</artifactId>
12
		<version>1.0.0</version>
13
	</parent>
14
	<dependencyManagement>
15
		<dependencies>
16
		</dependencies>
17
	</dependencyManagement>
18

  
19
	<modules>
20
		<module>org.gvsig.complexlegend.app.mainplugin</module>
21
	</modules>
22

  
24 23
</project>

Also available in: Unified diff