Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Baeumer2001-10-08 09:52:54 +0000
committerDirk Baeumer2001-10-08 09:52:54 +0000
commit8bf8e2a4b885bd10227906cd0ea808e8aead3abb (patch)
tree19ae7a469fcd1175f6e1623a1ba52d27615ab70a /org.eclipse.search/scripts
parent899f22c9c72dd61fc746a704e86e710540ba7112 (diff)
downloadeclipse.platform.text-8bf8e2a4b885bd10227906cd0ea808e8aead3abb.tar.gz
eclipse.platform.text-8bf8e2a4b885bd10227906cd0ea808e8aead3abb.tar.xz
eclipse.platform.text-8bf8e2a4b885bd10227906cd0ea808e8aead3abb.zip
Source folder renamev0_203_3
Diffstat (limited to 'org.eclipse.search/scripts')
-rw-r--r--org.eclipse.search/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search/scripts/exportplugin.xml b/org.eclipse.search/scripts/exportplugin.xml
index 11e968dcff5..7d5d69945c8 100644
--- a/org.eclipse.search/scripts/exportplugin.xml
+++ b/org.eclipse.search/scripts/exportplugin.xml
@@ -25,7 +25,7 @@
<fileset dir="icons" />
</copy>
<zip zipfile="${dest}/searchsrc.zip">
- <fileset dir="Eclipse Search" />
+ <fileset dir="search" />
</zip>
</target>
</project>

Back to the top