Fix posterita eclipse class path.

This commit is contained in:
trifonnt 2009-06-11 12:18:54 +00:00
parent 41402d799c
commit fbaa57a2ab
1 changed files with 27 additions and 32 deletions

View File

@ -1,32 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="posterita/src/main"/> <classpathentry kind="src" path="posterita/src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/barcode4j.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/barcode4j.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-beanutils-1.7.0.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-fileupload.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-collections.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-validator.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-digester.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-1.1.1.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-fileupload.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-lang-2.3.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/itext-1.3.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-logging.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jcommon-1.0.10.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-validator.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-1.1.1.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-export-poi-1.1.1.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/servlet.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/itext-1.3.jar"/> <classpathentry kind="lib" path="posterita/web/WEB-INF/lib/struts.jar"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jcommon-1.0.10.jar"/> <classpathentry kind="src" path="/base"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar"/> <classpathentry kind="src" path="/tools"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/> <classpathentry kind="src" path="/JasperReports"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/servlet.jar"/> <classpathentry kind="src" path="/JasperReportsTools"/>
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/struts.jar"/> <classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
<classpathentry kind="src" path="/base"/> <classpathentry kind="src" path="/serverApps"/>
<classpathentry kind="src" path="/tools"/> <classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
<classpathentry kind="src" path="/JasperReports"/> <classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
<classpathentry kind="src" path="/JasperReportsTools"/> <classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/> <classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
<classpathentry kind="src" path="/serverApps"/> <classpathentry kind="output" path="posterita/web/WEB-INF/classes"/>
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/> </classpath>
<classpathentry kind="lib" path="/tools/lib/ocrs12.jar"/>
<classpathentry kind="lib" path="/tools/lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
<classpathentry kind="output" path="posterita/web/WEB-INF/classes"/>
</classpath>