Missing classpath references caused classes not found during build under NetBeans as well as standalone, added the missing libraries to the classpath (base.path)
This commit is contained in:
parent
2dea68b86d
commit
291d85c6c7
|
@ -63,6 +63,13 @@
|
||||||
<pathelement location="../lib/Adempiere.jar" />
|
<pathelement location="../lib/Adempiere.jar" />
|
||||||
<pathelement location="../lib/CSTools.jar" />
|
<pathelement location="../lib/CSTools.jar" />
|
||||||
<pathelement location="../tools/lib/j2ee.jar" />
|
<pathelement location="../tools/lib/j2ee.jar" />
|
||||||
|
<pathelement location="../tools/lib/jnlp.jar" />
|
||||||
|
<pathelement location="../tools/lib/servlet-api.jar" />
|
||||||
|
<pathelement location="../tools/lib/mail.jar" />
|
||||||
|
<pathelement location="../tools/lib/bsh-1.3.0.jar" />
|
||||||
|
<pathelement location="../lib/oracle.jar" />
|
||||||
|
<pathelement location="../lib/jboss.jar" />
|
||||||
|
<pathelement location="../lib/postgresql.jar" />
|
||||||
<pathelement location="${build.classes.dir}" />
|
<pathelement location="${build.classes.dir}" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue