From b49d8f33a3c74cf8dda29aa9b3bb39d29d22025a Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 29 Jul 2024 15:10:42 -0700 Subject: [PATCH] corrected project name --- archive/MV3302ClassCode/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/MV3302ClassCode/build.xml b/archive/MV3302ClassCode/build.xml index 4b6b0b8e43..afa79a1cac 100644 --- a/archive/MV3302ClassCode/build.xml +++ b/archive/MV3302ClassCode/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="MV3302" default="default" basedir="."> +<project name="Networked Graphics MV3500 examples MV3302" default="default" basedir="."> <description>Builds, tests, and runs the project MV3302.</description> <import file="nbproject/build-impl.xml"/> <!-- -- GitLab