diff options
author | Sven Gothel <[email protected]> | 2013-06-20 20:09:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-20 20:09:13 +0200 |
commit | 55b5449ce106164e7f47b827cbe03a7831de9942 (patch) | |
tree | 35784810b46762dd5f416d230b4780f8d26db007 /make/build.xml | |
parent | 7c8d351fdbc562aebc2c7796c5b8e8673bff3dca (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/build.xml')
-rwxr-xr-x | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index fe07573..cc0b842 100755 --- a/make/build.xml +++ b/make/build.xml @@ -585,6 +585,7 @@ <filter token="SCM_BRANCH" value="${joal.build.branch}"/> <filter token="SCM_COMMIT" value="${joal.build.commit}"/> <filter token="BASEVERSION" value="${jogamp.version.base}" /> + <filter token="JAR_CODEBASE_TAG" value="${jogamp.jar.codebase}"/> </filterset> </copy> |