Author: cwiklik
Date: Mon Nov 20 22:13:51 2017
New Revision: 1815863

URL: http://svn.apache.org/viewvc?rev=1815863&view=rev
Log:
UIMA-5485 added org.osgi.framework to Import-Package

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=1815863&r1=1815862&r2=1815863&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Mon Nov 20 22:13:51 2017
@@ -311,7 +311,7 @@
   </dependencies>
 
   <build>
-    
<finalName>org.apache.uima.deployeditor_${parsedVersion.osgiVersion}</finalName>
+    
<finalName>org.apache.uima.as.deployeditor_${parsedVersion.osgiVersion}</finalName>
     
     <plugins>
       <plugin>
@@ -378,6 +378,7 @@ org.eclipse.core.runtime
             </Require-Bundle>
             <Import-Package>
               !org.eclipse.jface.text,
+              !org.osgi.framework,
               !org.eclipse.ui.texteditor,
               !org.eclipse.ui,
               !org.eclipse.ui.dialogs,


Reply via email to