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

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


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

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/ejb3 
                        customTargets.xml
  Log:
  all builders are now using the new 'bundleDependencies' macro
  
  Revision  Changes    Path
  1.7       +5 -0      jbosside/releng/org.jboss.ide.eclipse.releng/builders/ejb3/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/ejb3/customTargets.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- customTargets.xml	2 Jun 2006 23:00:20 -0000	1.6
  +++ customTargets.xml	7 Sep 2006 02:39:46 -0000	1.7
  @@ -2,6 +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/bundleDependencies.xml"/>
   	<import file="../common/common.xml"/>
   <!-- ===================================================================== -->
   <!-- Run a given ${target} on all elements being built -->
  @@ -158,6 +159,10 @@
   <!-- Steps to do after  running assemble. -->
   <!-- ===================================================================== -->
   <target name="postAssemble">
  +	<copy file="${buildDirectory}/${buildLabel}/JBossIDE-EJB3-Tools-${versionTag}.zip" tofile="${buildDirectory}/${buildLabel}/JBossIDE-EJB3-Tools-nodeps-${versionTag}.zip"/>
  +	
  +	<bundleDependencies feature="org.jboss.ide.eclipse.ejb3.feature" buildDirectory="${buildDirectory}"
  +		archivePath="${buildDirectory}/${buildLabel}/JBossIDE-EJB3-Tools-${versionTag}.zip" />
   </target>
   
   <!-- ===================================================================== -->
  
  
  



More information about the jboss-cvs-commits mailing list