[jboss-cvs] tools/etc/jbossbuild ...

Ruel Loehr ruel.loehr at jboss.com
Tue Jul 25 12:57:33 EDT 2006


  User: rloehr  
  Date: 06/07/25 12:57:33

  Modified:    etc/jbossbuild  tasks.xml
  Log:
  assume compatibility for snapshot BossBuild_1_1_5_ALPHA
  
  Revision  Changes    Path
  1.50      +2 -2      tools/etc/jbossbuild/tasks.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tasks.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/jbossbuild/tasks.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -b -r1.49 -r1.50
  --- tasks.xml	18 Apr 2006 14:38:23 -0000	1.49
  +++ tasks.xml	25 Jul 2006 16:57:33 -0000	1.50
  @@ -797,7 +797,7 @@
               <mkdir dir="@{thirdpartyDir}"/>
               <get src="@{location}/${jbossbuild.component.info}"
                    dest="@{thirdpartyDir}/${jbossbuild.component.info}"
  -                 useTimestamp="true"
  +                 useTimestamp="false"
                    verbose="true"
               />
            </componentmain>
  @@ -842,7 +842,7 @@
               <mkdir dir="@{parentDir}"/>
               <get src="@{location}" 
                    dest="@{output}" 
  -                 useTimestamp="true"
  +                 useTimestamp="false"
                    verbose="true"
               />
            </artifact>
  
  
  



More information about the jboss-cvs-commits mailing list