Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-10-10 07:15:43 +0000
committerDani Megert2011-10-10 07:15:43 +0000
commit53832d84e5b2f6c31720fa29cdeb8e4819f5e156 (patch)
treef4ad06192fcf26c3453d0b76405cb0a5aa109e6c /org.eclipse.ui.externaltools
parent6fc0b055a0c77c8be703063fa5031ded03e1b86e (diff)
downloadeclipse.platform.debug-53832d84e5b2f6c31720fa29cdeb8e4819f5e156.tar.gz
eclipse.platform.debug-53832d84e5b2f6c31720fa29cdeb8e4819f5e156.tar.xz
eclipse.platform.debug-53832d84e5b2f6c31720fa29cdeb8e4819f5e156.zip
Added missing encoding
Diffstat (limited to 'org.eclipse.ui.externaltools')
-rw-r--r--org.eclipse.ui.externaltools/buildfiles/exportplugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml b/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
index c0b6754e0..6444f3f83 100644
--- a/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
+++ b/org.eclipse.ui.externaltools/buildfiles/exportplugin.xml
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!-- Export a jar of .class files for the org.eclipse.ui.externaltools Eclipse plug-in
along with other important plugin files to the "plugin-export" subdirectory
of the target Eclipse installation

Back to the top