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

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/jbpm 
                        customTargets.xml
  Log:
  all builders are now using the new 'bundleDependencies' macro
  
  Revision  Changes    Path
  1.22      +4 -2      jbosside/releng/org.jboss.ide.eclipse.releng/builders/jbpm/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/jbpm/customTargets.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- customTargets.xml	2 Jun 2006 23:04:40 -0000	1.21
  +++ customTargets.xml	7 Sep 2006 02:39:47 -0000	1.22
  @@ -4,7 +4,7 @@
   	
   	<property file="custom.properties" />
   	
  -	<import file="../common/bundlePlugins.xml"/>
  +	<import file="../common/bundleDependencies.xml"/>
   	<import file="../common/common.xml"/>
   <!-- ===================================================================== -->
   <!-- Run a given ${target} on all elements being built -->
  @@ -183,7 +183,9 @@
   <target name="postAssemble">
   	<echo message="doing postAssemble"/>
   	
  -	<bundlePlugins pluginList="${include.plugins}" buildDirectory="${buildDirectory}"
  +	<copy file="${buildDirectory}/${buildLabel}/jBPM-Designer-${versionTag}.zip" tofile="${buildDirectory}/${buildLabel}/jBPM-Designer-nodeps-${versionTag}.zip"/>
  +	
  +	<bundleDependencies feature="org.jbpm.gd.jpdl.feature" buildDirectory="${buildDirectory}"
   			archivePath="${buildDirectory}/${buildLabel}/jBPM-Designer-${versionTag}.zip" />
   	
   </target>
  
  
  



More information about the jboss-cvs-commits mailing list