Author: jlboudart
Date: Wed May 22 10:39:44 2013
New Revision: 1485143

URL: http://svn.apache.org/r1485143
Log:
Fix unit test Reference compile.test.classpath not found.

Modified:
    ant/easyant/plugins/trunk/abstract-test/src/main/resources/abstract-test.ant

Modified: 
ant/easyant/plugins/trunk/abstract-test/src/main/resources/abstract-test.ant
URL: 
http://svn.apache.org/viewvc/ant/easyant/plugins/trunk/abstract-test/src/main/resources/abstract-test.ant?rev=1485143&r1=1485142&r2=1485143&view=diff
==============================================================================
--- 
ant/easyant/plugins/trunk/abstract-test/src/main/resources/abstract-test.ant 
(original)
+++ 
ant/easyant/plugins/trunk/abstract-test/src/main/resources/abstract-test.ant 
Wed May 22 10:39:44 2013
@@ -25,6 +25,7 @@
         description="defines integration-test step" />
 
     <ea:plugin module="abstract-provisioning" revision="0.9" />
+    <ea:plugin module="abstract-compile" revision="0.9" />
 
     <target name="/skip-tests" description="skip tests">
         <property name="skip.test" value="true" />
@@ -185,4 +186,4 @@
             </ac:if>
         </sequential>
     </macrodef>
-</project>
\ No newline at end of file
+</project>


Reply via email to