[jboss-cvs] jboss-aop ...

Kabir Khan kkhan at jboss.com
Wed Jul 12 05:18:13 EDT 2006


  User: kkhan   
  Date: 06/07/12 05:18:13

  Modified:    jboss-aop   build.xml build-retro.xml
  Log:
  Add .jjt files to dist
  
  Revision  Changes    Path
  1.153     +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.152
  retrieving revision 1.153
  diff -u -b -r1.152 -r1.153
  --- build.xml	10 Jul 2006 15:27:11 -0000	1.152
  +++ build.xml	12 Jul 2006 09:18:13 -0000	1.153
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.152 2006/07/10 15:27:11 kkhan Exp $ -->
  +<!-- $Id: build.xml,v 1.153 2006/07/12 09:18:13 kkhan Exp $ -->
   
   <project default="main" name="JBoss/AOP">
   
  @@ -524,6 +524,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>
  
  
  
  1.2       +2 -1      jboss-aop/build-retro.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-retro.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-aop/build-retro.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-retro.xml	10 Jul 2006 15:00:22 -0000	1.1
  +++ build-retro.xml	12 Jul 2006 09:18:13 -0000	1.2
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build-retro.xml,v 1.1 2006/07/10 15:00:22 kkhan Exp $ -->
  +<!-- $Id: build-retro.xml,v 1.2 2006/07/12 09:18:13 kkhan Exp $ -->
   
   <project default="main" name="JBoss/AOP">
   
  @@ -526,6 +526,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