Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2003-09-25 18:22:27 +0000
committerOlivier Thomann2003-09-25 18:22:27 +0000
commit346d5595b49b8e1d584c75a71d769acf07f794ed (patch)
tree9a1531be21069364ee937f37c10e02802be0dd4e /org.eclipse.jdt.core/plugin.xml
parent6585c7471e2cc73387fb0d652a600f2678de9051 (diff)
downloadeclipse.jdt.core-346d5595b49b8e1d584c75a71d769acf07f794ed.tar.gz
eclipse.jdt.core-346d5595b49b8e1d584c75a71d769acf07f794ed.tar.xz
eclipse.jdt.core-346d5595b49b8e1d584c75a71d769acf07f794ed.zip
Update for the formatter
Diffstat (limited to 'org.eclipse.jdt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index 72054e0c6c..ed64db5c02 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -18,6 +18,7 @@
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.apache.xerces"/>
+ <import plugin="org.eclipse.text"/>
<import plugin="org.eclipse.ant.core" optional="true"/>
<import plugin="org.eclipse.team.core" optional="true"/>
</requires>

Back to the top