chnanges for posterita (BUILD.XML)

This commit is contained in:
shameem_z 2007-10-02 08:49:17 +00:00
parent fdafc95209
commit fe40f68e4d
1 changed files with 6 additions and 3 deletions

View File

@ -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>