[jboss-cvs] JBossAS SVN: r70016 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 21 15:32:00 EST 2008


Author: ALRubinger
Date: 2008-02-21 15:32:00 -0500 (Thu, 21 Feb 2008)
New Revision: 70016

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Changed HBM Test Deployable Unit to .jar extension from .par, test now passes

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-02-21 20:06:42 UTC (rev 70015)
+++ projects/ejb3/trunk/core/build-test.xml	2008-02-21 20:32:00 UTC (rev 70016)
@@ -2422,7 +2422,7 @@
 	     <include name="META-INF/persistence.xml"/>
          </fileset>
       </jar>
-      <jar jarfile="${build.lib}/hbm2-test.par">
+      <jar jarfile="${build.lib}/hbm2-test.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/hbm/HBM2.class"/>
          </fileset>




More information about the jboss-cvs-commits mailing list