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:16 +00:00
parent 2a1b61eabd
commit 1eb96ed3fd
1 changed files with 2 additions and 1 deletions

View File

@ -9,10 +9,11 @@
<classpathentry kind="src" path="/looks"/>
<classpathentry kind="src" path="/serverApps"/>
<classpathentry kind="src" path="/serverRoot"/>
<classpathentry kind="lib" path="/lib/oracle.jar"/>
<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
<classpathentry kind="lib" path="/tools/lib/ant-commons-net.jar"/>
<classpathentry kind="lib" path="/tools/lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="/tools/lib/commons-net-1.4.0.jar"/>
<classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
<classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>