commit | ac9d2f9a02a61abf2e6b66bd22d2b51b3f4ba135 | [log] [tgz] |
---|---|---|
author | DJ Houghton <dj> | Thu Feb 23 21:12:44 2006 +0000 |
committer | DJ Houghton <dj> | Thu Feb 23 21:12:44 2006 +0000 |
tree | e05db1ca010f2dce4ad0b88d353127fa9cdd9db1 | |
parent | f3501bf2c2b2e7ebfdd994602da68e1f0e31d1b9 [diff] |
Bug 128866 - M5: Behavior change when computing the ID of project natures
diff --git a/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/1/plugin.xml b/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/1/plugin.xml index a5bd665..f1d044b 100644 --- a/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/1/plugin.xml +++ b/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/1/plugin.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> +<?eclipse version="3.2"?> <plugin id="testNamespace1" name="TestNamespace Plug-in1" version="1.0.0" provider-name=""> <extension-point id="org.abc.xptNS1" name="Label xptNS1" schema="schema/xptNS1.exsd"/>
diff --git a/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/2/plugin.xml b/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/2/plugin.xml index 146c2f3..cfc5029 100644 --- a/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/2/plugin.xml +++ b/tests/org.eclipse.core.tests.runtime/Plugin_Testing/registry/testNamespace/2/plugin.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> +<?eclipse version="3.2"?> <plugin id="testNamespace2" name="TestNamespace Plug-in2" version="1.0.0" provider-name=""> <extension-point id="org.abc.xptNS2" name="Label xptNS2" schema="schema/xptNS2.exsd"/>