chnanges for posterita (BUILD.XML)
This commit is contained in:
parent
fdafc95209
commit
fe40f68e4d
|
@ -28,8 +28,10 @@
|
|||
<ant inheritAll="false" dir="serverApps"/>
|
||||
<ant inheritAll="false" dir="webStore"/>
|
||||
<ant inheritAll="false" dir="webCM"/>
|
||||
<ant inheritAll="false" dir="sqlj"/>
|
||||
<ant inheritAll="false" dir="install"/>
|
||||
<ant inheritAll="false" dir="sqlj"/>
|
||||
<ant inheritAll="false" dir="posterita"/>
|
||||
<ant inheritAll="false" dir="install"/>
|
||||
|
||||
</target>
|
||||
<target name="clean">
|
||||
<ant inheritAll="false" dir="tools" target="clean"/>
|
||||
|
@ -43,7 +45,8 @@
|
|||
<ant inheritAll="false" dir="serverApps" target="clean"/>
|
||||
<ant inheritAll="false" dir="webStore" 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" target="clean"/>
|
||||
<ant inheritAll="false" dir="install" target="clean"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue