Deploy Adempiere ZK webUI by default
This commit is contained in:
parent
e6cd33ee8a
commit
e74f86cba2
|
@ -36,6 +36,7 @@
|
|||
|
||||
<target name="clean" description="delete class directory">
|
||||
<delete dir="${classes.dir}/org" />
|
||||
<delete dir="${dist.dir}" />
|
||||
</target>
|
||||
|
||||
<target name="compile" depends="clean" description="Compile Java sources">
|
||||
|
|
|
@ -48,4 +48,10 @@
|
|||
<context-root>/posterita</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>webui.war</web-uri>
|
||||
<context-root>/webui</context-root>
|
||||
</web>
|
||||
</module>
|
||||
</application>
|
||||
|
|
|
@ -166,7 +166,18 @@ Start Adempiere via RUN_Adempiere </td>
|
|||
</td>
|
||||
|
||||
<td bgcolor="#fbf8f1">
|
||||
<p><a href="/adempiere">Adempiere Web Application Login (</a><a href="/adempiere/WStart">alternative)</a></p>
|
||||
<p><a href="/webui">Adempiere ZK webUI (beta)</a> - contributed by Posterita</p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td bgcolor="#e9eef5" valign="top">
|
||||
<h2><font color="#000000">Web Application</font></h2>
|
||||
</td>
|
||||
|
||||
<td bgcolor="#fbf8f1">
|
||||
<p><a href="/adempiere">Adempiere old UI HTML (alpha) (</a><a href="/adempiere/WStart">alternative)</a></p>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
<ant inheritAll="false" dir="webCM"/>
|
||||
<ant inheritAll="false" dir="sqlj"/>
|
||||
<ant inheritAll="false" dir="posterita"/>
|
||||
<ant inheritAll="false" dir="extension/posterita/webui"/>
|
||||
</target>
|
||||
<target name="build" depends="jar">
|
||||
<ant inheritAll="false" dir="install"/>
|
||||
|
@ -49,7 +50,8 @@
|
|||
<ant inheritAll="false" dir="sqlj" target="clean"/>
|
||||
<ant inheritAll="false" dir="posterita" target="clean"/>
|
||||
<ant inheritAll="false" dir="install" target="clean"/>
|
||||
</target>
|
||||
<ant inheritAll="false" dir="extension/posterita/webui" target="clean"/>
|
||||
</target>
|
||||
|
||||
<target name="clean-all" depends="clean">
|
||||
<delete dir="${env.ADEMPIERE_ROOT}"/>
|
||||
|
|
Loading…
Reference in New Issue