* Fix build.xml and .project
This commit is contained in:
parent
077fa37ef7
commit
d332037aa6
|
@ -30,7 +30,7 @@
|
||||||
<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"/>
|
<ant inheritAll="false" dir="posterita"/>
|
||||||
<ant inheritAll="false" dir="extension/posterita/webui"/>
|
<ant inheritAll="false" dir="zkwebui"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="build" depends="jar">
|
<target name="build" depends="jar">
|
||||||
<ant inheritAll="false" dir="install"/>
|
<ant inheritAll="false" dir="install"/>
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
<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="posterita" target="clean"/>
|
||||||
<ant inheritAll="false" dir="install" target="clean"/>
|
<ant inheritAll="false" dir="install" target="clean"/>
|
||||||
<ant inheritAll="false" dir="extension/posterita/webui" target="clean"/>
|
<ant inheritAll="false" dir="zkwebui" target="clean"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean-all" depends="clean">
|
<target name="clean-all" depends="clean">
|
||||||
|
|
Loading…
Reference in New Issue