--- a/build.xml Fri Nov 21 12:50:27 2008 +0000
+++ b/build.xml Fri Nov 21 13:49:33 2008 +0000
@@ -349,14 +349,13 @@
</target>
<target name="install.source" depends="init,code.rev">
- <echo message="${code.revision}"/>
- <!--antcall target="database.lib"/>
+ <antcall target="database.lib"/>
<ant dir="${base.db}" antfile="build-create.xml" target="create.database" inheritAll="true" inheritRefs="true"/>
<antcall target="core.lib"/>
<antcall target="wad.lib"/>
<antcall target="trl.lib"/>
<antcall target="compile.complete"/>
- <antcall target="war"/-->
+ <antcall target="war"/>
</target>
<target name="eclipse.install.source" depends="init,code.rev">