DISABLE the build to posterita.jar, in this moment this code overwrite the original class model and can cause severe damage.

So the org/compiere/model need are delete the posterita project
This commit is contained in:
vpj-cd 2008-10-18 20:26:09 +00:00
parent 9857c68dd8
commit 282d9e4e5d
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<ant inheritAll="false" dir="webStore"/> <ant inheritAll="false" dir="webStore"/>
<ant inheritAll="false" dir="webCM"/> <ant inheritAll="false" dir="webCM"/>
<ant inheritAll="false" dir="sqlj"/> <ant inheritAll="false" dir="sqlj"/>
<ant inheritAll="false" dir="posterita/posterita"/> <!--ant inheritAll="false" dir="posterita/posterita"/-->
<ant inheritAll="false" dir="zkwebui"/> <ant inheritAll="false" dir="zkwebui"/>
</target> </target>
<target name="build" depends="jar"> <target name="build" depends="jar">
@ -48,7 +48,7 @@
<ant inheritAll="false" dir="webStore" target="clean"/> <ant inheritAll="false" dir="webStore" target="clean"/>
<ant inheritAll="false" dir="webCM" target="clean"/> <ant inheritAll="false" dir="webCM" target="clean"/>
<ant inheritAll="false" dir="sqlj" target="clean"/> <ant inheritAll="false" dir="sqlj" target="clean"/>
<ant inheritAll="false" dir="posterita/posterita" target="clean"/> <!--ant inheritAll="false" dir="posterita/posterita" target="clean"/-->
<ant inheritAll="false" dir="install" target="clean"/> <ant inheritAll="false" dir="install" target="clean"/>
<ant inheritAll="false" dir="zkwebui" target="clean"/> <ant inheritAll="false" dir="zkwebui" target="clean"/>
</target> </target>