Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Ladenberger2012-02-07 13:14:59 +0000
committerLukas Ladenberger2012-02-07 13:14:59 +0000
commit7dd7230680e47017d1aed2bbe9c49f29e556f03a (patch)
treeb4f1415b255ad28f481a5ac5dbedb243f77d1e95
parente6545e6718e2c265149507b4970bbade2e3ff5db (diff)
downloadorg.eclipse.rmf-7dd7230680e47017d1aed2bbe9c49f29e556f03a.tar.gz
org.eclipse.rmf-7dd7230680e47017d1aed2bbe9c49f29e556f03a.tar.xz
org.eclipse.rmf-7dd7230680e47017d1aed2bbe9c49f29e556f03a.zip
exported ui package
-rw-r--r--org.eclipse.rmf.pror.reqif10.presentation.linewrap/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 cc0e9dbf..7cd4ef90 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
@@ -11,7 +11,8 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.rmf.pror.presentation.linewrap,
org.eclipse.rmf.pror.presentation.linewrap.impl,
org.eclipse.rmf.pror.presentation.linewrap.provider,
- org.eclipse.rmf.pror.presentation.linewrap.util
+ 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,

Back to the top