From 2d811311976077bae9522afe533a140b97e62f8f Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Thu, 20 Jun 2013 21:23:16 +0200
Subject: Scripts Windows / JOGAMP_JAR_CODEBASE: No double quotes, otherwise
 they would be added to MANIFEST

---
 make/scripts/make.gluegen.all.win64.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'make/scripts/make.gluegen.all.win64.bat')

diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat
index 9c6ffc9..0fc5735 100755
--- a/make/scripts/make.gluegen.all.win64.bat
+++ b/make/scripts/make.gluegen.all.win64.bat
@@ -17,7 +17,7 @@ set SOURCE_LEVEL=1.6
 set TARGET_LEVEL=1.6
 set TARGET_RT_JAR=C:\jre1.6.0_30\lib\rt.jar
 
-set JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
+set JOGAMP_JAR_CODEBASE=Codebase: *.jogamp.org
 
 ant -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.gluegen.all.win64.log 2>&1
 
-- 
cgit v1.2.3