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:28:02 UTC

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

Author: pamarcelot
Date: Thu Aug 20 15:28:02 2009
New Revision: 806215

URL: http://svn.apache.org/viewvc?rev=806215&view=rev
Log:
Fix for DIRSTUDIO-523 (Update Eclipse dependencies to version 3.5 Galileo). Added org.eclipse.compare.core to the dependencies so it gets loaded when building the repository.

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=806215&r1=806214&r2=806215&view=diff
==============================================================================
--- directory/studio/trunk/repository/pom.xml (original)
+++ directory/studio/trunk/repository/pom.xml Thu Aug 20 15:28:02 2009
@@ -110,6 +110,10 @@
       <artifactId>compare</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.compare</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.core</groupId>
       <artifactId>boot</artifactId>
     </dependency>