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

cvs commit: xml-xmlbeans/v2/bin scomp

pcal        2004/02/02 12:21:52

  Modified:    v2/bin   scomp
  Log:
  fix outdated jar name in scomp script
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xmlbeans/v2/bin/scomp
  
  Index: scomp
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/bin/scomp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- scomp	24 Jan 2004 01:01:48 -0000	1.4
  +++ scomp	2 Feb 2004 20:21:52 -0000	1.5
  @@ -4,7 +4,7 @@
   #Builds XBean types from xsd files.
   
   cp=
  -cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar:$XMLBEANS_HOME/build/lib/jsr173_07_api.jar:$XMLBEANS_HOME/build/lib/resolver.jar
  +cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar:$XMLBEANS_HOME/build/lib/jsr173_api.jar:$XMLBEANS_HOME/build/lib/resolver.jar
   
   case "`uname`" in
       CYGWIN*)
  
  
  

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