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

Marshall Culpepper mculpepper at jboss.com
Wed Sep 6 22:39:47 EDT 2006


  User: mculpepper
  Date: 06/09/06 22:39:47

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/core 
                        customTargets.xml
  Log:
  all builders are now using the new 'bundleDependencies' macro
  
  Revision  Changes    Path
  1.11      +3 -2      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- customTargets.xml	10 Jul 2006 22:38:52 -0000	1.10
  +++ customTargets.xml	7 Sep 2006 02:39:47 -0000	1.11
  @@ -2,7 +2,7 @@
   	<taskdef name="updateVersions" classname="org.jboss.ide.eclipse.releng.UpdateVersionsTask" classpath="../../bin"/>
   	
   	<taskdef classpath="../../lib/ant-contrib.jar" resource="net/sf/antcontrib/antlib.xml"/>
  -	<import file="../common/bundlePlugins.xml"/>
  +	<import file="../common/bundleDependencies.xml"/>
   	<import file="../common/common.xml"/>
   	
   <!-- ===================================================================== -->
  @@ -139,8 +139,9 @@
   <!-- Steps to do after  running assemble. -->
   <!-- ===================================================================== -->
   <target name="postAssemble">
  +	<copy file="${buildDirectory}/${buildLabel}/JBossIDE-Core-${versionTag}.zip" tofile="${buildDirectory}/${buildLabel}/JBossIDE-Core-nodeps-${versionTag}.zip"/>
   	
  -	<bundlePlugins pluginList="${include.plugins}" buildDirectory="${buildDirectory}"
  +	<bundleDependencies feature="org.jboss.ide.eclipse.feature" buildDirectory="${buildDirectory}"
   		archivePath="${buildDirectory}/${buildLabel}/JBossIDE-Core-${versionTag}.zip" />
   	
   	<!--property name="tmp.dir" value="${buildDirectory}/../tmp"/>
  
  
  



More information about the jboss-cvs-commits mailing list