Author: pkluegl
Date: Fri Jul 26 11:07:28 2013
New Revision: 1507262

URL: http://svn.apache.org/r1507262
Log:
UIMA-3120
- relax dltk version in plugins

Modified:
    uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
    uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml

Modified: 
uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml 
(original)
+++ uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml 
Fri Jul 26 11:07:28 2013
@@ -124,7 +124,7 @@
                   org.apache.uima.ruta.engine,
                   org.apache.uima.ruta.ide,
                   org.apache.uima.ruta.ide.ui,
-                  org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)"
+                  org.eclipse.dltk.core;bundle-version="3.0.0"
                 </Require-Bundle>
                 <Import-Package>
                 </Import-Package>

Modified: uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml Fri Jul 26 
11:07:28 2013
@@ -50,8 +50,8 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
     
<eclipseUpdateSite>${project.build.directory}/eclipse-update-site</eclipseUpdateSite>
-    <item-maven-release-version>2.0.1</item-maven-release-version>
-    <item-eclipse-release-version>2.0.1</item-eclipse-release-version>
+    <item-maven-release-version>2.0.2-SNAPSHOT</item-maven-release-version>
+    <item-eclipse-release-version>2.0.2.SNAPSHOT</item-eclipse-release-version>
   </properties>
   <!-- don't use dependency mechanism - use dependency:copy
        because we need to get multiple versions for the

Modified: uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml Fri Jul 26 11:07:28 2013
@@ -240,11 +240,11 @@
                   org.apache.uima.ruta.ide,
                   org.apache.uima.ruta.ide.ui,
                   org.eclipse.ui.ide,
-                  org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.core;bundle-version="3.0.0",
                   org.eclipse.jface.text,
                   org.eclipse.dltk.ui;bundle-version="1.0.2",
                   org.eclipse.ui.editors,
-                  org.eclipse.dltk.launching;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.launching;bundle-version="3.0.0",
                   org.eclipse.debug.ui;bundle-version="3.5.0",
                   org.apache.uima.caseditor;bundle-version="2.4.0",
                   org.apache.uima.ruta.caseditor;bundle-version="1.0.0",

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml Fri Jul 26 11:07:28 2013
@@ -311,18 +311,18 @@
                   org.eclipse.core.runtime,
                   org.eclipse.core.resources,
                   org.eclipse.ui,
-                  org.eclipse.dltk.launching;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)",
-                  
org.eclipse.dltk.validators.core;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.console;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.console.ui;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.debug;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.debug.ui;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.formatter;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.testing;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.ui;bundle-version="[3.0.0,5.0.0)",
-                  
org.eclipse.dltk.validators.ui;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.launching;bundle-version="3.0.0",
+                  org.eclipse.dltk.core;bundle-version="3.0.0",
+                  org.eclipse.dltk.validators.core;bundle-version="3.0.0",
+                  org.eclipse.dltk.console;bundle-version="3.0.0",
+                  org.eclipse.dltk.console.ui;bundle-version="3.0.0",
+                  org.eclipse.dltk;bundle-version="3.0.0",
+                  org.eclipse.dltk.debug;bundle-version="3.0.0",
+                  org.eclipse.dltk.debug.ui;bundle-version="3.0.0",
+                  org.eclipse.dltk.formatter;bundle-version="3.0.0",
+                  org.eclipse.dltk.testing;bundle-version="3.0.0",
+                  org.eclipse.dltk.ui;bundle-version="3.0.0",
+                  org.eclipse.dltk.validators.ui;bundle-version="3.0.0",
                   org.eclipse.jface.text,
                   org.eclipse.ui.editors,
                   org.eclipse.ui.ide,

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml Fri Jul 26 11:07:28 2013
@@ -220,10 +220,10 @@
                 </Export-Package>
                 <Require-Bundle>
                   org.eclipse.core.runtime,
-                  org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.core;bundle-version="3.0.0",
                   org.eclipse.core.resources,
-                  org.eclipse.dltk.launching;bundle-version="[3.0.0,5.0.0)",
-                  
org.eclipse.dltk.validators.core;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.launching;bundle-version="3.0.0",
+                  org.eclipse.dltk.validators.core;bundle-version="3.0.0",
                   org.eclipse.ui,
                   org.apache.uima.runtime,
                   org.apache.uima.ruta.engine,

Modified: uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1507262&r1=1507261&r2=1507262&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml Fri Jul 26 11:07:28 2013
@@ -216,8 +216,8 @@
                   org.eclipse.core.runtime,
                   org.eclipse.core.resources,
                   org.eclipse.ui,
-                  org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)",
-                  org.eclipse.dltk.ui;bundle-version="[3.0.0,5.0.0)",
+                  org.eclipse.dltk.core;bundle-version="3.0.0",
+                  org.eclipse.dltk.ui;bundle-version="3.0.0",
                   org.eclipse.jface.text,
                   org.eclipse.ui.editors,
                   org.eclipse.search,


Reply via email to