sierra/build.pro
author Jesse Glick <jglick@netbeans.org>
Fri, 15 Apr 2011 18:22:14 -0400
changeset 4883 3463c7d16cd0
parent 4614 5f5a899c4ab5
parent 4553 008d740df84b
permissions -rw-r--r--
Prefer soa-main versions of sierra scripts.
yaroslavskiy@4479
     1
<?xml version="1.0" encoding="UTF-8"?>
yaroslavskiy@4479
     2
<!--
yaroslavskiy@4479
     3
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
yaroslavskiy@4479
     4
jglick@4523
     5
  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
jglick@4523
     6
jglick@4523
     7
  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jglick@4523
     8
  Other names may be trademarks of their respective owners.
yaroslavskiy@4479
     9
yaroslavskiy@4479
    10
  The contents of this file are subject to the terms of either the GNU
yaroslavskiy@4479
    11
  General Public License Version 2 only ("GPL") or the Common
yaroslavskiy@4479
    12
  Development and Distribution License("CDDL") (collectively, the
yaroslavskiy@4479
    13
  "License"). You may not use this file except in compliance with the
yaroslavskiy@4479
    14
  License. You can obtain a copy of the License at
yaroslavskiy@4479
    15
  http://www.netbeans.org/cddl-gplv2.html
yaroslavskiy@4479
    16
  or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
yaroslavskiy@4479
    17
  specific language governing permissions and limitations under the
yaroslavskiy@4479
    18
  License. When distributing the software, include this License Header
yaroslavskiy@4479
    19
  Notice in each file and include the License file at
jglick@4523
    20
  nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
yaroslavskiy@4479
    21
  particular file as subject to the "Classpath" exception as provided
jglick@4523
    22
  by Oracle in the GPL Version 2 section of the License file that
yaroslavskiy@4479
    23
  accompanied this code. If applicable, add the following below the
yaroslavskiy@4479
    24
  License Header, with the fields enclosed by brackets [] replaced by
yaroslavskiy@4479
    25
  your own identifying information:
yaroslavskiy@4479
    26
  "Portions Copyrighted [year] [name of copyright owner]"
yaroslavskiy@4479
    27
yaroslavskiy@4479
    28
  Contributor(s):
yaroslavskiy@4479
    29
yaroslavskiy@4479
    30
  The Original Software is NetBeans. The Initial Developer of the Original
yaroslavskiy@4479
    31
  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
yaroslavskiy@4479
    32
  Microsystems, Inc. All Rights Reserved.
yaroslavskiy@4479
    33
yaroslavskiy@4479
    34
  If you wish your version of this file to be governed by only the CDDL
yaroslavskiy@4479
    35
  or only the GPL Version 2, indicate your decision by adding
yaroslavskiy@4479
    36
  "[Contributor] elects to include this software in this distribution
yaroslavskiy@4479
    37
  under the [CDDL or GPL Version 2] license." If you do not indicate a
yaroslavskiy@4479
    38
  single choice of license, a recipient has the option to distribute
yaroslavskiy@4479
    39
  your version of this file under either the CDDL, the GPL Version 2 or
yaroslavskiy@4479
    40
  to extend the choice of license to its licensees as provided above.
yaroslavskiy@4479
    41
  However, if you add GPL Version 2 code and therefore, elected the GPL
yaroslavskiy@4479
    42
  Version 2 license, then the option applies only if the new code is
yaroslavskiy@4479
    43
  made subject to such option by the copyright holder.
yaroslavskiy@4479
    44
-->
yaroslavskiy@4479
    45
<project name="properties" default="none" basedir=".">
yaroslavskiy@4479
    46
    <property environment="env"/>
yaroslavskiy@4479
    47
yaroslavskiy@4479
    48
    <property name="netbeans.prox" value="false"/>
supernikita@4511
    49
    <property name="netbeans.type" value="java"/>
yaroslavskiy@4479
    50
yaroslavskiy@4516
    51
    <!-- GlassFish ESB latest continuous -->
yaroslavskiy@4553
    52
    <property name="sierra.host" value="http://beryl.russia.sun.com:8080"/>
yaroslavskiy@4553
    53
    <property name="sierra.path" value="hudson/job/soa-main/ws/cache/latest"/>
yaroslavskiy@4553
    54
    <property name="sierra.file" value="soa-main.zip"/>
yaroslavskiy@4539
    55
    <property name="sierra.user" value=".netbeans/sierra"/>
yaroslavskiy@4496
    56
yaroslavskiy@4524
    57
    <!-- NetBeans latest nightly -->
yaroslavskiy@4614
    58
    <!-- property name="netbeans.host" value="http://bits.netbeans.org"/ -->
yaroslavskiy@4614
    59
    <!-- property name="netbeans.path" value="download/trunk/nightly/latest/zip"/ -->
yaroslavskiy@4614
    60
    <!-- property name="netbeans.zip"  value="netbeans.zip"/ -->
yaroslavskiy@4614
    61
    <!-- property name="netbeans.user" value=".netbeans/dev"/ -->
yaroslavskiy@4614
    62
yaroslavskiy@4606
    63
    <!-- NetBeans 6.9.1 latest daily -->
yaroslavskiy@4606
    64
    <!-- property name="netbeans.host" value="http://smetiste.czech.sun.com"/ -->
yaroslavskiy@4606
    65
    <!-- property name="netbeans.path" value="builds/netbeans/6.9.1/daily/latest/zip"/ -->
yaroslavskiy@4606
    66
    <!-- property name="netbeans.zip"  value="netbeans-6.9.1.zip"/ -->
yaroslavskiy@4606
    67
    <!-- property name="netbeans.user" value=".netbeans/6.9.1dev"/ -->
yaroslavskiy@4606
    68
yaroslavskiy@4600
    69
    <!-- NetBeans 6.9 FCS ML -->
yaroslavskiy@4539
    70
    <property name="netbeans.host" value="http://smetiste.czech.sun.com"/>
yaroslavskiy@4606
    71
    <property name="netbeans.path" value="builds/netbeans/6.9/fcs/latest/ml/zip"/>
yaroslavskiy@4606
    72
    <property name="netbeans.zip"  value="netbeans-6.9.zip"/>
yaroslavskiy@4606
    73
    <property name="netbeans.user" value=".netbeans/6.9"/>
yaroslavskiy@4479
    74
yaroslavskiy@4516
    75
    <!-- cvs -->
yaroslavskiy@4516
    76
    <property name="test.cvs.host" value=":pserver:guest@cvs.dev.java.net:/cvs"/>
yaroslavskiy@4516
    77
    <property name="test.cvs.path" value="open-jbi-components/driver-tests/bpelse"/>
yaroslavskiy@4516
    78
    <property name="test.cvs.branch" value="-A"/>
yaroslavskiy@4516
    79
    <property name="test.cvs.modules" value="
yaroslavskiy@4516
    80
        ${test.cvs.path}/assign
yaroslavskiy@4516
    81
        ${test.cvs.path}/AtomicTxStart
yaroslavskiy@4516
    82
        ${test.cvs.path}/benchmark
yaroslavskiy@4516
    83
        ${test.cvs.path}/blueprints
yaroslavskiy@4516
    84
        ${test.cvs.path}/BpelToBpel
yaroslavskiy@4516
    85
        ${test.cvs.path}/CAPSIntegration
yaroslavskiy@4516
    86
        ${test.cvs.path}/clusterSupport
yaroslavskiy@4516
    87
        ${test.cvs.path}/compensation
yaroslavskiy@4516
    88
        ${test.cvs.path}/correlation
yaroslavskiy@4516
    89
        ${test.cvs.path}/dynamicpartnerlink
yaroslavskiy@4516
    90
        ${test.cvs.path}/empty
yaroslavskiy@4516
    91
        ${test.cvs.path}/eventHandlers
yaroslavskiy@4516
    92
        ${test.cvs.path}/exit
yaroslavskiy@4516
    93
        ${test.cvs.path}/faulthandling
yaroslavskiy@4516
    94
        ${test.cvs.path}/flow
yaroslavskiy@4516
    95
        ${test.cvs.path}/foreach-bpel20
yaroslavskiy@4516
    96
        ${test.cvs.path}/i18n
yaroslavskiy@4516
    97
        ${test.cvs.path}/if
yaroslavskiy@4516
    98
        ${test.cvs.path}/implementMultiOperations
yaroslavskiy@4516
    99
        ${test.cvs.path}/JavaEEIntegration
yaroslavskiy@4516
   100
        ${test.cvs.path}/MessageExchange
yaroslavskiy@4516
   101
        ${test.cvs.path}/misc
yaroslavskiy@4516
   102
        ${test.cvs.path}/nmproperty
yaroslavskiy@4516
   103
        ${test.cvs.path}/PartnerLinks
yaroslavskiy@4516
   104
        ${test.cvs.path}/pick
yaroslavskiy@4516
   105
        ${test.cvs.path}/POJOCalls
yaroslavskiy@4516
   106
        ${test.cvs.path}/referenced
yaroslavskiy@4516
   107
        ${test.cvs.path}/repeatuntil
yaroslavskiy@4516
   108
        ${test.cvs.path}/rethrow
yaroslavskiy@4516
   109
        ${test.cvs.path}/samples
yaroslavskiy@4516
   110
        ${test.cvs.path}/scalability
yaroslavskiy@4516
   111
        ${test.cvs.path}/scenarios
yaroslavskiy@4516
   112
        ${test.cvs.path}/SchemaElemDecl
yaroslavskiy@4516
   113
        ${test.cvs.path}/ScopeTermination
yaroslavskiy@4516
   114
        ${test.cvs.path}/systemicqualities
yaroslavskiy@4516
   115
        ${test.cvs.path}/TerminationHandler
yaroslavskiy@4516
   116
        ${test.cvs.path}/TestsForBugs
yaroslavskiy@4516
   117
        ${test.cvs.path}/wait
yaroslavskiy@4516
   118
        ${test.cvs.path}/WaitingRequestLifeSpan
yaroslavskiy@4516
   119
        ${test.cvs.path}/while
yaroslavskiy@4516
   120
        ${test.cvs.path}/xpathfunctions
yaroslavskiy@4516
   121
        ${test.cvs.path}/xsddatatypes
yaroslavskiy@4516
   122
        ${test.cvs.path}/xslt
yaroslavskiy@4516
   123
    "/>
yaroslavskiy@4479
   124
    <property name="home" value="../.."/>
yaroslavskiy@4479
   125
    <property name="cache" value="${home}/../cache"/>
yaroslavskiy@4610
   126
    <property name="build.name"  value="soa-main"/>
yaroslavskiy@4610
   127
    <property name="repository" value="http://hg.netbeans.org/soa-main"/>
yaroslavskiy@4612
   128
    <property name="branch" value="default"/>
yaroslavskiy@4516
   129
    <property name="jbi" location="${cache}/test/${test.cvs.path}"/>
yaroslavskiy@4516
   130
    <property name="bpel.samples" value="${home}/bpel.samples/resources"/>
yaroslavskiy@4516
   131
    <property name="xslt.samples" value="${home}/xslt.samples/resources"/>
yaroslavskiy@4516
   132
    <property name="build.number" value="${home}/nbbuild/netbeans/platform/build_number"/>
yaroslavskiy@4479
   133
</project>