Fix posterita eclipse class path.
This commit is contained in:
parent
41402d799c
commit
fbaa57a2ab
|
@ -1,32 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="posterita/src/main"/>
|
||||
<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/commons-beanutils-1.7.0.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-collections.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-digester.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-fileupload.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-lang-2.3.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-logging.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-validator.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-1.1.1.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/itext-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jcommon-1.0.10.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/servlet.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/struts.jar"/>
|
||||
<classpathentry kind="src" path="/base"/>
|
||||
<classpathentry kind="src" path="/tools"/>
|
||||
<classpathentry kind="src" path="/JasperReports"/>
|
||||
<classpathentry kind="src" path="/JasperReportsTools"/>
|
||||
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
|
||||
<classpathentry kind="src" path="/serverApps"/>
|
||||
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
|
||||
<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>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="posterita/src/main"/>
|
||||
<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/commons-fileupload.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/commons-validator.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/displaytag-1.1.1.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/itext-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jcommon-1.0.10.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/jfreechart-1.0.2.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/servlet.jar"/>
|
||||
<classpathentry kind="lib" path="posterita/web/WEB-INF/lib/struts.jar"/>
|
||||
<classpathentry kind="src" path="/base"/>
|
||||
<classpathentry kind="src" path="/tools"/>
|
||||
<classpathentry kind="src" path="/JasperReports"/>
|
||||
<classpathentry kind="src" path="/JasperReportsTools"/>
|
||||
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
|
||||
<classpathentry kind="src" path="/serverApps"/>
|
||||
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue