Author: dgolovin
Date: 2009-03-05 13:55:06 -0500 (Thu, 05 Mar 2009)
New Revision: 14044
Modified:
branches/jbosstools-3.0.x/archives/tests/org.jboss.ide.eclipse.archives.test/inputs/ant/antTemplate.xml
Log:
ugly fix for SimpleAntTest, emma.jar added to classpath
Modified:
branches/jbosstools-3.0.x/archives/tests/org.jboss.ide.eclipse.archives.test/inputs/ant/antTemplate.xml
===================================================================
---
branches/jbosstools-3.0.x/archives/tests/org.jboss.ide.eclipse.archives.test/inputs/ant/antTemplate.xml 2009-03-05
18:54:45 UTC (rev 14043)
+++
branches/jbosstools-3.0.x/archives/tests/org.jboss.ide.eclipse.archives.test/inputs/ant/antTemplate.xml 2009-03-05
18:55:06 UTC (rev 14044)
@@ -12,6 +12,10 @@
name="plugins/org.jboss.ide.eclipse.archives.core**/archivescore.jar"
/>
<include name="plugins/org.jboss.ide.eclipse.archives.core**/lib/*.jar"
/>
</fileset>
+ <!-- in case of using emma during tests it is put in eclipse home -->
+ <fileset dir="${eclipse.home}">
+ <include name="emma.jar" />
+ </fileset>
</path>
<taskdef name="generate-archives"
classpathref="generate-archives-classpath"
Show replies by date