You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/06/29 16:49:29 UTC

cvs commit: jakarta-avalon-excalibur/microcontainer build.xml

leosutic    2002/06/29 07:49:29

  Modified:    microcontainer build.xml
  Log:
  Included *.java in the files coped from the src/xdocs directory when building docs to be able to include a downloadable version of the sample java code.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-avalon-excalibur/microcontainer/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/microcontainer/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	27 Jun 2002 14:34:12 -0000	1.3
  +++ build.xml	29 Jun 2002 14:49:29 -0000	1.4
  @@ -377,6 +377,7 @@
                   <include name="**/*.png"/>
                   <include name="**/*.css"/>
                   <include name="**/*.js"/>
  +                <include name="**/*.java"/>
               </fileset>
           </copy>
       </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>