Fixed Eclipse class paths for Multi-project setup.

This commit is contained in:
trifonnt 2009-10-14 15:01:11 +00:00
parent 57a18e5b33
commit edfe71b546
3 changed files with 66 additions and 66 deletions

View File

@ -4,7 +4,6 @@
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-digester-1.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-digester-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iReport.jar"/> <classpathentry exported="true" kind="lib" path="lib/iReport.jar"/>
<classpathentry exported="true" kind="lib" path="/tools/lib/iText-2.1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-3.5.3.jar"/> <classpathentry exported="true" kind="lib" path="lib/jasperreports-3.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.3.jar"/> <classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.3.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/tools"/> <classpathentry combineaccessrules="false" kind="src" path="/tools"/>

View File

@ -5,7 +5,6 @@
<classpathentry kind="src" path="/tools"/> <classpathentry kind="src" path="/tools"/>
<classpathentry kind="lib" path="/tools/lib/commons-net-1.4.0.jar"/> <classpathentry kind="lib" path="/tools/lib/commons-net-1.4.0.jar"/>
<classpathentry kind="lib" path="/tools/lib/ant.jar"/> <classpathentry kind="lib" path="/tools/lib/ant.jar"/>
<classpathentry kind="lib" path="/tools/lib/itext-1.4.8.jar"/>
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/> <classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
<classpathentry kind="lib" path="/tools/lib/jnlp.jar"/> <classpathentry kind="lib" path="/tools/lib/jnlp.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
@ -24,5 +23,6 @@
<classpathentry kind="lib" path="/tools/lib/looks-2.0.4.jar"/> <classpathentry kind="lib" path="/tools/lib/looks-2.0.4.jar"/>
<classpathentry kind="lib" path="/tools/lib/commons-collections-3.1.jar"/> <classpathentry kind="lib" path="/tools/lib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="/tools/lib/activemq-core-5.0.0.jar"/> <classpathentry kind="lib" path="/tools/lib/activemq-core-5.0.0.jar"/>
<classpathentry kind="src" path="/JasperReportsTools"/>
<classpathentry kind="output" path="build"/> <classpathentry kind="output" path="build"/>
</classpath> </classpath>

View File

@ -7,6 +7,7 @@
<classpathentry exported="true" kind="lib" path="lib/barbecue-1.5-beta1.jar"/> <classpathentry exported="true" kind="lib" path="lib/barbecue-1.5-beta1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-3.0.1-FINAL-20070705.jar"/> <classpathentry exported="true" kind="lib" path="lib/poi-3.0.1-FINAL-20070705.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jnlp.jar"/> <classpathentry exported="true" kind="lib" path="lib/jnlp.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iText-2.1.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/log4j.jar"/> <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/activation.jar"/>