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:11 +00:00
parent 96bea526fe
commit 2a1b61eabd
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@
<classpathentry kind="src" path="/looks"/>
<classpathentry kind="src" path="/tools"/>
<classpathentry combineaccessrules="false" kind="src" path="/JasperReportsTools"/>
<classpathentry kind="lib" path="/lib/oracle.jar"/>
<classpathentry kind="lib" path="/lib/postgresql.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>