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

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/core 
                        customTargets.xml
  Log:
  moved product plugin manipulation into customTargets.xml so it happens before zipping happens..
  
  Revision  Changes    Path
  1.12      +8 -0      jbosside/releng/org.jboss.ide.eclipse.releng/builders/core/customTargets.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: customTargets.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/core/customTargets.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- customTargets.xml	7 Sep 2006 02:39:47 -0000	1.11
  +++ customTargets.xml	10 Oct 2006 20:59:42 -0000	1.12
  @@ -96,6 +96,14 @@
   			<!--include name="org.jboss.ide.eclipse.source"/-->
   		</fileset>
   	</updateVersions>
  +	
  +	<property name="product.plugin.dir" value="${buildDirectory}/plugins/org.jboss.ide.eclipse.product"/>
  +	<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"/>
   </target>
   
   <!-- ===================================================================== -->
  
  
  



More information about the jboss-cvs-commits mailing list