source: trunk/dev/bin/script/MAKE-APOLLO-SIGNED-JAR.bat@ 1502

Last change on this file since 1502 was 493, checked in by davidb, 11 years ago

Scripts developed to support the generate of the files needed to run Expeditee and Apollo as Applets

  • Property svn:executable set to *
File size: 267 bytes
Line 
1@echo off
2
3
4cd releases/apollo
5
6if exist ApolloSignedApplet.jar (
7 del ApolloSignedApplet.jar
8)
9
10
11echo greenstone| jarsigner ^
12 -keystore appletstore ^
13 -signedjar ApolloSignedApplet.jar ^
14 ApolloApplet.jar privateKey 2> NUL
15
16cd ..\..
17
Note: See TracBrowser for help on using the repository browser.