[jboss-cvs] jbosside/releng/org.jboss.ide.eclipse.releng/builders ...

Marshall Culpepper mculpepper at jboss.com
Fri Aug 18 17:10:48 EDT 2006


  User: mculpepper
  Date: 06/08/18 17:10:48

  Modified:    releng/org.jboss.ide.eclipse.releng/builders 
                        build-integration.bat
  Log:
  fixed some variable misnaming..
  
  Revision  Changes    Path
  1.7       +3 -3      jbosside/releng/org.jboss.ide.eclipse.releng/builders/build-integration.bat
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-integration.bat
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/build-integration.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build-integration.bat	4 May 2006 23:45:11 -0000	1.6
  +++ build-integration.bat	18 Aug 2006 21:10:48 -0000	1.7
  @@ -32,7 +32,7 @@
   goto end
   
   :builderBuildWithTags
  -call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagsproperties% -f builder-wrap.xml integration -Dbuilder=%target%
  +call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagproperties% -f builder-wrap.xml integration -Dbuilder=%target%
   goto end
   
   :productBuild
  @@ -45,8 +45,8 @@
   goto end
   
   :productBuildWithTags
  -call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagsproperties -f product/productBuild.xml integration > build.log
  -call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagsproperties -f product/buildResults.xml publish.log
  +call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagproperties% -f product/productBuild.xml integration > build.log
  +call %ant% %1 %2 %3 %4 %5 %6 -lib ..\lib -propertyfile %cvstagproperties% -f product/buildResults.xml publish.log
   goto end
   
   :noAnt
  
  
  



More information about the jboss-cvs-commits mailing list