From 503c1cf315e8572be3cdb6780cf812c7aba15a18 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Fri, 21 Aug 2020 10:52:26 -0700
Subject: [PATCH] project name corrected

---
 assignments/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/build.xml b/assignments/build.xml
index 2b8c338bb1..427209286b 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"/>
     <!--
-- 
GitLab