Revision 705

View differences:

org.gvsig.netcdf3d/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.desktop</artifactId>
6
    <version>2.0.148-SNAPSHOT</version>
7
  </parent>
8
  <groupId>org.gvsig</groupId>
9
  <artifactId>org.gvsig.netcdf3d</artifactId>
10
  <version>1.0.0-SNAPSHOT</version>
11
  <packaging>pom</packaging>
12
  <name>org.gvsig.netcdf3d</name>
13
  <modules>
14
  	<module>org.gvsig.netcdf3d.swing</module>
15
  	<module>org.gvsig.netcdf3d.lib</module>
16
  	<module>org.gvsig.netcdf3d.app</module>
17
  </modules>
18
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.app/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.app</artifactId>
9
  <packaging>pom</packaging>
10
  <name>org.gvsig.netcdf3d.app</name>
11
  <modules>
12
  	<module>org.gvsig.netcdf3d.app.mainplugin</module>
13
  </modules>
14
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.app/org.gvsig.netcdf3d.app.mainplugin/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d.app</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.app.mainplugin</artifactId>
9
  <name>org.gvsig.netcdf3d.app.mainplugin</name>
10
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.lib/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.lib</artifactId>
9
  <packaging>pom</packaging>
10
  <name>org.gvsig.netcdf3d.lib</name>
11
  <modules>
12
  	<module>org.gvsig.netcdf3d.lib.api</module>
13
  	<module>org.gvsig.netcdf3d.lib.impl</module>
14
  </modules>
15
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.lib/org.gvsig.netcdf3d.lib.api/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d.lib</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.lib.api</artifactId>
9
  <name>org.gvsig.netcdf3d.lib.api</name>
10
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.lib/org.gvsig.netcdf3d.lib.impl/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d.lib</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.lib.impl</artifactId>
9
  <name>org.gvsig.netcdf3d.lib.impl</name>
10
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.swing/org.gvsig.netcdf3d.swing.impl/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d.swing</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.swing.impl</artifactId>
9
  <name>org.gvsig.netcdf3d.swing.impl</name>
10
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.swing/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.swing</artifactId>
9
  <packaging>pom</packaging>
10
  <name>org.gvsig.netcdf3d.swing</name>
11
  <modules>
12
  	<module>org.gvsig.netcdf3d.swing.api</module>
13
  	<module>org.gvsig.netcdf3d.swing.impl</module>
14
  </modules>
15
</project>
org.gvsig.netcdf3d/org.gvsig.netcdf3d.swing/org.gvsig.netcdf3d.swing.api/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.netcdf3d.swing</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.netcdf3d.swing.api</artifactId>
9
  <name>org.gvsig.netcdf3d.swing.api</name>
10
</project>

Also available in: Unified diff