Revision 42029 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.timesupport.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
    <groupId>org.gvsig</groupId>
7
    <artifactId>org.gvsig.timesupport.app</artifactId>
8
    <packaging>pom</packaging>
9
    <name>${project.artifactId}</name>
10
    <description>Extension of the TimeSupport example project</description>
11
    <parent>
12
        <groupId>org.gvsig</groupId>
13
        <artifactId>org.gvsig.desktop.plugin</artifactId>
14
        <version>2.0.88-SNAPSHOT</version>
15
    </parent>
16

  
17
    <modules>
18
        <module>org.gvsig.timesupport.app.viewfilter</module>
19
        <module>org.gvsig.timesupport.app.animation</module>
20
    </modules>
21

  
22
</project>
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
    <groupId>org.gvsig</groupId>
6
    <artifactId>org.gvsig.timesupport.app</artifactId>
7
    <packaging>pom</packaging>
8
    <name>${project.artifactId}</name>
9
    <description>Extension of the TimeSupport example project</description>
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.desktop.plugin</artifactId>
13
        <version>2.0.88</version>
14
    </parent>
15

  
16
    <modules>
17
        <module>org.gvsig.timesupport.app.viewfilter</module>
18
        <module>org.gvsig.timesupport.app.animation</module>
19
    </modules>
20

  
21
</project>

Also available in: Unified diff