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/25 04:22:04 UTC

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

Author: schor
Date: Fri Sep 25 02:22:03 2009
New Revision: 818699

URL: http://svn.apache.org/viewvc?rev=818699&view=rev
Log:
UIMA-1588 reverting change

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=818699&r1=818698&r2=818699&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Fri Sep 25 02:22:03 2009
@@ -76,18 +76,17 @@
 		</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.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
-    
+
 		<dependency>
 			<groupId>org.eclipse.core</groupId>
 			<artifactId>resources</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -95,42 +94,42 @@
 		<dependency>
 			<groupId>org.eclipse</groupId>
 			<artifactId>ui</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
-			<groupId>org.eclipse.swt.win32.win32</groupId>
-			<artifactId>x86</artifactId>
-			<version>3.3.0-v3346</version>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>ide</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui</groupId>
 			<artifactId>views</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.ui.workbench</groupId>
 			<artifactId>texteditor</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.eclipse.jface</groupId>
 			<artifactId>text</artifactId>
-			<version>[3.2.9,4.0.0)</version>
+			<version>[3.3.0.0,4.0.0)</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>