* remove dbPort and print reference

This commit is contained in:
Heng Sin Low 2007-05-10 03:43:02 +00:00
parent d391b06ce1
commit 01e542d487
1 changed files with 0 additions and 6 deletions

View File

@ -19,8 +19,6 @@
<target name="build" depends="init"> <target name="build" depends="init">
<ant inheritAll="false" dir="tools"/> <ant inheritAll="false" dir="tools"/>
<ant inheritAll="false" dir="looks"/> <ant inheritAll="false" dir="looks"/>
<ant inheritAll="false" dir="dbPort"/>
<ant inheritAll="false" dir="print"/>
<ant inheritAll="false" dir="base"/> <ant inheritAll="false" dir="base"/>
<ant inheritAll="false" dir="extend"/> <ant inheritAll="false" dir="extend"/>
<ant inheritAll="false" dir="client"/> <ant inheritAll="false" dir="client"/>
@ -36,8 +34,6 @@
<target name="clean"> <target name="clean">
<ant inheritAll="false" dir="tools" target="clean"/> <ant inheritAll="false" dir="tools" target="clean"/>
<ant inheritAll="false" dir="looks" target="clean"/> <ant inheritAll="false" dir="looks" target="clean"/>
<ant inheritAll="false" dir="print" target="clean"/>
<ant inheritAll="false" dir="dbPort" target="clean"/>
<ant inheritAll="false" dir="base" target="clean"/> <ant inheritAll="false" dir="base" target="clean"/>
<ant inheritAll="false" dir="extend" target="clean"/> <ant inheritAll="false" dir="extend" target="clean"/>
<ant inheritAll="false" dir="JasperReports" target="clean"/> <ant inheritAll="false" dir="JasperReports" target="clean"/>
@ -57,8 +53,6 @@
<target name="update-adempiere-jar" depends="init"> <target name="update-adempiere-jar" depends="init">
<ant inheritAll="false" dir="looks" target="looksCompile"/> <ant inheritAll="false" dir="looks" target="looksCompile"/>
<ant inheritAll="false" dir="dbPort" target="compile"/>
<ant inheritAll="false" dir="print" target="printCompile"/>
<ant inheritAll="false" dir="base" target="compile"/> <ant inheritAll="false" dir="base" target="compile"/>
<ant inheritAll="false" dir="extend" target="compile"/> <ant inheritAll="false" dir="extend" target="compile"/>
<ant inheritAll="false" dir="client"/> <ant inheritAll="false" dir="client"/>