Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkchong2005-06-14 19:08:32 +0000
committerkchong2005-06-14 19:08:32 +0000
commit536aa8dbbf8de385787aefa0462ccc385189e9c8 (patch)
tree0a949c916fb80509dc685d153c5f4c5d4f54d8d8 /tests
parent73e26d577bc15a82d50455e32fe88ced194e00f8 (diff)
downloadwebtools.webservices-536aa8dbbf8de385787aefa0462ccc385189e9c8.tar.gz
webtools.webservices-536aa8dbbf8de385787aefa0462ccc385189e9c8.tar.xz
webtools.webservices-536aa8dbbf8de385787aefa0462ccc385189e9c8.zip
[no bug] Update plugin version numbers to 0.7.0
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.wst.wsdl.tests.performance/plugin.xml2
-rw-r--r--tests/org.eclipse.wst.wsdl.tests.ui/plugin.xml2
-rw-r--r--tests/org.eclipse.wst.wsdl.tests/plugin.xml2
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.wst.wsdl.tests.performance/plugin.xml b/tests/org.eclipse.wst.wsdl.tests.performance/plugin.xml
index df2bfecea..de18786f5 100644
--- a/tests/org.eclipse.wst.wsdl.tests.performance/plugin.xml
+++ b/tests/org.eclipse.wst.wsdl.tests.performance/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.wst.wsdl.tests.performance"
name="WSDL Performance Plug-in"
- version="1.0.0"
+ version="0.7.0"
provider-name=""
class="org.eclipse.wst.wsdl.tests.performance.PerformancePlugin">
diff --git a/tests/org.eclipse.wst.wsdl.tests.ui/plugin.xml b/tests/org.eclipse.wst.wsdl.tests.ui/plugin.xml
index 24ad0a8de..1fd1491ab 100644
--- a/tests/org.eclipse.wst.wsdl.tests.ui/plugin.xml
+++ b/tests/org.eclipse.wst.wsdl.tests.ui/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.wst.wsdl.tests.ui"
name="WSDL Model UI Samples"
- version="1.0.0">
+ version="0.7.0">
<runtime>
<library name="wsdl.tests.ui.jar"/>
diff --git a/tests/org.eclipse.wst.wsdl.tests/plugin.xml b/tests/org.eclipse.wst.wsdl.tests/plugin.xml
index da2a26f35..8cc47797b 100644
--- a/tests/org.eclipse.wst.wsdl.tests/plugin.xml
+++ b/tests/org.eclipse.wst.wsdl.tests/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.wst.wsdl.tests"
name="WSDL JUnit Test"
- version="1.0.0"
+ version="0.7.0"
class="org.eclipse.wst.wsdl.tests.WSDLTestsPlugin">
<runtime>
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
index 384beed28..d235e90e6 100644
--- a/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.wsdl.validation.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WSDL Validator Tests Plug-in
Bundle-SymbolicName: org.eclipse.wst.wsdl.validation.tests
-Bundle-Version: 1.0.0
+Bundle-Version: 0.7.0
Bundle-ClassPath: wsdlvalidatetests.jar
Bundle-Activator: org.eclipse.wst.wsdl.validation.tests.internal.WSDLValidatorTestsPlugin
Bundle-Vendor: Eclipse
diff --git a/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
index dc17c47e5..7afc052d4 100644
--- a/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.wst.wsi.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WSI JUnit Test
Bundle-SymbolicName: org.eclipse.wst.wsi.tests
-Bundle-Version: 1.0.0
+Bundle-Version: 0.7.0
Bundle-ClassPath: wsi.tests.jar
Bundle-Activator: org.eclipse.wst.wsi.tests.internal.WSITestsPlugin
Bundle-Vendor: Eclipse

Back to the top