You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/07/14 16:24:51 UTC

svn commit: r1752687 - in /uima/uima-as/trunk: uima-as-eclipse-update-site/ uima-as-eclipse-update-site/.settings/ uima-as-eclipse-update-site/pom.xml uimaj-ep-deployeditor/pom.xml

Author: schor
Date: Thu Jul 14 16:24:50 2016
New Revision: 1752687

URL: http://svn.apache.org/viewvc?rev=1752687&view=rev
Log:
[UIMA-4988] upgrade UIMA-AS deploy descriptor add-on plugin to drop dependencies on old (version 2) no-longer-available Eclipse compatibility packages.

Modified:
    uima/uima-as/trunk/uima-as-eclipse-update-site/   (props changed)
    uima/uima-as/trunk/uima-as-eclipse-update-site/.settings/   (props changed)
    uima/uima-as/trunk/uima-as-eclipse-update-site/pom.xml
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml

Propchange: uima/uima-as/trunk/uima-as-eclipse-update-site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul 14 16:24:50 2016
@@ -1,2 +1,3 @@
 target
 .project
+category.xml

Propchange: uima/uima-as/trunk/uima-as-eclipse-update-site/.settings/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 14 16:24:50 2016
@@ -0,0 +1,2 @@
+org.eclipse.core.resources.prefs
+org.eclipse.m2e.core.prefs

Modified: uima/uima-as/trunk/uima-as-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-eclipse-update-site/pom.xml?rev=1752687&r1=1752686&r2=1752687&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-eclipse-update-site/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-eclipse-update-site/pom.xml Thu Jul 14 16:24:50 2016
@@ -30,7 +30,7 @@
   
   <artifactId>uima-as-eclipse-update-site</artifactId>
   <packaging>pom</packaging>
-  <version>2.8.1</version>
+  <version>2.8.2-SNAPSHOT</version>
 
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>The UIMA Eclipse update site</description>

Modified: uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml?rev=1752687&r1=1752686&r2=1752687&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Thu Jul 14 16:24:50 2016
@@ -106,12 +106,6 @@
       <version>[3.2.0,4.0.0]</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
-      <version>[3.1.10,4.0.0]</version>
-      <scope>provided</scope>
-    </dependency>
 
     <dependency>
       <groupId>org.eclipse.core</groupId>
@@ -234,12 +228,6 @@
       <scope>provided</scope>      
     </dependency>
     <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
-      <version>[3.2.0,4.0.0]</version>
-      <scope>provided</scope>      
-    </dependency>  
-    <dependency>
       <groupId>org.eclipse.osgi</groupId>
       <artifactId>org.eclipse.osgi</artifactId>
       <version>[3.2.1,4.0.0]</version>