User: starksm 
  Date: 02/03/07 21:33:12

  Modified:    .        build.xml
  Log:
  Add the org.jboss.crypto package to the jbosssx.jar
  
  Revision  Changes    Path
  1.21      +2 -1      jbosssx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosssx/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 28 Feb 2002 04:08:04 -0000      1.20
  +++ build.xml 8 Mar 2002 05:33:12 -0000       1.21
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.20 2002/02/28 04:08:04 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.21 2002/03/08 05:33:12 starksm Exp $ -->
   
   <project default="main" name="JBoss/Security">
   
  @@ -349,6 +349,7 @@
       <jar jarfile="${build.lib}/jbosssx.jar"
            manifest="${build.etc}/manifest/version.mf">
         <fileset dir="${build.classes}">
  +        <include name="org/jboss/crypto/**"/>
           <include name="org/jboss/security/**"/>
         </fileset>
       </jar>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to