* add target to build only adempiere.jar or adempiereRoot.jar, convenient for use to update local deployment.
This commit is contained in:
parent
6e37e1b4dd
commit
2adfabea1a
|
@ -55,6 +55,19 @@
|
|||
<delete dir="${env.ADEMPIERE_ROOT}"/>
|
||||
</target>
|
||||
|
||||
<target name="update-adempiere-jar" depends="init">
|
||||
<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="extend" target="compile"/>
|
||||
<ant inheritAll="false" dir="client"/>
|
||||
</target>
|
||||
|
||||
<target name="update-serverRoot" depends="init">
|
||||
<ant inheritAll="false" dir="serverRoot"/>
|
||||
</target>
|
||||
|
||||
<!-- ================================================ -->
|
||||
<!-- Adempiere Local Install -->
|
||||
<!-- ================================================ -->
|
||||
|
|
Loading…
Reference in New Issue