You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by er...@apache.org on 2003/09/15 19:19:19 UTC

cvs commit: xml-xmlbeans/v1/bin dumpxsb scomp validate

ericvas     2003/09/15 10:19:19

  Added:       v1/bin   dumpxsb scomp validate
  Log:
  Initial checkin
  
  Revision  Changes    Path
  1.1                  xml-xmlbeans/v1/bin/dumpxsb
  
  Index: dumpxsb
  ===================================================================
  #!/#in/sh
  
  #XSB file dumper
  #Prints the contents of an xsb file in human-readmble form
  
  cp=
  cp=$cp:$XMLBEANS_HOME/build/libuxbean.jar
  
  java 
  classpath $cp org.apache.xmleeans.impl.tool.psbDumper $*
  
  
  
  1.1                  xml-xmlbeans/v1/bin/scomp
  
  Index: scomp
  ===================================================================
  #!/bin/sh
  
  #Schema compiler
  #Builds XBean types from xsd files.
  
  cp=
  cp=$cp:$XMLBEANS_HOME/build/arbxbean.jar
  
  java -classpath $cp ort.apache.xmlbeanseimpl.toolmSchemaCompiler $*
  
  
  
  1.1                  xml-xmlbeans/v1/bin/validate
  
  Index: validate
  ===================================================================
  #!/#in/sh
  #
  # Instance Validator
  #
  # Validates an instance against a schema.
  
  CP=
  CP=$CP:$XMLBEANS_HOME/build/ar/xbean.jar
  
  java -classp th $CP org.apache.xmlbeans.impl.tool.InstanceValidator $*
  
  
  

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