Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-03-31 17:31:20 +0000
committerSteffen Pingel2013-03-31 17:31:20 +0000
commit54382b057629f7cb02872772af211860e760d3b8 (patch)
tree3ee3a68b86047d5e06a3f5206b3b7ada7770cea1 /org.eclipse.mylyn.commons.soap/META-INF
parente61829e975c0eb55b173ccc4bffe85060086d0d7 (diff)
downloadorg.eclipse.mylyn.commons-54382b057629f7cb02872772af211860e760d3b8.tar.gz
org.eclipse.mylyn.commons-54382b057629f7cb02872772af211860e760d3b8.tar.xz
org.eclipse.mylyn.commons-54382b057629f7cb02872772af211860e760d3b8.zip
383907: change minimum required JRE to 1.6
Change-Id: If2994f88ec74758c3e6c257d4f0bd91dbfbdeb4b Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383907
Diffstat (limited to 'org.eclipse.mylyn.commons.soap/META-INF')
-rw-r--r--org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
index abcd6274..cdad4836 100644
--- a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.soap;singleton:=true
Bundle-Version: 3.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: javax.xml.rpc;bundle-version="1.1.0",
javax.xml.soap;bundle-version="1.2.0",
org.apache.axis;bundle-version="1.4.0",

Back to the top