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">
|
<target name="clean" description="delete class directory">
|
||||||
<delete dir="${classes.dir}/org" />
|
<delete dir="${classes.dir}/org" />
|
||||||
|
<delete dir="${dist.dir}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile" depends="clean" description="Compile Java sources">
|
<target name="compile" depends="clean" description="Compile Java sources">
|
||||||
|
|
|
@ -48,4 +48,10 @@
|
||||||
<context-root>/posterita</context-root>
|
<context-root>/posterita</context-root>
|
||||||
</web>
|
</web>
|
||||||
</module>
|
</module>
|
||||||
|
<module>
|
||||||
|
<web>
|
||||||
|
<web-uri>webui.war</web-uri>
|
||||||
|
<context-root>/webui</context-root>
|
||||||
|
</web>
|
||||||
|
</module>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -166,7 +166,18 @@ Start Adempiere via RUN_Adempiere </td>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td bgcolor="#fbf8f1">
|
<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>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -250,4 +261,4 @@ Start Adempiere via RUN_Adempiere </td>
|
||||||
<h1> </h1>
|
<h1> </h1>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -30,6 +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"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="build" depends="jar">
|
<target name="build" depends="jar">
|
||||||
<ant inheritAll="false" dir="install"/>
|
<ant inheritAll="false" dir="install"/>
|
||||||
|
@ -46,10 +47,11 @@
|
||||||
<ant inheritAll="false" dir="serverApps" target="clean"/>
|
<ant inheritAll="false" dir="serverApps" target="clean"/>
|
||||||
<ant inheritAll="false" dir="webStore" target="clean"/>
|
<ant inheritAll="false" dir="webStore" target="clean"/>
|
||||||
<ant inheritAll="false" dir="webCM" 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="posterita" target="clean"/>
|
||||||
<ant inheritAll="false" dir="install" 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">
|
<target name="clean-all" depends="clean">
|
||||||
<delete dir="${env.ADEMPIERE_ROOT}"/>
|
<delete dir="${env.ADEMPIERE_ROOT}"/>
|
||||||
|
@ -173,4 +175,4 @@
|
||||||
<!-- ================================================ -->
|
<!-- ================================================ -->
|
||||||
<target name="transfer" depends="complete" description="Transfer to Distribution media">
|
<target name="transfer" depends="complete" description="Transfer to Distribution media">
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue