[jboss-cvs] JBossAS SVN: r63630 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 25 10:10:45 EDT 2007


Author: wolfc
Date: 2007-06-25 10:10:42 -0400 (Mon, 25 Jun 2007)
New Revision: 63630

Modified:
   trunk/ejb3/build-test.xml
Log:
Removed asm.asm

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-25 04:13:26 UTC (rev 63629)
+++ trunk/ejb3/build-test.xml	2007-06-25 14:10:42 UTC (rev 63630)
@@ -3435,7 +3435,6 @@
          <jvmarg line="${jvmargs}" />
 
          <classpath>
-            <path refid="asm.asm.classpath"/>
             <path refid="hibernate.hibernate.classpath"/>
             <pathelement location="${build.classes}"/>
             <path refid="${client.run.classpath}"/>
@@ -3535,7 +3534,6 @@
 
          <jvmarg line="${jvmargs}" />
          <classpath>
-            <path refid="asm.asm.classpath"/>
             <path refid="hibernate.hibernate.classpath"/>
             <pathelement location="${build.classes}"/>
             <path refid="${client.run.classpath}"/>
@@ -4384,7 +4382,6 @@
    <target name="ssl-simple-test" depends="init">
      <create-config baseconf="all" newconf="ejb3-ssl">
          <patternset>
-            <exclude name="deploy/ejb3-connectors-service.xml"/>
             <include name="conf/**"/>
             <include name="deploy*/**"/>
             <include name="lib/**"/>




More information about the jboss-cvs-commits mailing list