* added support for running zkwebui using eclipse webtool ( europa and above ).
This commit is contained in:
parent
a7b7a3d9ad
commit
1606d18284
|
@ -123,5 +123,7 @@
|
||||||
<classpathentry kind="lib" path="zkwebui/WEB-INF/lib/zk.jar"/>
|
<classpathentry kind="lib" path="zkwebui/WEB-INF/lib/zk.jar"/>
|
||||||
<classpathentry kind="lib" path="zkwebui/WEB-INF/lib/zul.jar"/>
|
<classpathentry kind="lib" path="zkwebui/WEB-INF/lib/zul.jar"/>
|
||||||
<classpathentry kind="lib" path="tools/lib/junit.jar"/>
|
<classpathentry kind="lib" path="tools/lib/junit.jar"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
37
.project
37
.project
|
@ -1,17 +1,20 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>adempiere_trunk</name>
|
<name>Adempiere_stable</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
</natures>
|
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||||
</projectDescription>
|
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
|
||||||
|
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#Sun Aug 03 07:33:03 SGT 2008
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.5
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.5
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project-modules id="moduleCoreId" project-version="1.5.0">
|
||||||
|
<wb-module deploy-name="Adempiere_stable">
|
||||||
|
<wb-resource deploy-path="/" source-path="/zkwebui"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/base/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/client/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/sqlj/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/looks/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/install/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/extend/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/serverRoot/src/main/ejb"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/serverRoot/src/main/server"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/serverRoot/src/main/servlet"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/interfaces/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/serverApps/src/main/servlet"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/posterita/src/main"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/zkwebui/WEB-INF/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/tools/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/migration/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/JasperReports/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/JasperReportsWebApp/src"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/webCM/src/main/servlet"/>
|
||||||
|
<property name="context-root" value="webui"/>
|
||||||
|
<property name="java-output-path" value="build/classes"/>
|
||||||
|
</wb-module>
|
||||||
|
</project-modules>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<faceted-project>
|
||||||
|
<installed facet="jst.java" version="5.0"/>
|
||||||
|
<installed facet="jst.web" version="2.4"/>
|
||||||
|
</faceted-project>
|
Loading…
Reference in New Issue