[jboss-cvs] jboss-aop ...

Kabir Khan kkhan at jboss.com
Wed Jul 12 05:24:32 EDT 2006


  User: kkhan   
  Date: 06/07/12 05:24:32

  Modified:    jboss-aop  Tag: Branch_AOP_1_5 build.xml
  Log:
  Add .jjt files to dist
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.137.2.3 +2 -1      jboss-aop/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/build.xml,v
  retrieving revision 1.137.2.2
  retrieving revision 1.137.2.3
  diff -u -b -r1.137.2.2 -r1.137.2.3
  --- build.xml	3 Jul 2006 18:24:50 -0000	1.137.2.2
  +++ build.xml	12 Jul 2006 09:24:32 -0000	1.137.2.3
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.137.2.2 2006/07/03 18:24:50 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.137.2.3 2006/07/12 09:24:32 kkhan Exp $ -->
   
   <project default="main" name="JBoss/AOP">
   
  @@ -521,6 +521,7 @@
            <zipfileset dir="." prefix="${aop.version}">
               <include name="RELEASE_NOTES.txt"/>
               <include name="src/main/**/*.java"/>
  +            <include name="src/main/**/*.jjt"/>
               <include name="src/resources/test/**/*.xml"/>
               <exclude name="src/**/CVS/**"/>
            </zipfileset>
  
  
  



More information about the jboss-cvs-commits mailing list