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 2008/06/10 17:53:20 UTC

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

Author: pamarcelot
Date: Tue Jun 10 08:53:19 2008
New Revision: 666169

URL: http://svn.apache.org/viewvc?rev=666169&view=rev
Log:
Added new plugins to the repository pom.xml

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=666169&r1=666168&r2=666169&view=diff
==============================================================================
--- directory/studio/trunk/repository/pom.xml (original)
+++ directory/studio/trunk/repository/pom.xml Tue Jun 10 08:53:19 2008
@@ -445,6 +445,14 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
+      <artifactId>ui</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.debug</groupId>
+      <artifactId>ui</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
       <artifactId>core</artifactId>
     </dependency>
     <dependency>
@@ -455,6 +463,50 @@
       <groupId>org.eclipse.core</groupId>
       <artifactId>variables</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse</groupId>
+      <artifactId>compare</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>boot</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core</groupId>
+      <artifactId>manipulation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.launching</groupId>
+      <artifactId>macosx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ltk.core</groupId>
+      <artifactId>refactoring</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ltk.ui</groupId>
+      <artifactId>refactoring</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.team</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.team</groupId>
+      <artifactId>ui</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ui</groupId>
+      <artifactId>navigator</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ui.navigator</groupId>
+      <artifactId>resources</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ui.views.properties</groupId>
+      <artifactId>tabbed</artifactId>
+    </dependency>
 
 
     <!-- Other dependencies -->