You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/06/29 05:13:24 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/make template-simple.properties template-simple.ati sample.ati

donaldp     01/06/28 20:13:23

  Modified:    proposal/myrmidon/src/make template-simple.ati
  Added:       proposal/myrmidon/src/make template-simple.properties
  Removed:     proposal/myrmidon/src/make sample.ati
  Log:
  Made templating example more sensible
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-ant/proposal/myrmidon/src/make/template-simple.ati
  
  Index: template-simple.ati
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/make/template-simple.ati,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- template-simple.ati	2001/06/17 00:29:35	1.1
  +++ template-simple.ati	2001/06/29 03:13:20	1.2
  @@ -1,5 +1,9 @@
   <?xml version="1.0"?>
   
  +<?xsl-params location="template-simple.properties"?>
  +<?xsl-param name="bar" value="baz"?>
  +<?xsl-stylesheet href="template-simple.xsl"?>
  +
   <project default="main" basedir=".">
   
     <target name="main">
  
  
  
  1.1                  jakarta-ant/proposal/myrmidon/src/make/template-simple.properties
  
  Index: template-simple.properties
  ===================================================================
  # Here is sample property file
  foo=bar