You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/04/22 17:33:01 UTC

cvs commit: jakarta-alexandria/proposal/gump gen.sh

rubys       01/04/22 08:33:01

  Modified:    proposal/gump gen.sh
  Log:
  Recursive publishing
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-alexandria/proposal/gump/gen.sh
  
  Index: gen.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/gen.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- gen.sh	2001/04/22 15:27:58	1.6
  +++ gen.sh	2001/04/22 15:33:00	1.7
  @@ -87,7 +87,7 @@
   
   echo Generate script to publish all xml source files
   test -n "$FAIL" || \
  -java org.apache.xalan.xslt.Process -text -in $SOURCE -xsl stylesheet/bash.xsl -out work/puball.sh || \
  +java org.apache.xalan.xslt.Process -text -in work/merge.xml -xsl stylesheet/bash.xsl -out work/puball.sh || \
   export FAIL=1
   
   echo Generate template for publishing an xml source file
  @@ -107,7 +107,7 @@
   
   echo Generate editing instructions
   test -n "$FAIL" || \
  -java org.apache.xalan.xslt.Process -text -in $SOURCE -xsl stylesheet/sedmap.xsl -out work/map.sed || \
  +java org.apache.xalan.xslt.Process -text -in work/merge.xml -xsl stylesheet/sedmap.xsl -out work/map.sed || \
   export FAIL=1
   
   # **** publish ***
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org