aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 5cfa0a1..d788ca5 100644
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
<!-- 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="SimpleECC" default="default" basedir=".">
- <description>Builds, tests, and runs the project SimpleECC.</description>
+<project name="ECTester" default="default" basedir=".">
+ <description>Builds, tests, and runs the project ECTester.</description>
<import file="nbproject/build-impl.xml"/>
<!--