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

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/hibernate-tools 
                        customTargets.xml
  Log:
  all builders are now using the new 'bundleDependencies' macro
  
  Revision  Changes    Path
  1.7       +5 -2      jbosside/releng/org.jboss.ide.eclipse.releng/builders/hibernate-tools/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/hibernate-tools/customTargets.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- customTargets.xml	1 Jun 2006 21:12:16 -0000	1.6
  +++ customTargets.xml	7 Sep 2006 02:39:47 -0000	1.7
  @@ -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"/>
   	
   <!-- ===================================================================== -->
  @@ -147,7 +147,10 @@
   <!-- Steps to do after  running assemble. -->
   <!-- ===================================================================== -->
   <target name="postAssemble">
  -	<bundlePlugins pluginList="${include.plugins}" buildDirectory="${buildDirectory}"
  +	<copy file="${buildDirectory}/${buildLabel}/HibernateTools-${hibernate.tools.release}.${versionTag}.zip"
  +		tofile="${buildDirectory}/${buildLabel}/HibernateTools-nodeps-${hibernate.tools.release}.${versionTag}.zip"/>
  +	
  +	<bundleDependencies feature="org.hibernate.eclipse.feature" buildDirectory="${buildDirectory}"
   		archivePath="${buildDirectory}/${buildLabel}/HibernateTools-${hibernate.tools.release}.${versionTag}.zip" />
   </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list