explicitly specify default build target

This commit is contained in:
Karl Mortensen 2015-04-21 14:56:17 -04:00
parent 3965ff7c24
commit 3458a57cd8

View File

@ -2,7 +2,7 @@
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="Autopsy3" basedir=".">
<project name="Autopsy3" default="build" basedir=".">
<description>Builds the module suite Autopsy3.</description>
<import file="nbproject/build-impl.xml"/>