Skip to content
Snippets Groups Projects
Commit 6dc927bc authored by david_williams's avatar david_williams
Browse files

simplify build parameters

parent 439c4f1d
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,6 @@
<property
file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties" />
<!-- if not otherwise set externally, assign some reasonable default, especially
to work on production build machine -->
<property
name="JAVADOC_COMMAND"
value="${env.JAVA_5_HOME}/bin/javadoc" />
<property
name="JAVADOC_ARGS"
value="-J-Xms256m -J-Xmx1024m" />
<property file="javadoc.properties" />
<property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment