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!
See "JasperReport Printengine" Feature Request for further details.
Without explicit usage of the printengine (the default), the old standard adempiere printengine will be used.
Removes lib/adempiereRoot.jar because it is generated by
build process.
This and my previous commit probably breaks eclipse's
.classpath files. Just run ant in tools dir and
everything returns to normal.
Removes many jars from /lib which are generated by tools/build.xml
(Cleaning up makes life easier for our friends in developing countries
who are not able to get broadband connections)
Uncommented couple lines in JasperReports/build.xml so that clean
target removes everything not in version control.
Fixed build path issue in client/build.xml