Fixed multi project Eclipse setup to work with new version of jboss.
This commit is contained in:
parent
0cd81afe59
commit
51a00f5c45
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue