304N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
304N/A# Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
304N/A# The contents of this file are subject to the terms
304N/A# of the Common Development and Distribution License
304N/A# (the License). You may not use this file except in
304N/A# compliance with the License.
304N/A# You can obtain a copy of the License at
304N/A# See the License for the specific language governing
304N/A# permission and limitations under the License.
304N/A# When distributing Covered Code, include this CDDL
304N/A# Header Notice in each file and include the License file
304N/A# If applicable, add the following below the CDDL Header,
304N/A# with the fields enclosed by brackets [] replaced by
304N/A# your own identifying information:
304N/A# "Portions Copyrighted [year] [name of copyright owner]"
304N/A# $Id: workspace-how-to,v 1.1 2009/08/19 05:40:28 veiming Exp $
304N/A1. Adding new binary dependencies
304N/A Please do the followings if you need to add new binary dependencies.
304N/A 1. Check with opensso-dev@dev.java.net if the binaries can be distributed
304N/A by Sun Microsystems Inc.
304N/A a. yes. Provide information on
where/how to get them and the license
304N/A file(s). We will put them in
304N/A b. no, Update the README file under this directory on information on
304N/A 2. Check if the binaries are required to be bundled in WAR file under
304N/A used for compilation only.
304N/A2. Keep ant build XML file clean
304N/A a. Try not to duplicate resources
304N/A Please keep on copy of the resourcs required and not copying them in
304N/A different places in the workspace.
c. use target depends parameter instead of antcall