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:02 UTC

svn commit: r982278 - in /uima/uimaj/trunk: uimaj-ep-configurator/pom.xml uimaj-ep-pear-packager/pom.xml

Author: schor
Date: Wed Aug  4 14:58:01 2010
New Revision: 982278

URL: http://svn.apache.org/viewvc?rev=982278&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/uimaj/trunk/uimaj-ep-configurator/pom.xml
    uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator/pom.xml?rev=982278&r1=982277&r2=982278&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/pom.xml Wed Aug  4 14:58:01 2010
@@ -290,8 +290,7 @@
                   org.eclipse.core.runtime
                 </Require-Bundle>
                 <Import-Package>
-                  !org.eclipse.jface.text,
-                  !org.eclipse.jface.text,
+                  !org.eclipse.jface.text,  <!-- the ! means to exclude this -->
                   !org.eclipse.jface.text.link,
                   !org.eclipse.jface.text.source,
                   !org.eclipse.jface.text.templates,

Modified: uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml?rev=982278&r1=982277&r2=982278&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml Wed Aug  4 14:58:01 2010
@@ -195,7 +195,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,