Browse Source

Add project name, so that IDEA will let me bind keys to targets.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271295 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
b070293536
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/build.xml

+ 1
- 1
proposal/myrmidon/build.xml View File

@@ -14,7 +14,7 @@ Legal:
==============================================================================
-->

<project default="main" basedir=".">
<project name="myrmidon" default="main" basedir=".">

<!--
Give user a chance to override without editing this file


Loading…
Cancel
Save