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 2009/09/24 19:38:14 UTC

svn commit: r818560 - /incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml

Author: schor
Date: Thu Sep 24 17:38:11 2009
New Revision: 818560

URL: http://svn.apache.org/viewvc?rev=818560&view=rev
Log:
UIMA-1588 fix eclipse dependency levels

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml?rev=818560&r1=818559&r2=818560&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Thu Sep 24 17:38:11 2009
@@ -76,17 +76,18 @@
 		</dependency>
 
 		<!-- Eclipse dependencies -->
+    <!-- note that the strange version 3.2.9 is there in order to include 3.3.0-vXXXX -->
 		<dependency>
 			<groupId>org.eclipse.core</groupId>
 			<artifactId>runtime</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
-
+    
 		<dependency>
 			<groupId>org.eclipse.core</groupId>
 			<artifactId>resources</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -94,42 +95,42 @@
 		<dependency>
 			<groupId>org.eclipse</groupId>
 			<artifactId>ui</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
-			<groupId>org.eclipse.swt</groupId>
-			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<groupId>org.eclipse.swt.win32.win32</groupId>
+			<artifactId>x86</artifactId>
+			<version>3.3.0-v3346</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>ide</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>views</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui.workbench</groupId>
 			<artifactId>texteditor</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.jface</groupId>
 			<artifactId>text</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
+			<version>[3.2.9,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>