modifed to fit the latest build targets
This commit is contained in:
parent
c0d7a163ba
commit
e74c9b22f2
3 changed files with 42 additions and 16 deletions
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue