[jboss-cvs] JBossBlog SVN: r198 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 7 04:51:14 EST 2008


Author: adamw
Date: 2008-02-07 04:51:14 -0500 (Thu, 07 Feb 2008)
New Revision: 198

Modified:
   trunk/build.xml
Log:


Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-02-07 09:44:30 UTC (rev 197)
+++ trunk/build.xml	2008-02-07 09:51:14 UTC (rev 198)
@@ -216,7 +216,7 @@
         <jar jarfile="${dist.dir}/${project.name}.ear">
             <fileset dir="${ear.dir}"/>
             <fileset dir="${dist.dir}">
-                <include name="${project.name}.jar"/>
+                <include name="${jar.impl.name}"/>
                 <include name="${project.name}.war"/>
             </fileset>
         </jar>




More information about the jboss-cvs-commits mailing list