Browse Source

Add name attribute to project element in Ant's build file

PR:	30608
Submitted by:	Jesse Glick


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276771 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 21 years ago
parent
commit
ff18eadd28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -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 <!-- Give user a chance to override without editing this file
(and without typing -D each time it compiles it) --> (and without typing -D each time it compiles it) -->


Loading…
Cancel
Save