modifed to fit the latest build targets

This commit is contained in:
stefanp 2002-04-26 15:10:59 +00:00
parent c0d7a163ba
commit e74c9b22f2
3 changed files with 42 additions and 16 deletions

View file

@ -2,10 +2,11 @@
REM --------------------------------------------
REM Defualt == jar
REM "checkout" target gets sources from helma.org
REM "compile" target compiles java sources
REM "jar" target compiles and builds jar
REM Default == jar
REM "snapshot" target compiles and builds jar in src/ and lib/
REM "checkout" target gets sources from helma.org in src/
REM "compile" target compiles java sources in work/
REM "jar" target compiles and builds jar in work/
REM "javadoc" target builds the javadoc
REM "package" target builds core + jar + javadoc + distribution
REM --------------------------------------------
@ -45,3 +46,4 @@ echo "Please, set the JAVA_HOME variable in your environment to match the"
echo "location of the Java Virtual Machine you want to use."
:end