[Jboss-cvs] JBossAS SVN: r55968 - branches/JEE5_TCK/varia

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 15 14:02:12 EDT 2006


Author: prabhat.jha at jboss.com
Date: 2006-08-15 14:02:11 -0400 (Tue, 15 Aug 2006)
New Revision: 55968

Modified:
   branches/JEE5_TCK/varia/build.xml
Log:
excluded org/jboss/mq/il/http/servlet/HTTPServerILServlet.java from compilation as it depends on jbossmq.jar

Modified: branches/JEE5_TCK/varia/build.xml
===================================================================
--- branches/JEE5_TCK/varia/build.xml	2006-08-15 17:41:07 UTC (rev 55967)
+++ branches/JEE5_TCK/varia/build.xml	2006-08-15 18:02:11 UTC (rev 55968)
@@ -112,7 +112,7 @@
       <path refid="jboss.server.classpath"/>
       <path refid="jboss.security.classpath"/>
       <path refid="jboss.transaction.classpath"/>
-      <path refid="jboss.messaging.classpath"/>
+      <path refid="jboss/jboss.messaging.classpath"/>
     </path>
 
     <!-- ===== -->
@@ -203,6 +203,7 @@
       <classpath refid="javac.classpath"/>
       <exclude name="org/jboss/tm/plugins/tyrex/*.java"/>
       <exclude name="org/jboss/jdo/castor/*.java"/>
+      <exclude name="org/jboss/mq/il/http/servlet/HTTPServerILServlet.java"/>
     </javac>
   </target>
 




More information about the jboss-cvs-commits mailing list