donaldp 02/02/17 02:11:08
Modified: proposal/myrmidon audit.xml
Log:
Unify name of metamata/qa directory
Revision Changes Path
1.2 +2 -2 jakarta-ant/proposal/myrmidon/audit.xml
Index: audit.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/audit.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audit.xml 17 Feb 2002 10:07:27 -0000 1.1
+++ audit.xml 17 Feb 2002 10:11:08 -0000 1.2
@@ -33,7 +33,7 @@
<target name="audit">
<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"/>-->
<classpath refid="project.class.path"/>
<sourcepath path="${project.src.path}"/>
@@ -44,7 +44,7 @@
<target name="metrics" description="Source code metrics">
<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"/>
<sourcepath path="${project.src.path}"/>
<path path="${project.src.path}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>