From cc6636979a5fea7ba6949fe7f82eb2dce95b4cb1 Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Tue, 19 Jan 2021 15:24:07 -0500 Subject: [PATCH] Make build type DEVELOPMENT --- nbproject/project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index b8d2f63c00..2b71bc4a1f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -6,8 +6,8 @@ app.name=${branding.token} ### if left unset, version will default to today's date app.version=4.18.0 ### build.type must be one of: DEVELOPMENT, RELEASE -build.type=RELEASE -#build.type=DEVELOPMENT +#build.type=RELEASE +build.type=DEVELOPMENT project.org.netbeans.progress=org-netbeans-api-progress project.org.sleuthkit.autopsy.experimental=Experimental