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

Marshall Culpepper mculpepper at jboss.com
Tue Oct 10 16:59:42 EDT 2006


  User: mculpepper
  Date: 06/10/10 16:59:42

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/product 
                        productBuild.xml
  Log:
  moved product plugin manipulation into customTargets.xml so it happens before zipping happens..
  
  Revision  Changes    Path
  1.41      +0 -6      jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: productBuild.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- productBuild.xml	10 Oct 2006 20:09:22 -0000	1.40
  +++ productBuild.xml	10 Oct 2006 20:59:42 -0000	1.41
  @@ -265,12 +265,6 @@
   				<expandproperties/>
   			</filterchain>
   		</copy>
  -		<move file="${product.plugin.dir}/plugin.properties" tofile="${product.plugin.dir}/plugin.properties2" overwrite="true">
  -			<filterchain>
  -				<expandproperties/>
  -			</filterchain>
  -		</move>
  -		<move file="${product.plugin.dir}/plugin.properties2" tofile="${product.plugin.dir}/plugin.properties" overwrite="true"/>
   		
   	      <!--for param="dirname">
   	         <path>  
  
  
  



More information about the jboss-cvs-commits mailing list