java-tutorials/apache-fop/.classpath

51 lines
2.6 KiB
Plaintext
Raw Normal View History

2014-11-23 16:06:54 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2014-11-24 12:31:14 -05:00
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/build/fop.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/avalon-framework-4.2.0.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/batik-all-1.7.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/commons-io-1.3.1.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/serializer-2.7.0.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xalan-2.7.0.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xercesImpl-2.7.1.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xml-apis-1.3.04.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xml-apis-ext-1.3.04.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/fop-1.1/lib/xmlgraphics-commons-1.5.jar"/>
<classpathentry kind="lib" path="/Users/ESSAM/Desktop/jtidy-r938.jar"/>
<classpathentry kind="lib" path="src/test/resources/herold.jar"/>
<classpathentry kind="lib" path="src/test/resources/org.apache.commons.jxpath.jar"/>
2014-11-23 16:06:54 -05:00
<classpathentry kind="output" path="target/classes"/>
</classpath>