Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2015-09-10 21:22:28 +0000
committerkchong2015-09-10 21:22:28 +0000
commited750d3a8656a29514b77a60ee30c7fbcc51301e (patch)
treecc8f6644b4bdb6abb46bcc012b3e321a8b176c68
parentba4e5472335c0c593b8c3e58b9122339d5b8d17a (diff)
downloadwebtools.webservices-ed750d3a8656a29514b77a60ee30c7fbcc51301e.tar.gz
webtools.webservices-ed750d3a8656a29514b77a60ee30c7fbcc51301e.tar.xz
webtools.webservices-ed750d3a8656a29514b77a60ee30c7fbcc51301e.zip
[477110]
Remove org.eclipse.core.runtime.compatibility.registry from wsdl.ui build.properties and react to IExtension changes Change-Id: I0000000000000000000000000000000000000000
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/pom.xml b/bundles/org.eclipse.wst.wsdl.ui/pom.xml
index bc7948107..a04ac6eef 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/pom.xml
+++ b/bundles/org.eclipse.wst.wsdl.ui/pom.xml
@@ -22,6 +22,6 @@
<groupId>org.eclipse.webtools.webservices</groupId>
<artifactId>org.eclipse.wst.wsdl.ui</artifactId>
- <version>1.2.700-SNAPSHOT</version>
+ <version>1.2.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top