Author: tomdz
Date: Fri Jun 23 08:26:46 2006
New Revision: 416741

URL: http://svn.apache.org/viewvc?rev=416741&view=rev
Log:
Cleaned up libraries

Added:
    db/ddlutils/trunk/lib/build-only/ant-1.6.5.jar
      - copied unchanged from r409492, db/ddlutils/trunk/lib/ant-1.6.5.jar
    db/ddlutils/trunk/lib/build-only/junit-3.8.2.jar
      - copied unchanged from r409492, db/ddlutils/trunk/lib/junit-3.8.2.jar
Removed:
    db/ddlutils/trunk/lib/ant-1.6.5.jar
    db/ddlutils/trunk/lib/build-only/antlr.jar
    db/ddlutils/trunk/lib/build-only/commons-cli.jar
    db/ddlutils/trunk/lib/dbunit-2.1.jar
    db/ddlutils/trunk/lib/hsqldb-1.7.1.jar
    db/ddlutils/trunk/lib/junit-3.8.2.jar
Modified:
    db/ddlutils/trunk/.classpath

Modified: db/ddlutils/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/db/ddlutils/trunk/.classpath?rev=416741&r1=416740&r2=416741&view=diff
==============================================================================
--- db/ddlutils/trunk/.classpath (original)
+++ db/ddlutils/trunk/.classpath Fri Jun 23 08:26:46 2006
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src/java"/>
-       <classpathentry output="target/test" kind="src" path="src/test"/>
-       <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-logging-1.0.4.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/dom4j-1.4.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-collections-3.1.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-dbcp-1.2.1.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-digester-1.7.jar"/>
-       <classpathentry kind="lib" path="lib/ant-1.6.5.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-beanutils-1.7.0.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-betwixt-0.8-dev.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-lang-2.1.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/commons-codec-1.3.jar"/>
-       <classpathentry exported="true" kind="lib" 
path="lib/jakarta-oro-2.0.8.jar"/>
-       <classpathentry kind="lib" path="lib/junit-3.8.2.jar"/>
-       <classpathentry kind="output" path="target/classes"/>
+       <classpathentry path="src/java" kind="src"/>
+       <classpathentry path="src/test" output="target/test" kind="src"/>
+       <classpathentry sourcepath="JRE_SRC" path="JRE_LIB" kind="var"/>
+       <classpathentry path="lib/commons-logging-1.0.4.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/dom4j-1.4.jar" exported="true" kind="lib"/>
+       <classpathentry path="lib/commons-collections-3.1.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/commons-dbcp-1.2.1.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/commons-digester-1.7.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/commons-beanutils-1.7.0.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/stax-api-1.0.jar" exported="true" kind="lib"/>
+       <classpathentry path="lib/commons-betwixt-0.8-dev.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/commons-lang-2.1.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/commons-codec-1.3.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/jakarta-oro-2.0.8.jar" exported="true" 
kind="lib"/>
+       <classpathentry path="lib/build-only/ant-1.6.5.jar" kind="lib"/>
+       <classpathentry path="lib/build-only/junit-3.8.2.jar" kind="lib"/>
+       <classpathentry path="target/classes" kind="output"/>
 </classpath>


Reply via email to