You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/04/24 13:57:52 UTC

svn commit: r531889 - in /directory/ldapstudio/trunk/ldapstudio-jars: .classpath build.properties

Author: pamarcelot
Date: Tue Apr 24 04:57:51 2007
New Revision: 531889

URL: http://svn.apache.org/viewvc?view=rev&rev=531889
Log:
Updated classpath and build properties to match the new dependencies of the shared-ldap and ldapstudio-dsml-parser libraries (commons-collections bumped to version 3.2).

Modified:
    directory/ldapstudio/trunk/ldapstudio-jars/.classpath
    directory/ldapstudio/trunk/ldapstudio-jars/build.properties

Modified: directory/ldapstudio/trunk/ldapstudio-jars/.classpath
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/.classpath?view=diff&rev=531889&r1=531888&r2=531889
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/.classpath (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/.classpath Tue Apr 24 04:57:51 2007
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry exported="true" kind="lib" path="lib/shared-asn1-0.9.7-SNAPSHOT.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/shared-ldap-0.9.7-SNAPSHOT.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry exported="true" kind="lib" path="lib/antlr-2.7.6.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/ldapstudio-dsml-parser-0.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/nlog4j-1.2.25.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/shared-asn1-0.9.7-SNAPSHOT.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/shared-ldap-0.9.7-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.3_8.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: directory/ldapstudio/trunk/ldapstudio-jars/build.properties
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-jars/build.properties?view=diff&rev=531889&r1=531888&r2=531889
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-jars/build.properties (original)
+++ directory/ldapstudio/trunk/ldapstudio-jars/build.properties Tue Apr 24 04:57:51 2007
@@ -1,6 +1,6 @@
 bin.includes = META-INF/,\
                lib/antlr-2.7.6.jar,\
-               lib/commons-collections-3.1.jar,\
+               lib/commons-collections-3.2.jar,\
                lib/dom4j-1.6.1.jar,\
                lib/ldapstudio-dsml-parser-0.3.jar,\
                lib/nlog4j-1.2.25.jar,\