Fixed multi project Eclipse setup to work with new version of jboss.

This commit is contained in:
trifonnt 2008-11-11 09:41:18 +00:00
parent 0cd81afe59
commit 51a00f5c45
3 changed files with 1 additions and 4 deletions

View File

@ -4,6 +4,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/JasperReports"/>
<classpathentry combineaccessrules="false" kind="src" path="/JasperReportsTools"/>
<classpathentry kind="lib" path="/tools/lib/j2ee.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>

View File

@ -25,7 +25,6 @@
<classpathentry kind="src" path="/JasperReportsTools"/>
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
<classpathentry kind="src" path="/serverApps"/>
<classpathentry kind="lib" path="/tools/lib/j2ee.jar"/>
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
<classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
<classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>

View File

@ -10,8 +10,6 @@
<classpathentry exported="true" kind="lib" path="lib/log4j.jar"/>
<classpathentry exported="true" kind="lib" path="lib/activation.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mail.jar"/>
<classpathentry exported="true" kind="lib" path="lib/j2ee.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xdoclet-1.2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jpayment.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/script-api.jar"/>
@ -22,5 +20,6 @@
<classpathentry exported="true" kind="lib" path="lib/jython-engine.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javaee.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>