nickchalko    2003/06/25 23:12:45

  Modified:    .        build.xml
  Log:
  Only transfom xml files.
  PR:
  Obtained from:
  Submitted by: 
  Reviewed by:  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.22      +7 -2      jakarta-gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 26 Jun 2003 06:05:05 -0000      1.21
  +++ build.xml 26 Jun 2003 06:12:45 -0000      1.22
  @@ -232,9 +232,14 @@
     
     
     <target name="nobuild-projects" description="Create nobuild version of all 
projects">
  -             <style basedir="project" 
  +             <style  basedir="project"
                           destdir="project/nobuild"
  +                        
                           extension=".xml" 
  -                        style="stylesheet/nobuild-projects.xsl"/>
  +                        style="stylesheet/nobuild-projects.xsl">
  +                     
  +                             <include  name="*.xml" />
  +                     
  +             </style>
     </target>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to