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 2017/01/14 17:26:07 UTC

svn commit: r1778803 - in /uima/uimaj/trunk: uimaj-ep-debug/pom.xml uimaj-ep-launcher/pom.xml

Author: schor
Date: Sat Jan 14 17:26:06 2017
New Revision: 1778803

URL: http://svn.apache.org/viewvc?rev=1778803&view=rev
Log:
[UIMA-5252] try4 for ep-debug and ep-launcher

Modified:
    uima/uimaj/trunk/uimaj-ep-debug/pom.xml
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=1778803&r1=1778802&r2=1778803&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-debug/pom.xml Sat Jan 14 17:26:06 2017
@@ -110,7 +110,10 @@ UIMA data structures to the Eclipse Debu
           <groupId>org.eclipse.platform</groupId>
           <artifactId>org.eclipse.search</artifactId>
         </exclusion>
-        
+        <exclusion>
+          <groupId>org.eclipse.platform</groupId>
+          <artifactId>org.eclipse.ui.ide</artifactId>
+        </exclusion>
       </exclusions>
 		</dependency>
     

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1778803&r1=1778802&r2=1778803&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Sat Jan 14 17:26:06 2017
@@ -117,6 +117,10 @@
           <groupId>org.eclipse.platform</groupId>
           <artifactId>org.eclipse.search</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.platform</groupId>
+          <artifactId>org.eclipse.ui.ide</artifactId>
+        </exclusion>        
         
       </exclusions>
 		</dependency>