* Fix build.xml and .project
This commit is contained in:
parent
934e40224a
commit
077fa37ef7
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>AjaxWebUI</name>
|
||||
<name>zkwebui</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tomcatProjectProperties>
|
||||
<rootDir>/</rootDir>
|
||||
<exportSource>false</exportSource>
|
||||
<reloadable>true</reloadable>
|
||||
<redirectLogger>false</redirectLogger>
|
||||
<updateXml>true</updateXml>
|
||||
<warLocation></warLocation>
|
||||
<extraInfo></extraInfo>
|
||||
<webPath>webui</webPath>
|
||||
<webClassPathEntries>
|
||||
<webClassPathEntry>/JasperReports/build</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/bin</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/lib/commons-beanutils-1.7.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/lib/commons-digester-1.7.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/lib/iReport.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/lib/jasperreports-1.3.0.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/JasperReportsTools/lib/jfreechart-0.9.21.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/base/build</webClassPathEntry>
|
||||
<webClassPathEntry>/client/build</webClassPathEntry>
|
||||
<webClassPathEntry>/jboss/client/jbossall-client.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/looks/build</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/build</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/Verisign.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/activation.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/ant.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/barbecue-1.1.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/bsh-2.0b5.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/bsh-engine.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/c3p0-0.9.1.2.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/commons-net-1.4.0.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/groovy-all-1.5.1.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/groovy-engine.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/itext-1.4.8.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jcommon-1.0.5.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jfreechart-1.0.2.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jnlp.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jpayment.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jpedal.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jstl.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/junit.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jython-engine.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/jython.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/log4j.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/looks-2.0.4.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/mail.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/ocrs12.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/ojdbc14.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/poi-2.0-final-20040126.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/postgresql.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/script-api.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/standard.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/swingx-0.9.0.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/xdoclet-1.2.3.jar</webClassPathEntry>
|
||||
<webClassPathEntry>/tools/lib/xercesImpl.jar</webClassPathEntry>
|
||||
</webClassPathEntries>
|
||||
</tomcatProjectProperties>
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- ======================================================== -->
|
||||
<!-- Posterita Ajax UI (Web UI) -->
|
||||
<!-- Zk Ajax UI (Web UI) -->
|
||||
<!-- ======================================================== -->
|
||||
|
||||
<project name="PosteritaAjaxUI" default="war" basedir=".">
|
||||
<project name="ZkWebUI" default="war" basedir=".">
|
||||
<description>
|
||||
This buildfile is used to build the Adempiere-Posterita WebUI system.
|
||||
This buildfile is used to build the Zk WebUI client.
|
||||
</description>
|
||||
<!-- set global properties for this build -->
|
||||
<!--<property environment="env"/>-->
|
||||
|
@ -13,7 +13,7 @@
|
|||
<property name="classes.dir" value="${basedir}/WEB-INF/classes"/>
|
||||
<property name="dist.dir" value="${basedir}/dist"/>
|
||||
<property name="WEBINF.dir" value="${basedir}/WEB-INF"/>
|
||||
<property name="Adempiere.dir" value="${basedir}/../../../lib"></property>
|
||||
<property name="Adempiere.dir" value="${basedir}/../lib"></property>
|
||||
|
||||
<property name="war.name" value="webui"/>
|
||||
<property name="compile.debug" value="true"/>
|
||||
|
@ -56,7 +56,7 @@
|
|||
</target>
|
||||
|
||||
<target name="war" depends="compile">
|
||||
<echo message="=========== Build Posterita Ajax UI ==========="/>
|
||||
<echo message="=========== Build Zk Ajax UI ==========="/>
|
||||
<delete dir="${dist.dir}" />
|
||||
|
||||
<mkdir dir="${dist.dir}"/>
|
||||
|
@ -80,6 +80,6 @@
|
|||
</fileset>
|
||||
</war>
|
||||
|
||||
<copy file="${dist.dir}/${war.name}.war" tofile="../../../lib/${war.name}.war"/>
|
||||
<copy file="${dist.dir}/${war.name}.war" tofile="../lib/${war.name}.war"/>
|
||||
</target>
|
||||
</project>
|
Loading…
Reference in New Issue