| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 #!/bin/sh 2 mkdir dist 3 javac -g -verbose -d dist -source 1.3 -target 1.3 SRC/JAVA/*.java lib/*.java 4 cd dist 5 jar cvfm postlet.jar ../SRC/manifest *.class netscape 6 rm -rf *.class netscape 7 jarsigner postlet.jar tstkey
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |