Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF2
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
index 5cca1c317..16b670ced 100644
--- a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime,
com.sun.syndication;bundle-version="0.9.0",
org.jdom;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.oslc.core,
- org.eclipse.mylyn.internal.oslc.core.client,
- org.eclipse.mylyn.internal.oslc.core.cm
+Export-Package: org.eclipse.mylyn.internal.oslc.core; x-internal:=true,
+ org.eclipse.mylyn.internal.oslc.core.client; x-internal:=true,
+ org.eclipse.mylyn.internal.oslc.core.cm; x-internal:=true
Bundle-ClassPath: .
diff --git a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
index 992a08cdc..b31fe6ea8 100644
--- a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
@@ -15,4 +15,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.commons.core;bundle-version="[3.2.0,3.4.0)",
org.eclipse.mylyn.oslc.core;bundle-version="[3.2.0,3.4.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.oslc.ui
+Export-Package: org.eclipse.mylyn.internal.oslc.ui; x-internal:=true

Back to the top