Browse Source

Remove name attribute from project.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269693 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
3c8d54da88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -5,7 +5,7 @@
Ant own build file
=======================================================================
-->
<project name="Ant" default="main" basedir=".">
<project default="main" basedir=".">

<!-- Give user a chance to override without editing this file
(and without typing -D each time it compiles it) -->


Loading…
Cancel
Save