Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2002-12-04 10:46:12 +0000
committerKai Maetzel2002-12-04 10:46:12 +0000
commit1a4ad76c7ef5771aff71926e4a8593e17a03f501 (patch)
tree27d42d27cd5b31dd26ff520320bc8886b8779e12 /org.eclipse.ui.workbench.texteditor/scripts
parent3d6a492c4d09141311865b354a963eb069231730 (diff)
downloadeclipse.platform.text-1a4ad76c7ef5771aff71926e4a8593e17a03f501.tar.gz
eclipse.platform.text-1a4ad76c7ef5771aff71926e4a8593e17a03f501.tar.xz
eclipse.platform.text-1a4ad76c7ef5771aff71926e4a8593e17a03f501.zip
bug fixing
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/scripts')
-rw-r--r--org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml b/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
index 4a100642047..184e0fd2b98 100644
--- a/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/scripts/exportplugin.xml
@@ -21,9 +21,11 @@
/>
<copy file="plugin.xml" todir="${dest}"/>
<copy file="plugin.properties" todir="${dest}"/>
+ <copy todir=${dest}/icons">
+ <fileset dir="icons"/>
+ </copy>
<zip zipfile="${dest}/texteditorsrc.jar">
<fileset dir="src" />
- <fileset dir="icons"/>
</zip>
</target>

Back to the top