boot-agent-test/src/test/resources/org/netbeans/html/bootagent/empty.html
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 29 Nov 2014 22:25:40 +0100
changeset 884 af690d50d7d6
permissions -rw-r--r--
Use optional dependency on asm-5.0.jar, so we don't have to bundle it when the classes are post processed.
jtulach@884
     1
<!--
jtulach@884
     2
jtulach@884
     3
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jtulach@884
     4
jtulach@884
     5
    Copyright 2013-2014 Oracle and/or its affiliates. All rights reserved.
jtulach@884
     6
jtulach@884
     7
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jtulach@884
     8
    Other names may be trademarks of their respective owners.
jtulach@884
     9
jtulach@884
    10
    The contents of this file are subject to the terms of either the GNU
jtulach@884
    11
    General Public License Version 2 only ("GPL") or the Common
jtulach@884
    12
    Development and Distribution License("CDDL") (collectively, the
jtulach@884
    13
    "License"). You may not use this file except in compliance with the
jtulach@884
    14
    License. You can obtain a copy of the License at
jtulach@884
    15
    http://www.netbeans.org/cddl-gplv2.html
jtulach@884
    16
    or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jtulach@884
    17
    specific language governing permissions and limitations under the
jtulach@884
    18
    License.  When distributing the software, include this License Header
jtulach@884
    19
    Notice in each file and include the License file at
jtulach@884
    20
    nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jtulach@884
    21
    particular file as subject to the "Classpath" exception as provided
jtulach@884
    22
    by Oracle in the GPL Version 2 section of the License file that
jtulach@884
    23
    accompanied this code. If applicable, add the following below the
jtulach@884
    24
    License Header, with the fields enclosed by brackets [] replaced by
jtulach@884
    25
    your own identifying information:
jtulach@884
    26
    "Portions Copyrighted [year] [name of copyright owner]"
jtulach@884
    27
jtulach@884
    28
    Contributor(s):
jtulach@884
    29
jtulach@884
    30
    The Original Software is NetBeans. The Initial Developer of the Original
jtulach@884
    31
    Software is Oracle. Portions Copyright 2013-2014 Oracle. All Rights Reserved.
jtulach@884
    32
jtulach@884
    33
    If you wish your version of this file to be governed by only the CDDL
jtulach@884
    34
    or only the GPL Version 2, indicate your decision by adding
jtulach@884
    35
    "[Contributor] elects to include this software in this distribution
jtulach@884
    36
    under the [CDDL or GPL Version 2] license." If you do not indicate a
jtulach@884
    37
    single choice of license, a recipient has the option to distribute
jtulach@884
    38
    your version of this file under either the CDDL, the GPL Version 2 or
jtulach@884
    39
    to extend the choice of license to its licensees as provided above.
jtulach@884
    40
    However, if you add GPL Version 2 code and therefore, elected the GPL
jtulach@884
    41
    Version 2 license, then the option applies only if the new code is
jtulach@884
    42
    made subject to such option by the copyright holder.
jtulach@884
    43
jtulach@884
    44
-->
jtulach@884
    45
<!DOCTYPE html>
jtulach@884
    46
<html>
jtulach@884
    47
    <head>
jtulach@884
    48
        <title>Bootstrap Dynamically</title>
jtulach@884
    49
        <meta charset="UTF-8">
jtulach@884
    50
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
jtulach@884
    51
    </head>
jtulach@884
    52
    <body>
jtulach@884
    53
        <div>Bootstrap Dynamically</div>
jtulach@884
    54
    </body>
jtulach@884
    55
</html>