From b4890c42c79419150ae17babe9ad10f46ee9fbbb Mon Sep 17 00:00:00 2001 From: Evgeniy Tsvigun Date: Mon, 20 Sep 2010 01:10:12 +0800 Subject: Stub POM to resolve buld-time dependencies --- make/pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 make/pom.xml diff --git a/make/pom.xml b/make/pom.xml new file mode 100644 index 000000000..21c37a5b7 --- /dev/null +++ b/make/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + org.jogamp.jogl + jogl + jar + JOGL + this pom is a stub, just to resolve dependencies + Java™ Binding for the OpenGL® API + + + + sonatype-nexus-snapshots + + https://oss.sonatype.org/content/repositories/snapshots + + + + + + gluegen-rt-natives + org.jogamp.gluegen + [1.0-beta07-SNAPSHOT,) + ${envClassifier}-${os.arch} + + + gluegen-cpptasks + org.jogamp.gluegen + [1.0-beta07-SNAPSHOT,) + + + + + + + windows + + + windows + + + + windows + + + + linux + + + unix + + + + linux + + + + \ No newline at end of file -- cgit v1.2.3