aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-craft/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-craft/pom.xml')
-rw-r--r--ardor3d-craft/pom.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/ardor3d-craft/pom.xml b/ardor3d-craft/pom.xml
deleted file mode 100644
index 9118608..0000000
--- a/ardor3d-craft/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<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>org.jogamp.ardor3d</groupId>
- <artifactId>ardor3d</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>ardor3d-craft</artifactId>
- <packaging>bundle</packaging>
- <name>Ardor 3D Craft</name>
-
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ardor3d-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ardor3d-awt</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-core</artifactId>
- <version>2.3.0.1</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.3.1</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.3.1</version>
- </dependency>
- </dependencies>
-
-</project> \ No newline at end of file