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 2009/08/20 17:40:27 UTC

svn commit: r806219 - /directory/studio/trunk/repository/pom.xml

Author: pamarcelot
Date: Thu Aug 20 15:40:27 2009
New Revision: 806219

URL: http://svn.apache.org/viewvc?rev=806219&view=rev
Log:
Part of a fix for DIRSTUDIO-523 (Update Eclipse dependencies to version 3.5 Galileo). ... And the ECF jars...

Modified:
    directory/studio/trunk/repository/pom.xml

Modified: directory/studio/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/repository/pom.xml?rev=806219&r1=806218&r2=806219&view=diff
==============================================================================
--- directory/studio/trunk/repository/pom.xml (original)
+++ directory/studio/trunk/repository/pom.xml Thu Aug 20 15:40:27 2009
@@ -211,6 +211,18 @@
       <artifactId>ui</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.eclipse</groupId>
+      <artifactId>ecf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ecf</groupId>
+      <artifactId>filetransfer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ecf</groupId>
+      <artifactId>identity</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>app</artifactId>
     </dependency>