Fix global classpath
This commit is contained in:
parent
c9c38dfe6d
commit
7dfdcf981c
11
.classpath
11
.classpath
|
@ -13,6 +13,11 @@
|
|||
<classpathentry kind="src" path="serverApps/src/main/servlet"/>
|
||||
<classpathentry kind="src" path="posterita/src/main"/>
|
||||
<classpathentry kind="src" path="zkwebui/WEB-INF/src"/>
|
||||
<classpathentry excluding="org/compiere/interfaces/" kind="src" path="JasperReports/src"/>
|
||||
<classpathentry excluding="org/compiere/utils/DigestOfFile.java" kind="src" path="JasperReportsWebApp/src"/>
|
||||
<classpathentry kind="src" path="tools/src"/>
|
||||
<classpathentry kind="src" path="webCM/src/main/servlet"/>
|
||||
<classpathentry kind="src" path="migration/src"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/activation.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/jstl.jar"/>
|
||||
|
@ -84,7 +89,6 @@
|
|||
<classpathentry exported="true" kind="lib" path="zkwebui/WEB-INF/lib/zul-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="zkwebui/WEB-INF/lib/zweb.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="zkwebui/WEB-INF/lib/zweb-sources.jar"/>
|
||||
<classpathentry kind="src" path="tools/src"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/looks-2.0.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-beanutils.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-beanutils-bean-collections.jar"/>
|
||||
|
@ -103,11 +107,7 @@
|
|||
<classpathentry exported="true" kind="lib" path="tools/lib/xml-apis.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/itext-1.4.8.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/jpedal.jar"/>
|
||||
<classpathentry kind="src" path="migration/src"/>
|
||||
<classpathentry excluding="org/compiere/interfaces/" kind="src" path="JasperReports/src"/>
|
||||
<classpathentry excluding="org/compiere/utils/DigestOfFile.java" kind="src" path="JasperReportsWebApp/src"/>
|
||||
<classpathentry exported="true" kind="lib" path="JasperReportsTools/lib/jasperreports-1.3.0.jar"/>
|
||||
<classpathentry kind="src" path="webCM/src/main/servlet"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/swingx-0.9.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/bsh-2.0b5.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="tools/lib/bsh-engine.jar"/>
|
||||
|
@ -125,5 +125,6 @@
|
|||
<classpathentry exported="true" kind="lib" path="tools/lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
||||
<classpathentry exported="true" kind="lib" path="zkwebui/WEB-INF/lib/cglib.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
Loading…
Reference in New Issue