|
From: Kabir K. <ka...@us...> - 2004-09-09 11:56:33
|
User: kabkhan
Date: 04/09/09 04:56:25
Modified: . build.xml
Log:
excluded org/jboss/test/media folder from compilation
Revision Changes Path
1.401 +6 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- build.xml 9 Sep 2004 11:09:13 -0000 1.400
+++ build.xml 9 Sep 2004 11:56:24 -0000 1.401
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.400 2004/09/09 11:09:13 kabkhan Exp $ -->
+<!-- $Id: build.xml,v 1.401 2004/09/09 11:56:24 kabkhan Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -78,6 +78,11 @@
<property name="module.Name" value="JBoss Testsuite"/>
<property name="module.version" value="DEV"/>
+ <!-- ============================= -->
+ <!-- Folders excluded from compile -->
+ <!-- ============================= -->
+ <property name="javac.excludes">org/jboss/test/media/**</property>
+
<!-- ========= -->
<!-- Libraries -->
<!-- ========= -->
|