Skip to content
Snippets Groups Projects
Unverified Commit c6446f97 authored by eugene7646's avatar eugene7646 Committed by GitHub
Browse files

Merge pull request #7617 from gdicristofaro/build-zip-test-libs-fix

build-zip fix
parents 5520ca41 8202da17
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