spring.lookup/apichanges.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 22 Mar 2015 09:34:51 +0100
changeset 980 fdd7f8e3c9e4
permissions -rw-r--r--
Making sure we generate proper javadoc
jaroslav@563
     1
<?xml version="1.0" encoding="UTF-8"?>
jaroslav@563
     2
<!--
jaroslav@563
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jaroslav@563
     4
jaroslav@563
     5
Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
jaroslav@563
     6
jaroslav@563
     7
jaroslav@563
     8
The contents of this file are subject to the terms of either the GNU
jaroslav@563
     9
General Public License Version 2 only ("GPL") or the Common
jaroslav@563
    10
Development and Distribution License("CDDL") (collectively, the
jaroslav@563
    11
"License"). You may not use this file except in compliance with the
jaroslav@563
    12
License. You can obtain a copy of the License at
jaroslav@563
    13
http://www.netbeans.org/cddl-gplv2.html
jaroslav@563
    14
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jaroslav@563
    15
specific language governing permissions and limitations under the
jaroslav@563
    16
License.  When distributing the software, include this License Header
jaroslav@563
    17
Notice in each file and include the License file at
jaroslav@563
    18
nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
jaroslav@563
    19
particular file as subject to the "Classpath" exception as provided
jaroslav@563
    20
by Sun in the GPL Version 2 section of the License file that
jaroslav@563
    21
accompanied this code. If applicable, add the following below the
jaroslav@563
    22
License Header, with the fields enclosed by brackets [] replaced by
jaroslav@563
    23
your own identifying information:
jaroslav@563
    24
"Portions Copyrighted [year] [name of copyright owner]"
jaroslav@563
    25
jaroslav@563
    26
Contributor(s):
jaroslav@563
    27
jaroslav@563
    28
The Original Software is NetBeans. The Initial Developer of the Original
jaroslav@563
    29
Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
jaroslav@563
    30
Microsystems, Inc. All Rights Reserved.
jaroslav@563
    31
jaroslav@563
    32
If you wish your version of this file to be governed by only the CDDL
jaroslav@563
    33
or only the GPL Version 2, indicate your decision by adding
jaroslav@563
    34
"[Contributor] elects to include this software in this distribution
jaroslav@563
    35
under the [CDDL or GPL Version 2] license." If you do not indicate a
jaroslav@563
    36
single choice of license, a recipient has the option to distribute
jaroslav@563
    37
your version of this file under either the CDDL, the GPL Version 2 or
jaroslav@563
    38
to extend the choice of license to its licensees as provided above.
jaroslav@563
    39
However, if you add GPL Version 2 code and therefore, elected the GPL
jaroslav@563
    40
Version 2 license, then the option applies only if the new code is
jaroslav@563
    41
made subject to such option by the copyright holder.
jaroslav@563
    42
-->
jaroslav@563
    43
jaroslav@563
    44
<?xml-stylesheet href="../nbbuild/javadoctools/apichanges.xsl" type="text/xsl"?>
jaroslav@563
    45
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../../nbbuild/javadoctools/apichanges.dtd">
jaroslav@563
    46
jaroslav@563
    47
<apichanges>
jaroslav@563
    48
jaroslav@563
    49
<!-- First, a list of API names you may use: -->
jaroslav@563
    50
<apidefs>
jaroslav@563
    51
        <apidef name="spring">Springframework</apidef>
jaroslav@563
    52
</apidefs>
jaroslav@563
    53
jaroslav@563
    54
<!-- ACTUAL CHANGES BEGIN HERE: -->
jaroslav@563
    55
jaroslav@563
    56
<changes>
jaroslav@563
    57
        <change id="initial.version">
jaroslav@563
    58
            <api name="spring"/>
jaroslav@563
    59
            <summary>Integration of Spring and NetBeans Started</summary>
jaroslav@563
    60
            <version major="1" minor="1"/>
jaroslav@563
    61
            <date day="4" month="4" year="2008"/>
jaroslav@563
    62
            <author login="jtulach"/>
jaroslav@563
    63
            <compatibility addition="yes"/>
jaroslav@563
    64
            <description>
jaroslav@563
    65
                <p>
jaroslav@563
    66
                    Initial version of this API.
jaroslav@563
    67
                </p>
jaroslav@563
    68
            </description>
jaroslav@563
    69
            <class package="org.netbeans.api.spring" name="NbSpring"/>
jaroslav@563
    70
        </change>
jaroslav@563
    71
</changes>
jaroslav@563
    72
jaroslav@563
    73
  <htmlcontents>
jaroslav@563
    74
    <head>
jaroslav@563
    75
      <title>NetBeans Spring Bridge</title>
jaroslav@563
    76
      <link rel="stylesheet" href="prose.css" type="text/css"/>
jaroslav@563
    77
    </head>
jaroslav@563
    78
    <body>
jaroslav@563
    79
jaroslav@563
    80
<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
jaroslav@563
    81
jaroslav@563
    82
<h1>Introduction</h1>
jaroslav@563
    83
jaroslav@563
    84
<p>
jaroslav@563
    85
    NetBeans and Springframework integration.
jaroslav@563
    86
</p>
jaroslav@563
    87
jaroslav@563
    88
      <hr/><standard-changelists module-code-name="org.netbeans.api.spring"/>
jaroslav@563
    89
jaroslav@563
    90
      <hr/><p>@FOOTER@</p>
jaroslav@563
    91
jaroslav@563
    92
    </body>
jaroslav@563
    93
  </htmlcontents>
jaroslav@563
    94
</apichanges>