build.properties revision ada1678a4262b208a7b87391f520a7767d25287c
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of either the GNU
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# General Public License Version 2 only ("GPL") or the Common Development
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# and Distribution License("CDDL") (collectively, the "License"). You
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# may not use this file except in compliance with the License. You can
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# obtain a copy of the License at
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# or packager/legal/LICENSE.txt. See the License for the specific
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# language governing permissions and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing the software, include this License Header Notice in each
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# file and include the License file at packager/legal/LICENSE.txt.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# GPL Classpath Exception:
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Oracle designates this particular file as subject to the "Classpath"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# exception as provided by Oracle in the GPL Version 2 section of the License
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# file that accompanied this code.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Modifications:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below the License Header, with the fields
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# enclosed by brackets [] replaced by your own identifying information:
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# "Portions Copyright [year] [name of copyright owner]"
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# Contributor(s):
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# If you wish your version of this file to be governed by only the CDDL or
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# only the GPL Version 2, indicate your decision by adding "[Contributor]
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# elects to include this software in this distribution under the [CDDL or GPL
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Version 2] license." If you don't indicate a single choice of license, a
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# recipient has the option to distribute your version of this file under
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# either the CDDL, the GPL Version 2 or to extend the choice of license to
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# its licensees as provided above. However, if you add GPL Version 2 code
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# and therefore, elected the GPL Version 2 license, then the option applies
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# only if the new code is made subject to such option by the copyright
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinapp.file=simple-bv-servlet
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Passed as a parameter to gfproject/build-impl.xml target runtest-impl.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Ultimately, the value of this property is passed as the value of the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "suitename" attribute on the <testng> ant task, documented at
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Ultimately, the value of this property is passed as the value of the
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# "testname" attribute on the <testng> ant task.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeintestng.test.name=bv_servlet_simple
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#possible choices war|ear|jar
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeincontextroot=simple-bv-servlet
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#Definitely need to set this at local level
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#deploy.url=http://${deploy.server}:${deploy.port}/
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#http://${admin.host}:${admin.port}/__asadmin/deploy?path=<path>;name=<name>