File: build.sh

package info (click to toggle)
coco-java 20050316-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 88 kB
  • ctags: 3
  • sloc: makefile: 58; sh: 6
file content (5 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download
1
2
3
4
5
jikes-kaffe -nowarn -d . *.java
jar cfm Coco.jar Coco.manifest Coco/*.class
rm Coco/*.class
rmdir Coco