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:
parent
2a1b61eabd
commit
1eb96ed3fd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue