diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-11 09:48:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-11 09:48:10 +0000 |
| commit | 0e2e70d5a393024f3ae4a3a3560b4df51075000a (patch) | |
| tree | 27c659d282bec3508304d5fa80a34a1662185950 /build.xml | |
| parent | 412a1ac0e6311fe39452ae41b6eada4ef17cce34 (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.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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/"> |
