Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-10-13 22:54:36 +0000
committerspingel2009-10-13 22:54:36 +0000
commit384375e42893dfc0e174a0eac0e34a24f9584046 (patch)
tree8821e060c805953e8554c7ea20c3f5aa24010599 /org.eclipse.mylyn.commons.soap
parente0cbe5633160324d32b79e81417a49f0e043adb7 (diff)
downloadorg.eclipse.mylyn.commons-384375e42893dfc0e174a0eac0e34a24f9584046.tar.gz
org.eclipse.mylyn.commons-384375e42893dfc0e174a0eac0e34a24f9584046.tar.xz
org.eclipse.mylyn.commons-384375e42893dfc0e174a0eac0e34a24f9584046.zip
NEW - bug 221939: [releng] manage branches
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221939
Diffstat (limited to 'org.eclipse.mylyn.commons.soap')
-rw-r--r--org.eclipse.mylyn.commons.soap/.classpath2
-rw-r--r--org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.commons.soap/.classpath b/org.eclipse.mylyn.commons.soap/.classpath
index 64c5e31b..f930cb7e 100644
--- a/org.eclipse.mylyn.commons.soap/.classpath
+++ b/org.eclipse.mylyn.commons.soap/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
index 48c5537c..a9073514 100644
--- a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.soap;singleton:=true
-Bundle-Version: 3.2.0.v20090617-0100-e3x
+Bundle-Version: 3.3.0.v20091013-0100-e3x
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: javax.xml.rpc;bundle-version="1.1.0",

Back to the top