From 6e59ac5f89bcd8cbb0b05653c56a0454963984c8 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 11 Oct 2016 12:59:29 +1300 Subject: New gl2es2 pipeline examples showing usage Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back --- pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3683a95 --- /dev/null +++ b/pom.xml @@ -0,0 +1,87 @@ + + + 4.0.0 + + org.jogamp.java3d + j3dexamples + 1.6.0-SNAPSHOT + + Java 3D Examples + Examples for the Java 3D Graphics API + + + + The GNU General Public License (GPL) + repo + + + + + + philjord + Philip Jordan + https://github.com/philjord + JogAmp + http://jogamp.org/ + + + + + Various from previous project at Java.net + https://java.net/projects/j3d-examples + + + + + + + 2.3.2 + + + UTF-8 + UTF-8 + + + + + ${project.groupId} + j3dcore + ${project.version} + + + ${project.groupId} + vecmath + ${project.version} + + + ${project.groupId} + j3dutils + ${project.version} + + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-jar-plugin + 2.5 + + + + true + + + + + + + + -- cgit v1.2.3