Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/scripts/exportplugin.xml')
-rw-r--r--org.eclipse.text/scripts/exportplugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/scripts/exportplugin.xml b/org.eclipse.text/scripts/exportplugin.xml
index 52505897ad8..2b5f9fcdc85 100644
--- a/org.eclipse.text/scripts/exportplugin.xml
+++ b/org.eclipse.text/scripts/exportplugin.xml
@@ -30,11 +30,11 @@
<include name="plugin.properties" />
<include name="src/**" />
</fileset>
+ <fileset dir="bin" />
+ <zipfileset dir="projection" prefix="src" />
<fileset dir="${dest}">
<include name="META-INF/**" />
</fileset>
- <fileset dir="bin" />
- <zipfileset dir="projection" prefix="src" />
</zip>
<delete dir="${dest}" />

Back to the top