From d9f287d7c72392d3d6733e54ba033c97ca621f2b Mon Sep 17 00:00:00 2001 From: Patrick Woodworth Date: Fri, 7 Dec 2012 19:44:04 -0800 Subject: Adding pom.xml and .gitignore. --- .gitignore | 3 + Jake2.sh | 0 pom.xml | 203 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 206 insertions(+) create mode 100644 .gitignore mode change 100644 => 100755 Jake2.sh create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4a5277 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +target/ +*.iml diff --git a/Jake2.sh b/Jake2.sh old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f688278 --- /dev/null +++ b/pom.xml @@ -0,0 +1,203 @@ + + + + 4.0.0 + + org.emergent.jake2 + jake2 + 1.0-SNAPSHOT + + + UTF-8 + UTF-8 + true + 1.6 + ${jake.javac.source} + 2.0-rc11 + foo + bar + natives-${jogamp.natives.os}-${jogamp.natives.arch} + + + + + org.jogamp.jogl + jogl-all + ${jogamp.version} + + + org.jogamp.jogl + jogl-all + ${jogamp.version} + ${jogamp.natives.classifier} + + + org.jogamp.gluegen + gluegen-rt + ${jogamp.version} + + + org.jogamp.gluegen + gluegen-rt + ${jogamp.version} + ${jogamp.natives.classifier} + + + org.jogamp.joal + joal + ${jogamp.version} + + + org.jogamp.joal + joal + ${jogamp.version} + ${jogamp.natives.classifier} + + + org.testng + testng + 6.3.1 + test + + + + + src + + + src + + **/*.java + + + + resources + + + test + + + test + + **/*.java + + + + + + maven-compiler-plugin + 3.0 + + ${jake.javac.source} + ${jake.javac.target} + true + 512 + -Xlint:all + ${jake.test.skip} + + + + maven-jar-plugin + 2.4 + + + + jake2.Jake2 + true + + + + + + maven-dependency-plugin + 2.6 + + + copy-dependencies + package + + copy-dependencies + + + runtime + ${project.build.directory} + false + false + true + + + + + + maven-surefire-plugin + 2.12.4 + + true + + + + ${project.artifactId} + + + + + linux + + + linux + + + + linux + + + + windows + + + windows + + + + windows + + + + i586 + + + i586 + + + + i586 + + + + amd64 + + + amd64 + + + + amd64 + + + + macosx + + + mac + + + + macosx + universal + + + + + -- cgit v1.2.3