[jboss-cvs] build/jboss ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 25 13:15:24 EDT 2006


  User: asaldhana
  Date: 06/07/25 13:15:24

  Modified:    jboss    build-distr.xml
  Log:
  Copy the security policy service file into deploy
  
  Revision  Changes    Path
  1.61      +7 -0      build/jboss/build-distr.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-distr.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build-distr.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -b -r1.60 -r1.61
  --- build-distr.xml	24 Jul 2006 18:52:50 -0000	1.60
  +++ build-distr.xml	25 Jul 2006 17:15:24 -0000	1.61
  @@ -901,6 +901,13 @@
           <include name="sunxacml-support.jar"/>
         </fileset>
       </copy>
  +    
  +    <!-- Copy the security-policies-service.xml -->
  +    <copy todir="${install.server}/all/deploy" filtering="no">
  +      <fileset dir="${_module.output}/resources">
  +         <include name="security-policies-service.xml"/>
  +      </fileset>
  +    </copy>
     </target>
   
     <target name="_module-security-all" depends="_module-security-most">
  
  
  



More information about the jboss-cvs-commits mailing list