summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-11 09:48:10 +0000
committerPaul Buetow <paul@buetow.org>2008-06-11 09:48:10 +0000
commit0e2e70d5a393024f3ae4a3a3560b4df51075000a (patch)
tree27c659d282bec3508304d5fa80a34a1662185950 /build.xml
parent412a1ac0e6311fe39452ae41b6eada4ef17cce34 (diff)
More javadoc.
Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot!
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0611e73..4a2e296 100644
--- a/build.xml
+++ b/build.xml
@@ -5,7 +5,6 @@
<property name="sources" location="sources" />
<property name="dist" location="dist" />
<property name="classes" location="classes" />
- <!-- <property name="contrib" location="contrib" /> -->
<target name="init">
<tstamp />
@@ -52,7 +51,6 @@
<target name="testdist" depends="dist,rundist" />
<target name="test" depends="compile,run" />
-
<target name="javadoc" description="Generate Javadocs">
<mkdir dir="${basedir}/javadoc/"/>
<javadoc destdir="${basedir}/javadoc/">