aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-21 10:24:49 +0200
committerSven Gothel <[email protected]>2013-06-21 10:24:49 +0200
commit27a63283a3027d207b5ab2b63b3f92328d757dfc (patch)
tree91763dbbb5f1291dc5a6bbac974fd9a2131add6f /build.xml
parent7878a3ea18f2c6429728e55ba70145ee1269b12c (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 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 43b67826..b894f2aa 100644
--- a/build.xml
+++ b/build.xml
@@ -56,6 +56,7 @@
<filter token="BUILD_VERSION" value="${jocl.version}"/>
<filter token="SCM_BRANCH" value="${jocl.build.branch}"/>
<filter token="SCM_COMMIT" value="${jocl.build.commit}"/>
+ <filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/>
</filterset>
</copy>
</target>