diff --git a/build.xml b/build.xml
index 3a65ad091e749e66071609effe3d8b68e58da972..88416827a006d101e5df526ab597020760f97e21 100644
--- a/build.xml
+++ b/build.xml
@@ -126,7 +126,7 @@
     <!-- This target will create a custom ZIP file for us.  It first uses the general
     ZIP target and then opens it up and adds in any files that we want.  This is where we customize the
     version number. -->
-    <target name="build-zip" depends="set-release-build, doxygen, suite.build-zip"> <!--,findJRE" -->
+    <target name="build-zip" depends="set-release-build, build, doxygen, suite.build-zip"> <!--,findJRE" -->
         
         <property name="release.dir" value="${nbdist.dir}/${app.name}"/>