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/05/27 19:14:04 UTC

svn commit: r660615 - in /directory/studio/branches/apacheds-plugin-branch: ./ repository/ repository/org/eclipse/jdt/core/ repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/ repository/org/eclipse/jdt/debug/ repository/org/eclipse/jdt/debug/3.3.1.v2007...

Author: pamarcelot
Date: Tue May 27 10:13:58 2008
New Revision: 660615

URL: http://svn.apache.org/viewvc?rev=660615&view=rev
Log:
Added two more libraries to the private repository. Updated the pom.xml files to get the generated application contained all the needed libraries.

Added:
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/core-3.3.3.v_793_R33x.jar   (with props)
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/3.3.1.v20070719_r331/
    directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/3.3.1.v20070719_r331/debug-3.3.1.v20070719_r331.jar   (with props)
Modified:
    directory/studio/branches/apacheds-plugin-branch/pom.xml
    directory/studio/branches/apacheds-plugin-branch/repository/pom.xml
    directory/studio/branches/apacheds-plugin-branch/studio/pom.xml

Modified: directory/studio/branches/apacheds-plugin-branch/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/pom.xml?rev=660615&r1=660614&r2=660615&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/pom.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/pom.xml Tue May 27 10:13:58 2008
@@ -1679,22 +1679,121 @@
       <dependency>
         <groupId>org.eclipse.debug</groupId>
         <artifactId>core</artifactId>
-        <version>3.3.2.v20080117_r332</version>
+        <version>3.3.2.v20080117_r332</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>resources</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>variables</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>runtime</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>filesystem</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.eclipse.debug</groupId>
         <artifactId>ui</artifactId>
-        <version>3.3.2.v20080117_r332</version>
+        <version>3.3.2.v20080117_r332</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>expressions</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>variables</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>ui</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>help</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.debug</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.jface</groupId>
+            <artifactId>text</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.ui.workbench</groupId>
+            <artifactId>texteditor</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.ui</groupId>
+            <artifactId>ide</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.ui</groupId>
+            <artifactId>editors</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>runtime</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>filesystem</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>resources</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jdt</groupId>
         <artifactId>launching</artifactId>
-        <version>3.3.2.v20080115_r332</version>
+        <version>3.3.2.v20080115_r332</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>resources</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.debug</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>debug</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>variables</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>runtime</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>expressions</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.eclipse.ui</groupId>
         <artifactId>console</artifactId>
-        <version>3.2.2.v20071031_r332</version><exclusions>
+        <version>3.2.2.v20071031_r332</version>
+        <exclusions>
           <exclusion>
             <groupId>org.eclipse</groupId>
             <artifactId>ui</artifactId>
@@ -1720,6 +1819,60 @@
             <artifactId>variables</artifactId>
           </exclusion>
         </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jdt</groupId>
+        <artifactId>core</artifactId>
+        <version>3.3.3.v_793_R33x</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>resources</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>runtime</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>filesystem</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse</groupId>
+            <artifactId>text</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.team</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.jdt</groupId>
+        <artifactId>debug</artifactId>
+        <version>3.3.1.v20070719_r331</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>resources</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.debug</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>runtime</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.eclipse.core</groupId>
+            <artifactId>expressions</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
     </dependencies>

Added: directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/core-3.3.3.v_793_R33x.jar
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/core-3.3.3.v_793_R33x.jar?rev=660615&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/core/3.3.3.v_793_R33x/core-3.3.3.v_793_R33x.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/3.3.1.v20070719_r331/debug-3.3.1.v20070719_r331.jar
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/3.3.1.v20070719_r331/debug-3.3.1.v20070719_r331.jar?rev=660615&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/branches/apacheds-plugin-branch/repository/org/eclipse/jdt/debug/3.3.1.v20070719_r331/debug-3.3.1.v20070719_r331.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/branches/apacheds-plugin-branch/repository/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/repository/pom.xml?rev=660615&r1=660614&r2=660615&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/repository/pom.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/repository/pom.xml Tue May 27 10:13:58 2008
@@ -426,9 +426,21 @@
       <artifactId>launching</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>debug</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>core</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.eclipse.ui</groupId>
       <artifactId>console</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>variables</artifactId>
+    </dependency>
 
     <!-- Other dependencies -->
     <dependency>

Modified: directory/studio/branches/apacheds-plugin-branch/studio/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/studio/pom.xml?rev=660615&r1=660614&r2=660615&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/studio/pom.xml (original)
+++ directory/studio/branches/apacheds-plugin-branch/studio/pom.xml Tue May 27 10:13:58 2008
@@ -1178,6 +1178,18 @@
                     <groupId>org.eclipse.ui</groupId>
                     <artifactId>console</artifactId>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.eclipse.jdt</groupId>
+                  <artifactId>core</artifactId>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.eclipse.jdt</groupId>
+                  <artifactId>debug</artifactId>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.eclipse.core</groupId>
+                  <artifactId>variables</artifactId>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
@@ -1198,6 +1210,10 @@
                   <groupId>org.eclipse.help</groupId>
                   <artifactId>webapp</artifactId>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.eclipse.jdt</groupId>
+                  <artifactId>debug</artifactId>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>