Browse Source

Name build file so looks pretty under IDEA

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271695 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
1191c96565
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      proposal/myrmidon/audit.xml
  2. +2
    -2
      proposal/myrmidon/docs.xml

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

@@ -1,4 +1,4 @@
<project default="main" basedir=".">
<project name="Myrmidon audit" default="main" basedir=".">

<property file="host.properties"/>
<property file="user.properties"/>


+ 2
- 2
proposal/myrmidon/docs.xml View File

@@ -1,4 +1,4 @@
<project name="docs" default="main">
<project name="Myrmidon Docs" default="main">
<!--
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
@@ -7,7 +7,7 @@
<property file="${user.home}/.ant.properties"/>

<target name="main">
<taskdef name="anakia"
<taskdef name="anakia"
classname="org.apache.velocity.anakia.AnakiaTask">
<classpath>
<fileset dir="${jakarta-site.dir}/lib">


Loading…
Cancel
Save