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:
parent
9857c68dd8
commit
282d9e4e5d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue