From c619ef5e4b6f4f2800985bdc6243036a12e72665 Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Sat, 1 Jun 2019 16:24:37 +0200 Subject: Builds ardor3d-performance with Maven in order to fix the javadoc generation --- ardor3d-performance/pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ardor3d-performance/pom.xml (limited to 'ardor3d-performance/pom.xml') diff --git a/ardor3d-performance/pom.xml b/ardor3d-performance/pom.xml new file mode 100644 index 0000000..d1bf8fb --- /dev/null +++ b/ardor3d-performance/pom.xml @@ -0,0 +1,37 @@ + + 4.0.0 + + com.ardor3d + ardor3d + 1.0-SNAPSHOT + ../pom.xml + + + ardor3d-performance + bundle + Ardor 3D Performance + + + + ${project.groupId} + ardor3d-savable + ${project.version} + + + ${project.groupId} + ardor3d-math + ${project.version} + + + ${project.groupId} + ardor3d-core + ${project.version} + + + javax.vecmath + vecmath + 1.5.2 + + + + -- cgit v1.2.3