diff --git a/assignments/build.xml b/assignments/build.xml index 2b8c338bb1277d3f5f33939476fdbfda4bdca00e..427209286b71ecf9a9b0e210292b9ee53274a4ee 100644 --- a/assignments/build.xml +++ b/assignments/build.xml @@ -7,7 +7,7 @@ <!-- the Compile on Save feature is turned off for the project. --> <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> <!-- in the project's Project Properties dialog box.--> -<project name="MV3500_Deliverables" default="default" basedir="."> +<project name="MV3500 assignments" default="default" basedir="."> <description>Builds, tests, and runs the MV3500 project assignments</description> <import file="nbproject/build-impl.xml"/> <!--