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 16:54:39 UTC

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

Author: schor
Date: Sat Jan 14 16:54:39 2017
New Revision: 1778794

URL: http://svn.apache.org/viewvc?rev=1778794&view=rev
Log:
[UIMA-5252] try2 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=1778794&r1=1778793&r2=1778794&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-debug/pom.xml Sat Jan 14 16:54:39 2017
@@ -100,7 +100,7 @@ UIMA data structures to the Eclipse Debu
       <exclusions>
         <exclusion>
           <groupId>org.eclipse.platform</groupId>
-          <artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId>
+          <artifactId>org.eclipse.swt</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=1778794&r1=1778793&r2=1778794&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Sat Jan 14 16:54:39 2017
@@ -107,7 +107,7 @@
       <exclusions>
         <exclusion>
           <groupId>org.eclipse.platform</groupId>
-          <artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId>
+          <artifactId>org.eclipse.swt</artifactId>
         </exclusion>
       </exclusions>
 		</dependency>