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:34:26 UTC

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

Author: pamarcelot
Date: Thu Aug 20 15:34:14 2009
New Revision: 806217

URL: http://svn.apache.org/viewvc?rev=806217&view=rev
Log:
Part of a fix for DIRSTUDIO-523 (Update Eclipse dependencies to version 3.5 Galileo). Added the remaining dependencies so get loaded when the repository is built.

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=806217&r1=806216&r2=806217&view=diff
==============================================================================
--- directory/studio/trunk/repository/pom.xml (original)
+++ directory/studio/trunk/repository/pom.xml Thu Aug 20 15:34:14 2009
@@ -130,6 +130,14 @@
       <artifactId>databinding</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.core.databinding</groupId>
+      <artifactId>observable</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core.databinding</groupId>
+      <artifactId>property</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.core</groupId>
       <artifactId>expressions</artifactId>
     </dependency>
@@ -255,6 +263,34 @@
       <type>zip</type>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.equinox.p2.artifact</groupId>
+      <artifactId>repository</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2</groupId>
+      <artifactId>engine</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2</groupId>
+      <artifactId>jarprocessor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2</groupId>
+      <artifactId>metadata</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2.metadata</groupId>
+      <artifactId>repository</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox.p2</groupId>
+      <artifactId>repository</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.equinox</groupId>
       <artifactId>preferences</artifactId>
     </dependency>