aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-lwjgl
diff options
context:
space:
mode:
authorVincent Cantin <[email protected]>2013-04-07 00:39:51 +0800
committerVincent Cantin <[email protected]>2013-04-07 00:47:59 +0800
commit67e1c2b6ebc984c67f1c26bc3b769e1d46f6cb56 (patch)
tree531168b8b7dae0b5e2b36f267c0819bc198d38d5 /ardor3d-lwjgl
parent8c52dacf710f65965e14ed34550dfd495160f68a (diff)
Cleaned up and fixed the pom.xml files.
Diffstat (limited to 'ardor3d-lwjgl')
-rw-r--r--ardor3d-lwjgl/pom.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/ardor3d-lwjgl/pom.xml b/ardor3d-lwjgl/pom.xml
index ec2684a..3b67867 100644
--- a/ardor3d-lwjgl/pom.xml
+++ b/ardor3d-lwjgl/pom.xml
@@ -10,18 +10,7 @@
<artifactId>ardor3d-lwjgl</artifactId>
<packaging>bundle</packaging>
<name>Ardor 3D LWJGL</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>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -29,12 +18,13 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.lwjgl.lwjgl</groupId>
- <artifactId>lwjgl</artifactId>
+ <groupId>org.lwjgl.lwjgl</groupId>
+ <artifactId>lwjgl</artifactId>
</dependency>
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl_util</artifactId>
</dependency>
</dependencies>
+
</project>