Annotation of xmlschema/xmlschema-upgrade, revision 1.16

1.14      ht          1: #!/bin/sh
                      2: ulimit -n 512
                      3: ulimit -u 512
                      4: ulimit -c 0
                      5: ulimit -v 262144
                      6: ulimit -m 262144
                      7: ulimit -t 30
1.16    ! ht          8: /usr/bin/python2.3 /usr/local/XSV/src/xmlschema/xmlschemaUpgrade.pyc

Webmaster