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

Merge pull request #7618 from sleuthkit/develop

updates to new_table_load (5/5/22)
parents 6cb2fc67 c6446f97
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