build.properties revision ada1678a4262b208a7b87391f520a7767d25287c
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of either the GNU
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# General Public License Version 2 only ("GPL") or the Common Development
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and Distribution License("CDDL") (collectively, the "License"). You
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# may not use this file except in compliance with the License. You can
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# obtain a copy of the License at
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# or packager/legal/LICENSE.txt. See the License for the specific
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# language governing permissions and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing the software, include this License Header Notice in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at packager/legal/LICENSE.txt.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# GPL Classpath Exception:
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Oracle designates this particular file as subject to the "Classpath"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# exception as provided by Oracle in the GPL Version 2 section of the License
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file that accompanied this code.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Modifications:
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe# If applicable, add the following below the License Header, with the fields
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# enclosed by brackets [] replaced by your own identifying information:
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# "Portions Copyright [year] [name of copyright owner]"
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Contributor(s):
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If you wish your version of this file to be governed by only the CDDL or
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# only the GPL Version 2, indicate your decision by adding "[Contributor]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# elects to include this software in this distribution under the [CDDL or GPL
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Version 2] license." If you don't indicate a single choice of license, a
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# recipient has the option to distribute your version of this file under
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# either the CDDL, the GPL Version 2 or to extend the choice of license to
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# its licensees as provided above. However, if you add GPL Version 2 code
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and therefore, elected the GPL Version 2 license, then the option applies
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# only if the new code is made subject to such option by the copyright
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="module" value="secured-ejbWS"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="appname" value="${module}"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="assemble" value="${build.classes.dir}/archive"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="fileUser" value="user"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="fileUserPassword" value="user12345"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="fileUserGroups" value="test"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="jbi-component-su-assembly" value="secured-ejb-assembly"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="jbi-component-su" value="${appname}-su"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="jbi-component-su-dir" value="javaee-se-serviceunit"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="jbi-client-su-dir" value="webclient"/>
25cf1a301a396c38e8adf52c15f537b80d2483f7jl<property name="jbi-client-su-assembly" value="wsclient_assembly"/>