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

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/cache 
                        customTargets.xml
  Log:
  all builders are now using the new 'bundleDependencies' macro
  
  Revision  Changes    Path
  1.3       +4 -2      jbosside/releng/org.jboss.ide.eclipse.releng/builders/cache/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/cache/customTargets.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- customTargets.xml	2 Aug 2006 00:32:25 -0000	1.2
  +++ customTargets.xml	7 Sep 2006 02:39:47 -0000	1.3
  @@ -2,7 +2,7 @@
   		  
   	<taskdef classpath="../../bin" resource="org/jboss/ide/eclipse/releng/antlib.xml" />
   	<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"/>
   <!-- ===================================================================== -->
   <!-- Run a given ${target} on all elements being built -->
  @@ -123,7 +123,9 @@
   <!-- Steps to do after  running assemble. -->
   <!-- ===================================================================== -->
   <target name="postAssemble">
  -	<bundlePlugins pluginList="${include.plugins}" buildDirectory="${buildDirectory}"
  +	<copy file="${buildDirectory}/${buildLabel}/JBossIDE-JBossCacheIDE-${versionTag}.zip" tofile="${buildDirectory}/${buildLabel}/JBossIDE-JBossCacheIDE-nodeps-${versionTag}.zip"/>
  +		
  +	<bundleDependencies feature="org.jboss.ide.eclipse.jbosscache.feature" buildDirectory="${buildDirectory}"
   				archivePath="${buildDirectory}/${buildLabel}/JBossIDE-JBossCacheIDE-${versionTag}.zip" />
   </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list