[jboss-cvs] repository.jboss.com/jbossas-install/4.0.4.GA/resources ...

Alex Pinkin alex.pinkin at jboss.com
Fri Jul 21 18:31:47 EDT 2006


  User: apinkin 
  Date: 06/07/21 18:31:47

  Modified:    jbossas-install/4.0.4.GA/resources  build.xml
  Log:
  JBINSTALL-57: fixed build.xml to reference new components correctly
  
  Revision  Changes    Path
  1.2       +2 -2      repository.jboss.com/jbossas-install/4.0.4.GA/resources/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/repository.jboss.com/jbossas-install/4.0.4.GA/resources/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	21 Jul 2006 22:06:30 -0000	1.1
  +++ build.xml	21 Jul 2006 22:31:47 -0000	1.2
  @@ -23,9 +23,9 @@
   
         <!-- Prepare installer descriptors and resources -->
         <copy todir="${jboss.dist}/install">
  -         <fileset dir="${jboss.thirdparty}/jbossas/install"/>
  +         <fileset dir="${jboss.thirdparty}/jbossas-install/resources"/>
         </copy>
  -      <unzip dest="${jboss.dist}/install" src="${jboss.thirdparty}/jbossas/install/resources.zip" />
  +      <unzip dest="${jboss.dist}/install" src="${jboss.thirdparty}/jbossas-install/lib/resources.zip" />
      	
         <!-- Jar up the velocity templates -->
         <jar destfile="output/as-templates.jar">
  
  
  



More information about the jboss-cvs-commits mailing list