You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/12/19 20:35:01 UTC

cvs commit: ws-axis/java/xmls path_refs.xml targets.xml

dims        2003/12/19 11:35:01

  Modified:    java/xmls path_refs.xml targets.xml
  Log:
  Still trying to fix gump failure.
  
  Revision  Changes    Path
  1.14      +1 -0      ws-axis/java/xmls/path_refs.xml
  
  Index: path_refs.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/path_refs.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- path_refs.xml	11 Dec 2003 12:48:04 -0000	1.13
  +++ path_refs.xml	19 Dec 2003 19:35:01 -0000	1.14
  @@ -1,4 +1,5 @@
     <path id="classpath">
  +    <pathelement path="${sun.boot.class.path}"/>
       <pathelement location="${xercesImpl.jar}"/>
       <pathelement location="${xmlParserAPIs.jar}"/>
       <pathelement location="${xalan-unbundled.jar}"/>
  
  
  
  1.67      +1 -0      ws-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/targets.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- targets.xml	16 Dec 2003 15:55:51 -0000	1.66
  +++ targets.xml	19 Dec 2003 19:35:01 -0000	1.67
  @@ -364,6 +364,7 @@
       <echo message="axis_nojavadocs=${env.axis_nojavadocs}"/>
       <echo message="javax.xml.parsers.DocumentBuilderFactory=${javax.xml.parsers.DocumentBuilderFactory}"/>
       <echo message="javax.xml.parsers.SAXParserFactory=${javax.xml.parsers.SAXParserFactory}"/>
  +    <echo message="sun.boot.class.path=${sun.boot.class.path}"/>
   
       <echo message="" />
       <echo message="-- Network Settings ---"/>