Merged branch JAVADEV_PR3_20001002 into trunk.

git-svn-id: svn://10.0.0.236/trunk@82247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-11-02 23:33:21 +00:00
parent 19a05b26cb
commit aee4ebbf93
71 changed files with 1537 additions and 521 deletions

View File

@@ -18,14 +18,9 @@
#
# Contributor(s):
DEPTH= ../../..
test.jar: test.class manifest
$(JDKHOME)/bin/jar cvfm test.jar manifest *.class
.SUFFIXES: .java .class
.java.class:
$(JDKHOME)/bin/javac -classpath ../classes $<
clobber:
rm *.class *.jar
PLUGLET=test
CLASSES=test.class
HTML=test.html
include ../config/rules.mk