summaryrefslogtreecommitdiffstats
path: root/make/jogamp-env.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-20 04:29:21 +0200
committerSven Gothel <[email protected]>2013-06-20 04:29:21 +0200
commit6704fab767307b89fa21250c20f1dab56323ffac (patch)
treeac7b5460d6f706188b2a8c75f8fa2adb592723df /make/jogamp-env.xml
parent6c30050195849cd385422fc6e65230c16b818215 (diff)
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
Diffstat (limited to 'make/jogamp-env.xml')
-rwxr-xr-xmake/jogamp-env.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml
index b7fcd21..5da12d5 100755
--- a/make/jogamp-env.xml
+++ b/make/jogamp-env.xml
@@ -68,6 +68,14 @@
<format property="version.timestamp" pattern="yyyyMMdd"/>
</tstamp>
+ <condition property="jogamp.jar.codebase" value="${env.JOGAMP_JAR_CODEBASE}">
+ <not>
+ <equals arg1="${env.JOGAMP_JAR_CODEBASE}" arg2="$${env.JOGAMP_JAR_CODEBASE}" casesensitive="true" />
+ </not>
+ </condition>
+ <property name="jogamp.jar.codebase" value=""/> <!-- A jogamp build uses value "Codebase: *.jogamp.org" -->
+ <echo message="jogamp.jar.codebase ${jogamp.jar.codebase}"/>
+
<property name="jogamp.version.major" value="2"/>
<property name="jogamp.version.minor" value="0"/>
<property name="jogamp.version.submi" value="2"/>