PosteritaPOS integrated and enabled.
This commit is contained in:
parent
b6d35e86fc
commit
732dea05bd
|
@ -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