createwar.bat revision 4fe4e4f798a84a46e567f64ceadd3648eb0582d4
3728N/A@echo off
3728N/A:
3728N/A: DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3728N/A:
3728N/A: Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
3728N/A:
3728N/A: The contents of this file are subject to the terms
3728N/A: of the Common Development and Distribution License
3728N/A: (the License). You may not use this file except in
3728N/A: compliance with the License.
3728N/A:
3728N/A: You can obtain a copy of the License at
3728N/A: https://opensso.dev.java.net/public/CDDLv1.0.html or
3728N/A: opensso/legal/CDDLv1.0.txt
3728N/A: See the License for the specific language governing
3728N/A: permission and limitations under the License.
3728N/A:
3728N/A: When distributing Covered Code, include this CDDL
3728N/A: Header Notice in each file and include the License file
3728N/A: at opensso/legal/CDDLv1.0.txt.
3728N/A: If applicable, add the following below the CDDL Header,
3728N/A: with the fields enclosed by brackets [] replaced by
3728N/A: your own identifying information:
3728N/A: "Portions Copyrighted [year] [name of copyright owner]"
3728N/A:
3728N/A: $Id: createwar.bat,v 1.1 2009/01/05 23:51:29 veiming Exp $
3728N/A:
3728N/A
3728N/Ajava -classpath classes com.sun.identity.tools.deployablewar.WarCreator %*
3728N/A