build.properties revision ada1678a4262b208a7b87391f520a7767d25287c
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder#
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder#
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder#
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of either the GNU
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# General Public License Version 2 only ("GPL") or the Common Development
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and Distribution License("CDDL") (collectively, the "License"). You
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# may not use this file except in compliance with the License. You can
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# obtain a copy of the License at
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# or packager/legal/LICENSE.txt. See the License for the specific
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# language governing permissions and limitations under the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder#
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# When distributing the software, include this License Header Notice in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at packager/legal/LICENSE.txt.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder#
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# GPL Classpath Exception:
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Oracle designates this particular file as subject to the "Classpath"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# exception as provided by Oracle in the GPL Version 2 section of the License
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# file that accompanied this code.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder#
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Modifications:
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# If applicable, add the following below the License Header, with the fields
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# enclosed by brackets [] replaced by your own identifying information:
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder# "Portions Copyright [year] [name of copyright owner]"
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder#
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# Contributor(s):
8f51f7ee933762df1a1e52caee78f5564fcf0730Christian Maeder# If you wish your version of this file to be governed by only the CDDL or
88c800932dd7053322501ea2039d9f234be6866cKlaus Luettich# only the GPL Version 2, indicate your decision by adding "[Contributor]
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# elects to include this software in this distribution under the [CDDL or GPL
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# Version 2] license." If you don't indicate a single choice of license, a
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# recipient has the option to distribute your version of this file under
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# either the CDDL, the GPL Version 2 or to extend the choice of license to
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder# its licensees as provided above. However, if you add GPL Version 2 code
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# and therefore, elected the GPL Version 2 license, then the option applies
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# only if the new code is made subject to such option by the copyright
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder# holder.
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich#
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich
3474624438293363cada4e49225aae1e292fa597Christian Maeder<property name="module" value="jsr208-integration-web-client"/>
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich<property name="appname" value="${module}"/>
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder<property name="assemble" value="${build.classes.dir}/archive"/>
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder<property name="web.xml" value="./web.xml"/>
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder<property name="sun-web.xml" value="./sun-web.xml"/>
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder<property name="jbi-component-su-assembly" value="client_web_calculator_consumer_assembly"/>
e593b89bfd4952698dc37feced21cefe869d87a2Christian Maeder<property name="jbi-component-su" value="client_web_calculator_consumer_su"/>
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maeder<property name="jbi-component-su-dir" value="sun-http-binding"/>
6e049108aa87dc46bcff96fae50a4625df1d9648Klaus Luettich