Author: tomdz
Date: Sun Feb 5 15:09:53 2006
New Revision: 375130
URL: http://svn.apache.org/viewcvs?rev=375130&view=rev
Log:
Changes to the libraries exported by the project
Modified:
db/ddlutils/trunk/.classpath
Modified: db/ddlutils/trunk/.classpath
URL:
http://svn.apache.org/viewcvs/db/ddlutils/trunk/.classpath?rev=375130&r1=375129&r2=375130&view=diff
==============================================================================
--- db/ddlutils/trunk/.classpath (original)
+++ db/ddlutils/trunk/.classpath Sun Feb 5 15:09:53 2006
@@ -5,16 +5,16 @@
<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-logging-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/junit-3.8.1.jar"/>
- <classpathentry kind="lib" path="lib/dom4j-1.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 kind="lib" path="lib/stax-api-1.0.jar"/>
- <classpathentry kind="lib" path="lib/commons-betwixt-0.8-dev.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="lib" path="lib/jakarta-oro-2.0.8.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="output" path="target/classes"/>
</classpath>