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 2010/08/04 16:58:03 UTC

svn commit: r982279 - /uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml

Author: schor
Date: Wed Aug  4 14:58:03 2010
New Revision: 982279

URL: http://svn.apache.org/viewvc?rev=982279&view=rev
Log:
[UIMA-1846] remove duplicate exclude in <Import-Package> for jface.text - causing errors with more recent versions of maven-bundle-plugin

Modified:
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml

Modified: uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml?rev=982279&r1=982278&r2=982279&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Wed Aug  4 14:58:03 2010
@@ -277,7 +277,6 @@
                 </Require-Bundle>
                 <Import-Package>
                   !org.eclipse.jface.text,
-                  !org.eclipse.jface.text,
                   !org.eclipse.jface.text.link,
                   !org.eclipse.jface.text.source,
                   !org.eclipse.jface.text.templates,