Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-01-26 19:04:42 +0000
committerPascal Rapicault2010-01-26 19:04:42 +0000
commit4cbc3ee67898c077738769f3c17b42bc7014b487 (patch)
tree8725050e9392d2bfedc3d831bc6de47e63bb52ca /bundles/org.eclipse.equinox.p2.touchpoint.natives
parent4433b9d6d9036103cbd73c7595aa9d5911cf3bca (diff)
downloadrt.equinox.p2-4cbc3ee67898c077738769f3c17b42bc7014b487.tar.gz
rt.equinox.p2-4cbc3ee67898c077738769f3c17b42bc7014b487.tar.xz
rt.equinox.p2-4cbc3ee67898c077738769f3c17b42bc7014b487.zip
Bug 300873 - Missing '<?xml' declaration in /org.eclipse.equinox.p2.touchpoint.eclipse/plugin.xml
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml b/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
index 690324f2e..2565253a1 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.xml
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.5"?>
<plugin>
<extension point="org.eclipse.equinox.p2.engine.touchpoints" id="native" name="Native Touchpoint">
<touchpoint

Back to the top