You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2009/04/15 15:10:21 UTC

svn commit: r765175 - /incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml

Author: joern
Date: Wed Apr 15 13:10:21 2009
New Revision: 765175

URL: http://svn.apache.org/viewvc?rev=765175&view=rev
Log:
UIMA-1330

Modified:
    incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml

Modified: incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml?rev=765175&r1=765174&r2=765175&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml (original)
+++ incubator/uima/sandbox/trunk/CasEditorEclipsePlugin/pom.xml Wed Apr 15 13:10:21 2009
@@ -164,20 +164,28 @@
 						<Export-Package>
 							org.apache.uima.caseditor.*
             			</Export-Package>
-            			<Import-Package>org.eclipse.core.runtime.jobs,
-            				org.eclipse.core.runtime.content,
-            				org.eclipse.core.resources,
-            				org.eclipse.core.commands.common,
-            				org.eclipse.swt,
-            				org.eclipse.swt.layout,
-            				org.eclipse.ui.progress,
-            				org.eclipse.jface.layout,
-            				org.eclipse.jface.resource,
-            				org.eclipse.ui.plugin,
-            				org.osgi.framework,
-            				org.eclipse.ui.texteditor,
-            				org.eclipse.ui.views.contentoutline,
-            				org.eclipse.jface.window,
+						<Require-Bundle>
+							org.eclipse.jface.text,
+							org.eclipse.text,
+							org.eclipse.ui.editors,
+							org.eclipse.ui.workbench.texteditor,
+							org.eclipse.ui.ide,
+							org.eclipse.ui,
+							org.eclipse.ui.workbench,
+							org.eclipse.core.runtime
+					    </Require-Bundle>
+            			<Import-Package>
+            			    !org.eclipse.jface.text,
+							!org.eclipse.jface.text.link,
+							!org.eclipse.jface.text.source,
+							!org.eclipse.jface.text.templates,
+							!org.eclipse.ui.texteditor,
+							!org.eclipse.ui,
+							!org.eclipse.ui.actions,
+							!org.eclipse.ui.dialogs,
+							!org.eclipse.ui.model,
+							!org.eclipse.ui.part, 
+							!org.eclipse.core.runtime,
        						*</Import-Package>
 					</instructions>
 				</configuration>