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 2017/11/29 21:01:09 UTC

svn commit: r1816651 - in /uima/uimaj/trunk: uimaj-ep-configurator/pom.xml uimaj-ep-jcasgen/pom.xml

Author: schor
Date: Wed Nov 29 21:01:09 2017
New Revision: 1816651

URL: http://svn.apache.org/viewvc?rev=1816651&view=rev
Log:
[UIMA-5658] fix ordering so later version of bundle plugin work with features-and-bundles running for creating update site

Modified:
    uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
    uima/uimaj/trunk/uimaj-ep-jcasgen/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=1816651&r1=1816650&r2=1816651&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/pom.xml Wed Nov 29 21:01:09 2017
@@ -365,9 +365,9 @@ org.eclipse.core.runtime
               !org.eclipse.ui.dialogs,
               !org.eclipse.ui.part,
               !org.eclipse.core.runtime,
-              *,
               org.apache.uima.jcas.jcasgenp,
-              org.eclipse.jdt.ui
+              org.eclipse.jdt.ui,
+              *
             </Import-Package>
 
             

Modified: uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?rev=1816651&r1=1816650&r2=1816651&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Wed Nov 29 21:01:09 2017
@@ -216,10 +216,10 @@
             <!-- the bottom two imports are needed by Eclipse to get things to compile, but
                  not needed by maven -->
             <Import-Package>
-              !org.eclipse.core.runtime,                 
-              *,  
+              !org.eclipse.core.runtime,  
               org.osgi.framework, 
-              org.eclipse.jdt.core.jdom
+              org.eclipse.jdt.core.jdom,
+              *  
             </Import-Package> 
             <Bundle-SymbolicName>org.apache.uima.jcas.jcasgenp;singleton:=true</Bundle-SymbolicName>
             <Eclipse-AutoStart>true</Eclipse-AutoStart>