[jboss-cvs] jbossretro ...

Paul Gier pgier at redhat.com
Mon Apr 30 09:48:16 EDT 2007


  User: pgier   
  Date: 07/04/30 09:48:16

  Modified:    jbossretro  build.xml
  Log:
  [JBBUILD-297] Added code to copy new resource files.
  
  Revision  Changes    Path
  1.28      +12 -1     jbossretro/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossretro/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- build.xml	27 Mar 2007 20:57:56 -0000	1.27
  +++ build.xml	30 Apr 2007 13:48:16 -0000	1.28
  @@ -127,10 +127,21 @@
      </target>
   
      <!-- ==========================================================================
  +  Copy the resource files
  +  =========================================================================== -->
  +   <target name="copy-resources">
  +     <copy todir="${build.classes}">
  +		 <fileset dir="src/resources" >
  +			 <include name="org/**/*"></include>
  +		 </fileset>
  +	 </copy>
  +   </target>	  
  +		  
  +    <!-- ==========================================================================
     Retro weave the classes
     =========================================================================== -->
   
  -   <target name="retro" depends="compile"
  +   <target name="retro" depends="compile, copy-resources"
      		description="Retroweave the org.jboss.lang support classes and tests">
       <taskdef name="retro" classname="org.jboss.ant.tasks.retro.Retro"
                classpathref="classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list