From 3a84944a0d03f5ef80472bf4fe8e8ae18a1a443c Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Thu, 1 Jul 2021 09:19:08 -0700 Subject: [PATCH] description improvement --- assignments/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/build.xml b/assignments/build.xml index 427209286b..3f76d8515b 100644 --- a/assignments/build.xml +++ b/assignments/build.xml @@ -8,7 +8,7 @@ <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> <!-- in the project's Project Properties dialog box.--> <project name="MV3500 assignments" default="default" basedir="."> - <description>Builds, tests, and runs the MV3500 project assignments</description> + <description>Builds, tests, and runs the MV3500 project assignments by student cohorts</description> <import file="nbproject/build-impl.xml"/> <!-- @@ -70,7 +70,7 @@ nbproject/build-impl.xml file. --> - + <target name="view.gitlab.assignments" description="view gitlab MV3500 examples in web browser (via Netbeans only)"> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/> -- GitLab