diff options
author | Sven Gothel <[email protected]> | 2012-10-12 22:48:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-12 22:48:46 +0200 |
commit | eeccb2d30d94d0e8651151f7bdfaf7e09e6470d2 (patch) | |
tree | e4135dada86490af8d67d9fa7b3471380059dae9 /deployment/funcs_jars_pack_sign.sh | |
parent | 47634e511da959c2efce178faff32a87fb70735e (diff) |
Fix signing script: Skip signing jogl-test.jar (not jogl.test.jar, prev. name)
Diffstat (limited to 'deployment/funcs_jars_pack_sign.sh')
-rwxr-xr-x | deployment/funcs_jars_pack_sign.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/funcs_jars_pack_sign.sh b/deployment/funcs_jars_pack_sign.sh index ba72af5..ad7fa0a 100755 --- a/deployment/funcs_jars_pack_sign.sh +++ b/deployment/funcs_jars_pack_sign.sh @@ -150,7 +150,7 @@ cd $wsdir/jar rm -rf util-jars mkdir -p util-jars -mv jogl.test.jar junit.jar util-jars/ +mv jogl-test.jar junit.jar util-jars/ for i in *.jar ; do echo jarsigner -storetype pkcs12 -keystore $keystore $i \"$signarg\" |