Revision 40510 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.installer/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
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
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.installer</artifactId>
5
    <packaging>pom</packaging>
6
    <description>Project to create installers or install packages in gvSIG</description>
7
    <name>${project.artifactId}</name>
8
    <parent>
9
        <groupId>org.gvsig</groupId>
10
        <artifactId>org.gvsig.desktop.library</artifactId>
11
        <version>2.0.10-SNAPSHOT</version>
12
    </parent>
13

  
14
    <modules>
15
        <module>org.gvsig.installer.lib</module>
16
        <module>org.gvsig.installer.prov</module>
17
        <module>org.gvsig.installer.swing</module>
18
        <module>org.gvsig.installer.main</module>
19
        <module>org.gvsig.installer.maven</module>
20
    </modules>
21
</project>
1
<?xml version="1.0" encoding="UTF-8"?>
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
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.installer</artifactId>
5
    <packaging>pom</packaging>
6
    <description>Project to create installers or install packages in gvSIG</description>
7
    <name>${project.artifactId}</name>
8
    <parent>
9
        <groupId>org.gvsig</groupId>
10
        <artifactId>org.gvsig.desktop.library</artifactId>
11
        <version>2.0.10</version>
12
    </parent>
13

  
14
    <modules>
15
        <module>org.gvsig.installer.lib</module>
16
        <module>org.gvsig.installer.prov</module>
17
        <module>org.gvsig.installer.swing</module>
18
        <module>org.gvsig.installer.main</module>
19
        <module>org.gvsig.installer.maven</module>
20
    </modules>
21
</project>

Also available in: Unified diff