Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Jastram2012-02-16 10:01:09 +0000
committerMichael Jastram2012-02-16 10:01:09 +0000
commit233f19562309ee9b8bd71a8552558e85fe85063f (patch)
tree95b14165de2328e692306d97760e3fada15c4953
parentf7de64958a38cc0cb59b79f8f0e7a2214752bbd1 (diff)
downloadorg.eclipse.rmf-233f19562309ee9b8bd71a8552558e85fe85063f.tar.gz
org.eclipse.rmf-233f19562309ee9b8bd71a8552558e85fe85063f.tar.xz
org.eclipse.rmf-233f19562309ee9b8bd71a8552558e85fe85063f.zip
Fixed linewrap presentation after refactoring
-rw-r--r--org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF7
-rw-r--r--org.eclipse.rmf.pror.reqif10.presentation.linewrap/plugin.xml2
2 files changed, 2 insertions, 7 deletions
diff --git a/org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF b/org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF
index f859c968..b7c09961 100644
--- a/org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF
@@ -13,10 +13,5 @@ Export-Package: org.eclipse.rmf.pror.presentation.linewrap,
org.eclipse.rmf.pror.presentation.linewrap.provider,
org.eclipse.rmf.pror.presentation.linewrap.util,
org.eclipse.rmf.pror.presentation.ui
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
- org.eclipse.emf.ecore;bundle-version="[2.7.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.edit;bundle-version="[2.7.0,3.0.0)";visibility:=reexport,
- org.eclipse.rmf.pror.reqif10.presentation.service;bundle-version="0.1.0",
- org.agilemore.agilegrid;bundle-version="1.2.0",
- org.eclipse.swt;bundle-version="3.7.0"
+Require-Bundle: org.eclipse.rmf.pror.reqif10.editor;bundle-version="0.1.0"
Bundle-ActivationPolicy: lazy
diff --git a/org.eclipse.rmf.pror.reqif10.presentation.linewrap/plugin.xml b/org.eclipse.rmf.pror.reqif10.presentation.linewrap/plugin.xml
index f0bb7968..d20eef42 100644
--- a/org.eclipse.rmf.pror.reqif10.presentation.linewrap/plugin.xml
+++ b/org.eclipse.rmf.pror.reqif10.presentation.linewrap/plugin.xml
@@ -37,7 +37,7 @@ Contributors:
genModel="model/linewrap.genmodel"/>
</extension>
<extension
- point="org.eclipse.rmf.pror.reqif10.presentation.service.presentation">
+ point="org.eclipse.rmf.pror.reqif10.editor.presentation">
<presentation
service="org.eclipse.rmf.pror.presentation.ui.LinewrapPresentationService"
name="Linwrapping Cell Label and Editor">

Back to the top