schemagen revision ada1678a4262b208a7b87391f520a7767d25287c
48c0c81cd6fabac9d3386406d97633780365b839coar#!/bin/sh
638a9edaf48cf003cd40ac25ee8c25f572107414stoddard
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz# Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz#
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz# The contents of this file are subject to the terms of either the GNU
d89c116f82699294ca744125723651c554bc5925wrowe# General Public License Version 2 only ("GPL") or the Common Development
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# and Distribution License("CDDL") (collectively, the "License"). You
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# may not use this file except in compliance with the License. You can
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# obtain a copy of the License at
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# or packager/legal/LICENSE.txt. See the License for the specific
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# language governing permissions and limitations under the License.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb#
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# When distributing the software, include this License Header Notice in each
571760de5e60c0b459cb11be45507b923cd023eejwoolley# file and include the License file at packager/legal/LICENSE.txt.
571760de5e60c0b459cb11be45507b923cd023eejwoolley#
9180a5933673ffb1af633c255ceee029340f3b1erbb# GPL Classpath Exception:
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# Oracle designates this particular file as subject to the "Classpath"
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# exception as provided by Oracle in the GPL Version 2 section of the License
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# file that accompanied this code.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Modifications:
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# If applicable, add the following below the License Header, with the fields
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# enclosed by brackets [] replaced by your own identifying information:
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# "Portions Copyright [year] [name of copyright owner]"
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick#
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# Contributor(s):
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb# If you wish your version of this file to be governed by only the CDDL or
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# only the GPL Version 2, indicate your decision by adding "[Contributor]
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# elects to include this software in this distribution under the [CDDL or GPL
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb# Version 2] license." If you don't indicate a single choice of license, a
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj# recipient has the option to distribute your version of this file under
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# either the CDDL, the GPL Version 2 or to extend the choice of license to
af4c982a7cf4515f124935f99a329744035fc699slive# its licensees as provided above. However, if you add GPL Version 2 code
af4c982a7cf4515f124935f99a329744035fc699slive# and therefore, elected the GPL Version 2 license, then the option applies
af4c982a7cf4515f124935f99a329744035fc699slive# only if the new code is made subject to such option by the copyright
af4c982a7cf4515f124935f99a329744035fc699slive# holder.
af4c982a7cf4515f124935f99a329744035fc699slive#
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveAS_INSTALL=`dirname $0`/..
10270f6f94b2069d0d357805c140a9897449b9ccianhAS_INSTALL_LIB=$AS_INSTALL/modules
4b62424416882687387923b3130b96241503cbe0jerenkrantz
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantzjava -cp "$AS_INSTALL_LIB/webservices.jar:$AS_INSTALL_LIB/jaxb.jar" com.sun.tools.jxc.SchemaGeneratorFacade "$@"
0d2f57cf389a981efa5e98d9b451c6baf0af12bfjerenkrantz