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
96bea526fe
commit
2a1b61eabd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue