Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-01-08 08:08:55 +0000
committerDani Megert2004-01-08 08:08:55 +0000
commit555ad27ab5517f5805c497eb5deb146a0643666e (patch)
tree3d7b96cf35622c995505fd5d56f0be76afc492bd /org.eclipse.search/scripts
parent42787516af3d4eef51fa7f5fcc051191abf8315b (diff)
downloadeclipse.platform.text-555ad27ab5517f5805c497eb5deb146a0643666e.tar.gz
eclipse.platform.text-555ad27ab5517f5805c497eb5deb146a0643666e.tar.xz
eclipse.platform.text-555ad27ab5517f5805c497eb5deb146a0643666e.zip
Fixed several build related problems with new search
Diffstat (limited to 'org.eclipse.search/scripts')
-rw-r--r--org.eclipse.search/scripts/exportplugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.search/scripts/exportplugin.xml b/org.eclipse.search/scripts/exportplugin.xml
index a7840c24ab5..fab62954c4f 100644
--- a/org.eclipse.search/scripts/exportplugin.xml
+++ b/org.eclipse.search/scripts/exportplugin.xml
@@ -26,6 +26,7 @@
</copy>
<zip zipfile="${dest}/searchsrc.zip">
<fileset dir="search" />
- </zip>
+ <fileset dir="new search" />
+ </zip>
</target>
</project>

Back to the top