You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by Brian McCallister <br...@apache.org> on 2004/01/22 05:00:35 UTC

[patch] *nix shell script patch

Minor patch to make the scomp shell script actually run.

-Brian

[mccallister@kite ~/src/xml-xmlbeans/v1/bin]$ cvs diff -u scomp
Index: scomp
===================================================================
RCS file: /home/cvspublic/xml-xmlbeans/v1/bin/scomp,v
retrieving revision 1.2
diff -u -r1.2 scomp
--- scomp       24 Sep 2003 23:31:04 -0000      1.2
+++ scomp       22 Jan 2004 03:56:17 -0000
@@ -6,4 +6,4 @@
  cp=
  cp=$cp:$XMLBEANS_HOME/build/ar/xbean.jar

-java -classpath $cp ort.apache.xmlbeanseimpl.toolmSchemaCompiler $*
+java -classpath $cp org.apache.xmlbeans.impl.tool.SchemaCompiler $*



- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/