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:
deathmeat 2007-05-10 11:50:13 +00:00
parent 2dea68b86d
commit 291d85c6c7
1 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,13 @@
<pathelement location="../lib/Adempiere.jar" />
<pathelement location="../lib/CSTools.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}" />
</path>