diff options
author | Vincent Cantin <[email protected]> | 2013-04-07 00:39:51 +0800 |
---|---|---|
committer | Vincent Cantin <[email protected]> | 2013-04-07 00:47:59 +0800 |
commit | 67e1c2b6ebc984c67f1c26bc3b769e1d46f6cb56 (patch) | |
tree | 531168b8b7dae0b5e2b36f267c0819bc198d38d5 /ardor3d-extras | |
parent | 8c52dacf710f65965e14ed34550dfd495160f68a (diff) |
Cleaned up and fixed the pom.xml files.
Diffstat (limited to 'ardor3d-extras')
-rw-r--r-- | ardor3d-extras/pom.xml | 46 |
1 files changed, 18 insertions, 28 deletions
diff --git a/ardor3d-extras/pom.xml b/ardor3d-extras/pom.xml index d85defc..165f5fd 100644 --- a/ardor3d-extras/pom.xml +++ b/ardor3d-extras/pom.xml @@ -1,32 +1,22 @@ <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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.ardor3d</groupId> - <artifactId>ardor3d</artifactId> - <version>0.9-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>com.ardor3d</groupId> + <artifactId>ardor3d</artifactId> + <version>0.9-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> - <artifactId>ardor3d-extras</artifactId> - <packaging>bundle</packaging> - <name>Ardor 3D Extras Package</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.6</source> - <target>1.6</target> - </configuration> - </plugin> - </plugins> - </build> + <artifactId>ardor3d-extras</artifactId> + <packaging>bundle</packaging> + <name>Ardor 3D Extras Package</name> + <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>ardor3d-core</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ardor3d-core</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + </project> |