Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-11-06 15:48:49 +0000
committerThomas Watson2009-11-06 15:48:49 +0000
commit8354ba5a286dd616e28c69274aae9e409d848a68 (patch)
treee79b549dbf4f982ce4643a586f298c89c3bb9a1d /bundles
parent2c521aa9fb8c5d6223936f729b6a96edd4d56306 (diff)
downloadrt.equinox.framework-8354ba5a286dd616e28c69274aae9e409d848a68.tar.gz
rt.equinox.framework-8354ba5a286dd616e28c69274aae9e409d848a68.tar.xz
rt.equinox.framework-8354ba5a286dd616e28c69274aae9e409d848a68.zip
Bug 291829 - need to add variable for ppc64 as supported arch in org.eclipse.osgi
- increment package version for new constant.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 5734907fc..8b38718dc 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Export-Package: org.eclipse.osgi.event;version="1.0",
org.eclipse.osgi.launch; version="1.0",
org.eclipse.osgi.service.datalocation;version="1.2",
org.eclipse.osgi.service.debug;version="1.1",
- org.eclipse.osgi.service.environment;version="1.2",
+ org.eclipse.osgi.service.environment;version="1.3",
org.eclipse.osgi.service.localization;version="1.0",
org.eclipse.osgi.service.pluginconversion;version="1.0",
org.eclipse.osgi.service.resolver;version="1.3",

Back to the top