Reposting with attachment as .txt.


> -----Original Message-----
> From: Stephen McConnell [mailto:[EMAIL PROTECTED]
> Sent: 09 September 2004 14:59
> To: Avalon Developers List
> Subject: [patch] meta/impl build properties
> 
> 
> The attached patch adds the following property to the build.properties
> file (corrects test case execution by only including unit test).
> 
> project.test.includes = "**/*TestCase.java";
> 
> Steve.
> 

Index: meta/impl/build.properties
===================================================================
--- meta/impl/build.properties  (revision 43585)
+++ meta/impl/build.properties  (working copy)
@@ -2,3 +2,4 @@
 project.src.main = java
 project.home = ../..
 project.system = ../../../central/system
+project.test.includes = "**/*TestCase.java";
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to