[jboss-cvs] jboss-seam/seam-gen ...

Gavin King gavin.king at jboss.com
Fri Jun 15 16:11:19 EDT 2007


  User: gavin   
  Date: 07/06/15 16:11:19

  Modified:    seam-gen  build.xml
  Log:
  updates
  
  Revision  Changes    Path
  1.85      +3 -3      jboss-seam/seam-gen/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
  retrieving revision 1.84
  retrieving revision 1.85
  diff -u -b -r1.84 -r1.85
  --- build.xml	13 Jun 2007 14:11:58 -0000	1.84
  +++ build.xml	15 Jun 2007 20:11:19 -0000	1.85
  @@ -480,9 +480,9 @@
               <fileset file="${driver.jar}"/>
           </copy>
   
  -        <echo message="Copying Embeddable EJB3 configuration to the ${project.home}/embedded-ejb directory..." />
  -          <copy todir="${project.home}/embedded-ejb" overwrite="true">
  -            <fileset dir="../embedded-ejb" />
  +        <echo message="Copying JBoss Embedded configuration to the ${project.home}/bootstrap directory..." />
  +          <copy todir="${project.home}/bootstrap" overwrite="true">
  +            <fileset dir="../bootstrap" />
           </copy>
           
       </target>
  
  
  



More information about the jboss-cvs-commits mailing list