You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2004/11/09 21:42:24 UTC

cvs commit: xml-xmlbeans/v2/bin sdownload.cmd

cezar       2004/11/09 12:42:24

  Modified:    v2/bin   sdownload.cmd
  Log:
  Fix for sDownload tool. Added correct v2 classpath entries.
  Submitted by: Jacob Danner
  
  Revision  Changes    Path
  1.2       +3 -0      xml-xmlbeans/v2/bin/sdownload.cmd
  
  Index: sdownload.cmd
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/bin/sdownload.cmd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sdownload.cmd	26 Sep 2003 21:23:26 -0000	1.1
  +++ sdownload.cmd	9 Nov 2004 20:42:24 -0000	1.2
  @@ -9,6 +9,9 @@
   
   set cp=
   set cp=%cp%;%XMLBEANS_HOME%\build\ar\xbean.jar
  +set cp=%cp%;%XMLBEANS_HOME%\build\lib\jsr173_api.jar
  +set cp=%cp%;%XMLBEANS_HOME%\build\lib\resolver.jar
  +
   
   java -classpath %cp% org.apache.xmlbeans.impl.tool.SchemaResourceManager %*
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org