Added support to start ADempiere ZK Web UI from Eclipse.
Multiple project setup.
This commit is contained in:
parent
8ad501e2f4
commit
cc910019d2
|
@ -11,11 +11,7 @@
|
||||||
<classpathentry kind="src" path="/client"/>
|
<classpathentry kind="src" path="/client"/>
|
||||||
<classpathentry kind="src" path="/JasperReports"/>
|
<classpathentry kind="src" path="/JasperReports"/>
|
||||||
<classpathentry kind="src" path="/JasperReportsTools"/>
|
<classpathentry kind="src" path="/JasperReportsTools"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5.27">
|
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5.27"/>
|
||||||
<attributes>
|
|
||||||
<attribute name="owner.project.facets" value="jst.web;#system#"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/xercesImpl.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/xercesImpl.jar"/>
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="hide" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||||||
|
<classpathentry kind="output" path=""/>
|
||||||
|
</classpath>
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project-modules id="moduleCoreId" project-version="1.5.0">
|
||||||
|
<wb-module deploy-name="zkwebui">
|
||||||
|
<wb-resource deploy-path="/" source-path="/"/>
|
||||||
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/WEB-INF/src"/>
|
||||||
|
<property name="java-output-path"/>
|
||||||
|
<property name="context-root" value="webui"/>
|
||||||
|
</wb-module>
|
||||||
|
</project-modules>
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<faceted-project>
|
||||||
|
<installed facet="jst.java" version="6.0"/>
|
||||||
|
<installed facet="jst.web" version="2.4"/>
|
||||||
|
</faceted-project>
|
|
@ -0,0 +1 @@
|
||||||
|
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
|
|
@ -0,0 +1 @@
|
||||||
|
Window
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Wed Mar 24 22:24:05 CET 2010
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.wst.ws.service.policy.projectEnabled=false
|
Loading…
Reference in New Issue