Browse Source

Unify name of metamata/qa directory

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

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

@@ -33,7 +33,7 @@


<target name="audit"> <target name="audit">
<mkdir dir="${audit.dir}"/> <mkdir dir="${audit.dir}"/>
<maudit tofile="${audit.xml}" fix="${audit.fix}" metamatahome="${webgain-qa.home}">
<maudit tofile="${audit.xml}" fix="${audit.fix}" metamatahome="${metamata.home}">
<!-- <rulespath refid="custom-rules"/>--> <!-- <rulespath refid="custom-rules"/>-->
<classpath refid="project.class.path"/> <classpath refid="project.class.path"/>
<sourcepath path="${project.src.path}"/> <sourcepath path="${project.src.path}"/>
@@ -44,7 +44,7 @@


<target name="metrics" description="Source code metrics"> <target name="metrics" description="Source code metrics">
<mkdir dir="${metrics.dir}"/> <mkdir dir="${metrics.dir}"/>
<mmetrics tofile="${metrics.xml}" metamatahome="${webgain-qa.home}" granularity="methods">
<mmetrics tofile="${metrics.xml}" metamatahome="${metamata.home}" granularity="methods">
<classpath refid="project.class.path"/> <classpath refid="project.class.path"/>
<sourcepath path="${project.src.path}"/> <sourcepath path="${project.src.path}"/>
<path path="${project.src.path}"/> <path path="${project.src.path}"/>


Loading…
Cancel
Save