[jboss-cvs] jboss-seam/examples/security ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Jul 26 02:03:14 EDT 2006


  User: sbryzak2
  Date: 06/07/26 02:03:14

  Modified:    examples/security  build.xml
  Log:
  Updated security test app
  
  Revision  Changes    Path
  1.2       +4 -2      jboss-seam/examples/security/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	25 Jul 2006 06:56:15 -0000	1.1
  +++ build.xml	26 Jul 2006 06:03:14 -0000	1.2
  @@ -33,10 +33,12 @@
       <!-- EJB3 -->
       <fileset id="example.ejb3.root"
               dir="resources">
  +        <include name="import.sql"/>
           <include name="seam.properties"/>
           <include name="users.properties"/>
           <include name="roles.properties"/>
           <include name="META-INF/ejb-jar.xml"/>
  +        <include name="META-INF/persistence.xml"/>        
       </fileset>
   
       <!-- EAR -->
  @@ -58,12 +60,12 @@
       <!-- Deploy -->
       <fileset id="example.deploy"
               dir="resources">
  -        <include name="_NONE_"/>
  +      <include name="security-ds.xml"/>
       </fileset>
   
       <!-- Undeploy -->
       <patternset id="example.undeploy">
  -        <include name="_NONE_"/>
  +      <include name="booking-ds.xml"/>
       </patternset>
   
       <!-- Overrides -->
  
  
  



More information about the jboss-cvs-commits mailing list