Author: dgolovin
Date: 2007-09-13 19:39:43 -0400 (Thu, 13 Sep 2007)
New Revision: 3622
Modified:
trunk/documentation/qa/emma/build.xml
Log:
emma jars, ant script for sources instrmentation and command file to run eclipse wit emma
and generate coverage report
Modified: trunk/documentation/qa/emma/build.xml
===================================================================
--- trunk/documentation/qa/emma/build.xml 2007-09-13 23:28:59 UTC (rev 3621)
+++ trunk/documentation/qa/emma/build.xml 2007-09-13 23:39:43 UTC (rev 3622)
@@ -9,16 +9,12 @@
====================================================================== -->
<project name="project" default="default">
- <description>
- description
- </description>
-
<path id="emma.lib">
<fileset dir=".">
<include name="*emma*.jar"/>
</fileset>
</path>
- <path id="rhds">
+ <path id="rhds.lib">
<fileset dir="./rhds/eclipse/plugins">
<include name="org.jboss.tools.*/*.jar"/>
<include name="org.jboss.tools.*.jar"/>
@@ -32,9 +28,7 @@
================================= -->
<target name="default" description="" >
<emma enabled="true">
- <instr mode="overwrite" instrpathref="rhds">
-
- </instr>
+ <instr mode="overwrite" instrpathref="rhds.lib"/>
</emma>
</target>
</project>
Show replies by date