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

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


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

  Modified:    etc/jbossbuild  Tag: Branch_4_0 tasks.xml
  Log:
  assume compatibility for snapshot BossBuild_1_1_5_ALPHA
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.38.2.10 +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.38.2.9
  retrieving revision 1.38.2.10
  diff -u -b -r1.38.2.9 -r1.38.2.10
  --- tasks.xml	9 May 2006 22:59:06 -0000	1.38.2.9
  +++ tasks.xml	25 Jul 2006 16:58:33 -0000	1.38.2.10
  @@ -621,7 +621,7 @@
               <mkdir dir="@{thirdpartyDir}"/>
               <get src="@{location}/${jbossbuild.component.info}"
                    dest="@{thirdpartyDir}/${jbossbuild.component.info}"
  -                 useTimestamp="true"
  +                 useTimestamp="false"
                    verbose="true"
               />
            </componentmain>
  @@ -666,7 +666,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