Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-04-13 13:10:55 +0000
committerDarin Wright2005-04-13 13:10:55 +0000
commitf8e660f9d30b61c30ae62ad57f578b859d6bc146 (patch)
tree231f0693fbdd9f3396c288a145579c82e3a19e91 /org.eclipse.core.variables
parent8eb5d03fb4a9bf4a0106436184cc1170b555d88f (diff)
downloadeclipse.platform.debug-f8e660f9d30b61c30ae62ad57f578b859d6bc146.tar.gz
eclipse.platform.debug-f8e660f9d30b61c30ae62ad57f578b859d6bc146.tar.xz
eclipse.platform.debug-f8e660f9d30b61c30ae62ad57f578b859d6bc146.zip
component XML chkpii failures
Diffstat (limited to 'org.eclipse.core.variables')
-rw-r--r--org.eclipse.core.variables/component.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/component.xml b/org.eclipse.core.variables/component.xml
index 113b117cf..e68c3cd21 100644
--- a/org.eclipse.core.variables/component.xml
+++ b/org.eclipse.core.variables/component.xml
@@ -1,4 +1,8 @@
-<component name="Eclipse Platform Core Variables">
+<?xml version="1.0" encoding="UTF-8"?>
+<component xmlns="http://eclipse.org/component"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://eclipse.org/component ../component.xsd "
+ name="Eclipse Platform Core Variables">
<plugin id="org.eclipse.core.variables" />
<package name="org.eclipse.core.variables">

Back to the top