From 37760af388303834e359703aad9562ce6165845f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 11 Jul 2014 03:09:58 +0200 Subject: Bug 1024: Add fallback for native-jar-file location via classpath Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755 --- make/newtversion-natives | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 make/newtversion-natives (limited to 'make/newtversion-natives') diff --git a/make/newtversion-natives b/make/newtversion-natives new file mode 100644 index 000000000..c05845114 --- /dev/null +++ b/make/newtversion-natives @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Application-Name: NEWT +Specification-Title: NEWT API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: NEWT Runtime Environment +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: jogamp.nativetag.newt +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + -- cgit v1.2.3