You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/11/11 01:31:56 UTC

svn commit: r593831 - in /directory/studio/trunk/studio-dsml-parser: .classpath ivy.xml project.properties

Author: seelmann
Date: Sat Nov 10 16:31:55 2007
New Revision: 593831

URL: http://svn.apache.org/viewvc?rev=593831&view=rev
Log:
Switched to shared-ldap 0.9.8-SNAPSHOT, bumped up to version 0.4.1

Modified:
    directory/studio/trunk/studio-dsml-parser/.classpath
    directory/studio/trunk/studio-dsml-parser/ivy.xml
    directory/studio/trunk/studio-dsml-parser/project.properties

Modified: directory/studio/trunk/studio-dsml-parser/.classpath
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/.classpath?rev=593831&r1=593830&r2=593831&view=diff
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/.classpath (original)
+++ directory/studio/trunk/studio-dsml-parser/.classpath Sat Nov 10 16:31:55 2007
@@ -7,12 +7,13 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
 	<classpathentry kind="lib" path="lib/xpp3-1.1.3_8.jar"/>
-	<classpathentry kind="lib" path="lib/shared-ldap-0.9.6-SNAPSHOT.jar"/>
-	<classpathentry kind="lib" path="lib/shared-asn1-0.9.6-SNAPSHOT.jar"/>
 	<classpathentry kind="lib" path="lib/nlog4j-1.2.25.jar"/>
 	<classpathentry kind="lib" path="lib/junit-3.8.2.jar"/>
 	<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
-	<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
 	<classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
+	<classpathentry kind="lib" path="lib/commons-collections-3.2.jar"/>
+	<classpathentry kind="lib" path="lib/shared-asn1-0.9.8-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/shared-ldap-0.9.8-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/shared-ldap-constants-0.9.8-SNAPSHOT.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: directory/studio/trunk/studio-dsml-parser/ivy.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/ivy.xml?rev=593831&r1=593830&r2=593831&view=diff
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/ivy.xml (original)
+++ directory/studio/trunk/studio-dsml-parser/ivy.xml Sat Nov 10 16:31:55 2007
@@ -20,9 +20,9 @@
 	<info organisation="org.apache.directory.studio" module="studio-dsml-parser"/>
 	<dependencies>
 		<dependency org="org.slf4j" name="nlog4j" rev="1.2.25"/>
-		<dependency org="org.apache.directory.shared" name="shared-ldap" rev="0.9.6-SNAPSHOT"/>
-		<dependency org="org.apache.directory.shared" name="shared-asn1" rev="0.9.6-SNAPSHOT"/>
-		<dependency org="commons-collections" name="commons-collections" rev="3.1"/>
+		<dependency org="org.apache.directory.shared" name="shared-ldap-constants" rev="0.9.8-SNAPSHOT"/>
+		<dependency org="org.apache.directory.shared" name="shared-ldap" rev="0.9.8-SNAPSHOT"/>
+		<dependency org="org.apache.directory.shared" name="shared-asn1" rev="0.9.8-SNAPSHOT"/>
 		<dependency org="org.dom4j" name="dom4j" rev="1.6.1"/>
 		<dependency org="org.xmlpull" name="xpp3" rev="1.1.3_8"/>
 		<dependency org="junit" name="junit" rev="3.8.2"/>

Modified: directory/studio/trunk/studio-dsml-parser/project.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-dsml-parser/project.properties?rev=593831&r1=593830&r2=593831&view=diff
==============================================================================
--- directory/studio/trunk/studio-dsml-parser/project.properties (original)
+++ directory/studio/trunk/studio-dsml-parser/project.properties Sat Nov 10 16:31:55 2007
@@ -16,4 +16,4 @@
 #  under the License.
 project.name=studio-dsml-parser
 project.id=studio-dsml-parser
-project.version=0.4
+project.version=0.4.1