Fixed Eclipse settings!

Now Eclipse projects reference proper jar files:
oracle.jar is artificial jar. Replaced by : orcs12.jar and ojdbc14.jar
jboss.jar is artificial jar. Replaced by: jbossall-client.jar
This makes cheouted Adempiere sources from Eclipse compilable!
This commit is contained in:
trifonnt 2007-07-04 10:04:21 +00:00
parent 1eb96ed3fd
commit 724c61a956
1 changed files with 4 additions and 3 deletions

View File

@ -9,13 +9,14 @@
<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/jnlp.jar"/>
<classpathentry kind="lib" path="/lib/jboss.jar"/>
<classpathentry kind="lib" path="/lib/oracle.jar"/>
<classpathentry kind="lib" path="/lib/postgresql.jar"/>
<classpathentry kind="lib" path="/tools/lib/barbecue-1.0.6d.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.2.jar"/>
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.5.jar"/>
<classpathentry kind="lib" path="/tools/lib/junit.jar"/>
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
<classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
<classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
<classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>