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
f7c0946342
commit
96bea526fe
|
@ -2,6 +2,5 @@
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="lib" path="/lib/oracle.jar"/>
|
|
||||||
<classpathentry kind="output" path="build"/>
|
<classpathentry kind="output" path="build"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
Loading…
Reference in New Issue