conor 2004/08/12 07:16:48
Modified: . build.xml
Log:
Add name attribute to project element in Ant's build file
PR: 30608
Submitted by: Jesse Glick
Revision Changes Path
1.428 +1 -1 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -w -u -r1.427 -r1.428
--- build.xml 30 Jul 2004 06:34:36 -0000 1.427
+++ build.xml 12 Aug 2004 14:16:48 -0000 1.428
@@ -9,7 +9,7 @@
=======================================================================
-->
-<project default="main" basedir=".">
+<project name="apache-ant" default="main" basedir=".">
<!-- Give user a chance to override without editing this file
(and without typing -D each time it compiles it) -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]