remove dependency on freePDF on global .classpath

This commit is contained in:
Carlos Ruiz 2007-02-15 19:54:06 +00:00
parent c558f0e247
commit c253c53910
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@
<classpathentry kind="src" path="interfaces/src"/>
<classpathentry kind="src" path="serverApps/src/main/servlet"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/freepdf.jar"/>
<classpathentry exported="true" kind="lib" path="tools/lib/activation.jar"/>
<classpathentry exported="true" kind="lib" path="tools/lib/jstl.jar"/>
<classpathentry exported="true" kind="lib" path="tools/lib/log4j.jar"/>
@ -43,7 +42,6 @@
<classpathentry exported="true" kind="lib" path="tools/lib/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="tools/lib/commons-net-1.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="tools/lib/jgraph.jar"/>
<classpathentry kind="lib" path="lib/jPDF.jar"/>
<classpathentry kind="lib" path="tools/lib/barbecue-1.0.6d.jar"/>
<classpathentry kind="lib" path="tools/lib/jcommon-1.0.5.jar"/>
<classpathentry kind="lib" path="tools/lib/jfreechart-1.0.2.jar"/>
@ -71,5 +69,7 @@
<classpathentry kind="lib" path="tools/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="tools/lib/xjavadoc-1.1.jar"/>
<classpathentry kind="lib" path="tools/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="tools/lib/itext-1.4.8.jar"/>
<classpathentry kind="lib" path="tools/lib/jpedal.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>