[jboss-cvs] repository.jboss.com/jboss/jbossws-install/1.0.0.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:    jboss/jbossws-install/1.0.0.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/jboss/jbossws-install/1.0.0.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/jboss/jbossws-install/1.0.0.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:29 -0000	1.1
  +++ build.xml	21 Jul 2006 22:31:46 -0000	1.2
  @@ -13,9 +13,9 @@
   
         <!-- Prepare installer descriptors and resources -->
         <copy todir="${jbossws.dist}/install">
  -         <fileset dir="${jboss.thirdparty}/jboss/jbossws/install"/>
  +         <fileset dir="${jboss.thirdparty}/jboss/jbossws-install/resources"/>
         </copy>
  -      <unzip dest="${jbossws.dist}/install" src="${jboss.thirdparty}/jboss/jbossws/install/resources.zip" />
  +      <unzip dest="${jbossws.dist}/install" src="${jboss.thirdparty}/jboss/jbossws-install/lib/resources.zip" />
      	
      </target>
     
  
  
  



More information about the jboss-cvs-commits mailing list