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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 16 16:44:11 EDT 2006


Author: prabhat.jha at jboss.com
Date: 2006-08-16 16:44:09 -0400 (Wed, 16 Aug 2006)
New Revision: 56005

Modified:
   branches/JEE5_TCK/varia/build.xml
Log:
removed HTTPServerILServlet.java from exclusion list, messaging classpath set back to jbossmq

Modified: branches/JEE5_TCK/varia/build.xml
===================================================================
--- branches/JEE5_TCK/varia/build.xml	2006-08-16 20:42:28 UTC (rev 56004)
+++ branches/JEE5_TCK/varia/build.xml	2006-08-16 20:44:09 UTC (rev 56005)
@@ -112,7 +112,7 @@
       <path refid="jboss.server.classpath"/>
       <path refid="jboss.security.classpath"/>
       <path refid="jboss.transaction.classpath"/>
-      <path refid="jboss/jboss.messaging.classpath"/>
+      <path refid="jboss.messaging.classpath"/>
     </path>
 
     <!-- ===== -->
@@ -203,7 +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"/>
+      <!--<exclude name="org/jboss/mq/il/http/servlet/HTTPServerILServlet.java"/> -->
     </javac>
   </target>
 




More information about the jboss-cvs-commits mailing list