[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/imagex/postlet/ -> build.sh (source)

   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


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7