Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..74f7d2015
--- /dev/null
+++ b/bundles/org.eclipse.core.filesystem.linux.ppc64/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %fragmentName
+Bundle-SymbolicName: org.eclipse.core.filesystem.linux.ppc64;singleton:=true
+Bundle-Version: 1.4.0.qualifier
+Bundle-Vendor: %providerName
+Fragment-Host: org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)"
+Bundle-Localization: fragment
+Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=ppc64))

Back to the top