[jboss-cvs] JBossAS SVN: r92641 - projects/docs/enterprise/5.0/Examples/gettingstarted/jsfejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 20 17:13:15 EDT 2009


Author: smarlow at redhat.com
Date: 2009-08-20 17:13:14 -0400 (Thu, 20 Aug 2009)
New Revision: 92641

Modified:
   projects/docs/enterprise/5.0/Examples/gettingstarted/jsfejb3/build.xml
Log:
JBAS-5789  error in deploy sample application jsfejb3.ear (taken from jboss org) in jboss-5.0.0.CR1

Modified: projects/docs/enterprise/5.0/Examples/gettingstarted/jsfejb3/build.xml
===================================================================
--- projects/docs/enterprise/5.0/Examples/gettingstarted/jsfejb3/build.xml	2009-08-20 20:32:09 UTC (rev 92640)
+++ projects/docs/enterprise/5.0/Examples/gettingstarted/jsfejb3/build.xml	2009-08-20 21:13:14 UTC (rev 92641)
@@ -55,9 +55,9 @@
     <war destfile="${build.jars}/app.war"
          webxml="${resources}/WEB-INF/web.xml">
 
-      <fileset dir="${build.classes}">
+      <classes dir="${build.classes}">
         <include name="TodoBean.class"/>
-      </fileset>
+      </classes>
       <webinf dir="${resources}/WEB-INF">
         <include name="faces-config.xml" />
         <include name="navigation.xml" />




More information about the jboss-cvs-commits mailing list