Author: tomdz
Date: Mon Dec 26 07:54:24 2005
New Revision: 359071

URL: http://svn.apache.org/viewcvs?rev=359071&view=rev
Log:
Added commons-codec lib used for Base64 encoding

Modified:
    db/ddlutils/trunk/.classpath

Modified: db/ddlutils/trunk/.classpath
URL: 
http://svn.apache.org/viewcvs/db/ddlutils/trunk/.classpath?rev=359071&r1=359070&r2=359071&view=diff
==============================================================================
--- db/ddlutils/trunk/.classpath (original)
+++ db/ddlutils/trunk/.classpath Mon Dec 26 07:54:24 2005
@@ -13,6 +13,7 @@
        <classpathentry exported="true" kind="lib" 
path="lib/commons-beanutils-1.7.0.jar"/>
        <classpathentry kind="lib" path="lib/stax-api-1.0.jar"/>
        <classpathentry kind="lib" path="lib/commons-betwixt-0.8-dev.jar"/>
-       <classpathentry kind="lib" path="lib/commons-lang-2.1.jar"/>
+       <classpathentry sourcepath="E:/development/commons-lang-2.1/src/java" 
kind="lib" path="lib/commons-lang-2.1.jar"/>
+       <classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>


Reply via email to