You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/09/03 16:51:44 UTC

svn commit: r1519699 - /uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml

Author: pkluegl
Date: Tue Sep  3 14:51:43 2013
New Revision: 1519699

URL: http://svn.apache.org/r1519699
Log:
UIMA-3241
- fixed addons manifest

Modified:
    uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml

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=1519699&r1=1519698&r2=1519699&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml Tue Sep  3 14:51:43 2013
@@ -240,15 +240,15 @@
                   org.apache.uima.ruta.ide,
                   org.apache.uima.ruta.ide.ui,
                   org.eclipse.ui.ide,
-                  org.eclipse.dltk.core;bundle-version="3.0.0",
+                  org.eclipse.dltk.core,
                   org.eclipse.jface.text,
-                  org.eclipse.dltk.ui;bundle-version="1.0.2",
+                  org.eclipse.dltk.ui,
                   org.eclipse.ui.editors,
-                  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.1",
-                  org.apache.uima.ruta.caseditor;bundle-version="1.0.0",
-                  org.apache.uima.caseditor.ide;bundle-version="2.4.1",
+                  org.eclipse.dltk.launching,
+                  org.eclipse.debug.ui,
+                  org.apache.uima.caseditor,
+                  org.apache.uima.ruta.caseditor,
+                  org.apache.uima.caseditor.ide
                 </Require-Bundle>
                 <Import-Package>
                 </Import-Package>