You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by ja...@apache.org on 2001/07/09 01:38:49 UTC

cvs commit: xml-site/sources create.sh xerces-p.xml

jasons      01/07/08 16:38:49

  Modified:    sources  create.sh xerces-p.xml
  Log:
  Added xerces-p/download.xml
  
  Revision  Changes    Path
  1.2       +3 -1      xml-site/sources/create.sh
  
  Index: create.sh
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/create.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- create.sh	2001/03/27 00:36:04	1.1
  +++ create.sh	2001/07/08 23:38:49	1.2
  @@ -1,7 +1,9 @@
  +export JAVA_HOME=/usr/local/j2sdk1.3/
  +export JAVA=$JAVA_HOME/bin/java
   export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsf.jar
   export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/bsfengines.jar
   export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/stylebook-1.0-b2.jar
   export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/xalan.jar
   export CLASSPATH=$CLASSPATH:../../xml-stylebook/bin/xerces.jar
   echo CLASSPATH=$CLASSPATH
  -java org.apache.stylebook.StyleBook "targetDirectory=../targets/$1" $1.xml ../style/
  +$JAVA org.apache.stylebook.StyleBook "targetDirectory=../targets/$1" $1.xml ../style/
  
  
  
  1.6       +4 -1      xml-site/sources/xerces-p.xml
  
  Index: xerces-p.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/xerces-p.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xerces-p.xml	2001/03/27 05:49:13	1.5
  +++ xerces-p.xml	2001/07/08 23:38:49	1.6
  @@ -6,10 +6,13 @@
     <separator/>
     <document id="index"              label="Readme"   source="xerces-p/readme.xml"   />
     <document id="samples"            label="Samples"  source="xerces-p/samples.xml"  />
  +  <document id="download"           label="Download" source="xerces-p/download.xml" />
     <hidden   id="domprint"            		     source="xerces-p/DOMPrint.xml" />
     <hidden   id="domcount"            		     source="xerces-p/DOMCount.xml" />
     <hidden   id="domcreate"           		     source="xerces-p/DOMCreate.xml"/>
     <separator/>
     <changes  id="releases"           label="Releases" source="xerces-p/releases.xml" />
  -  <external href="../dist/xerces-p" label="Download"              		    />
  +<!--  <external href="../dist/xerces-p" label="Download"
  +/>
  + -->
   </book>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org