Files
samskivert/.classpath
T
samskivert a005c1769b Some .classpath updates. I need to figure out how to tell Eclipse to get this
information from the POM.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2927 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-10-22 05:59:54 +00:00

18 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/ant.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-collections.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-digester.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-io.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-logging.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/junit4.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/mail.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/servlet-api.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/velocity-dev.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/log4j.jar"/>
<classpathentry kind="output" path="dist/classes"/>
</classpath>