Skip to content
Snippets Groups Projects
Commit 8202da17 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

call build in build-zip

parent 5520ca41
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<!-- This target will create a custom ZIP file for us. It first uses the general <!-- 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 ZIP target and then opens it up and adds in any files that we want. This is where we customize the
version number. --> 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}"/> <property name="release.dir" value="${nbdist.dir}/${app.name}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment