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,9 +2,10 @@
# --------------------------------------------
# Default == jar
# "checkout" target gets sources from helma.org
# "compile" target compiles java sources
# "jar" target compiles and builds jar
# "snapshot" target compiles and builds jar in src/ and lib/
# "checkout" target gets sources from helma.org in src/
# "compile" target compiles java sources in work/
# "jar" target compiles and builds jar in work/
# "javadoc" target builds the javadoc
# "package" target builds core + jar + javadoc + distribution
# --------------------------------------------
@ -46,4 +47,3 @@ BUILDFILE=build.xml
${JAVA_HOME}/bin/java -classpath ${CP} org.apache.tools.ant.Main -buildfile ${BUILDFILE} ${TARGET}