This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 67860
Collapse All | Expand All

(-)ant/freeform/apichanges.xml (+122 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- Search for CHANGEME in this document when copying and using it: -->
3
<!--
4
                Sun Public License Notice
5
6
The contents of this file are subject to the Sun Public License
7
Version 1.0 (the "License"). You may not use this file except in
8
compliance with the License. A copy of the License is available at
9
http://www.sun.com/
10
11
The Original Code is NetBeans. The Initial Developer of the Original
12
Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
13
Microsystems, Inc. All Rights Reserved.
14
-->
15
<?xml-stylesheet type="text/xml" href="CHANGEME/nbbuild/javadoctools/apichanges.xsl"?>
16
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "CHANGEME/nbbuild/javadoctools/apichanges.dtd">
17
18
<!--
19
20
INFO FOR PEOPLE ADDING CHANGES:
21
22
Check the DTD (apichanges.dtd) for details on the syntax. You do not
23
need to regenerate the HTML, as this is part of Javadoc generation; just
24
change the XML. Rough syntax of a change (several parts optional):
25
26
<change>
27
    <api name="compiler"/>
28
    <summary>Some brief description here, can use <b>XHTML</b></summary>
29
    <version major="1" minor="99"/>
30
    <date day="13" month="6" year="2001"/>
31
    <author login="jrhacker"/>
32
    <compatibility addition="yes"/>
33
    <description>
34
        The main description of the change here.
35
        Again can use full <b>XHTML</b> as needed.
36
    </description>
37
    <class package="org.openide.compiler" name="DoWhatIWantCompiler"/>
38
    <issue number="14309"/>
39
</change>
40
41
Also permitted elements: <package>, <branch>. <version> is API spec
42
version, recommended for all new changes. <compatibility> should say
43
if things were added/modified/deprecated/etc. and give all information
44
related to upgrading old code. List affected top-level classes and
45
link to issue numbers if applicable. See the DTD for more details.
46
47
Changes need not be in any particular order, they are sorted in various
48
ways by the stylesheet anyway.
49
50
Dates are assumed to mean "on the trunk". If you *also* make the same
51
change on a stabilization branch, use the <branch> tag to indicate this
52
and explain why the change was made on a branch in the <description>.
53
54
Please only change this file on the trunk! Rather: you can change it
55
on branches if you want, but these changes will be ignored; only the
56
trunk version of this file is important.
57
58
Deprecations do not count as incompatible, assuming that code using the
59
deprecated calls continues to see their documented behavior. But do
60
specify deprecation="yes" in <compatibility>.
61
62
This file is not a replacement for Javadoc: it is intended to list changes,
63
not describe the complete current behavior, for which ordinary documentation
64
is the proper place.
65
66
-->
67
68
<apichanges>
69
70
    <!-- First, a list of API names you may use: -->
71
    <apidefs>
72
        <apidef name="general">General</apidef>
73
        <!-- etc. -->
74
    </apidefs>
75
76
    <!-- ACTUAL CHANGES BEGIN HERE: -->
77
78
    <changes>
79
80
        <change id="friend-packages">
81
            <summary>Declare SPI packages for friends only</summary>
82
            <version major="1" minor="8"/>
83
            <date day="31" month="10" year="2005"/>
84
            <author login="jlahoda"/>
85
            <compatibility binary="incompatible" source="incompatible" semantic="compatible">
86
                Only permitted clients can now use this SPI, and they were all updated.
87
            </compatibility>
88
            <description>
89
                <p>
90
                    Use of this SPI was restricted to known client modules.
91
                </p>
92
            </description>
93
        </change>
94
95
    </changes>
96
97
    <!-- Now the surrounding HTML text and document structure: -->
98
99
    <htmlcontents>
100
<!-- Generated from apichanges.xml -->
101
    <head>
102
      <title>Change History for the Ant Freeform SPI</title>
103
      <link rel="stylesheet" href="prose.css" type="text/css"/>
104
    </head>
105
    <body>
106
107
<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
108
109
<h1>Introduction</h1>
110
111
<p>This document lists changes made to the <a href="overview-summary.html">Ant Freeform SPI</a>.</p>
112
113
<!-- The actual lists of changes, as summaries and details: -->
114
      <hr/>
115
      <standard-changelists module-code-name="org.netbeans.modules.ant.freeform/1"/>
116
117
      <hr/><p>@FOOTER@</p>
118
119
    </body>
120
  </htmlcontents>
121
122
</apichanges>
(-)ant/freeform/manifest.mf (-2 / +2 lines)
Lines 1-5 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.netbeans.modules.ant.freeform
2
OpenIDE-Module: org.netbeans.modules.ant.freeform/1
3
OpenIDE-Module-Specification-Version: 1.7
3
OpenIDE-Module-Specification-Version: 1.8
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ant/freeform/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ant/freeform/Bundle.properties
5
5
(-)ant/freeform/nbproject/project.properties (+1 lines)
Lines 11-16 Link Here
11
11
12
javadoc.arch=${basedir}/arch.xml
12
javadoc.arch=${basedir}/arch.xml
13
javadoc.title=Freeform Project SPI
13
javadoc.title=Freeform Project SPI
14
javadoc.apichanges=${basedir}/apichanges.xml
14
15
15
# masterfs needed for the usual reasons
16
# masterfs needed for the usual reasons
16
# core needed for ArchiveURLMapper
17
# core needed for ArchiveURLMapper
(-)ant/freeform/nbproject/project.xml (-2 / +6 lines)
Lines 148-157 Link Here
148
                    <run-dependency/>
148
                    <run-dependency/>
149
                </dependency>
149
                </dependency>
150
            </module-dependencies>
150
            </module-dependencies>
151
            <public-packages>
151
            <friend-packages>
152
                <friend>org.netbeans.modules.j2ee.ejbfreeform</friend>
153
                <friend>org.netbeans.modules.java.freeform</friend>
154
                <friend>org.netbeans.modules.profiler.freeform</friend>
155
                <friend>org.netbeans.modules.web.freeform</friend>
152
                <package>org.netbeans.modules.ant.freeform.spi</package>
156
                <package>org.netbeans.modules.ant.freeform.spi</package>
153
                <package>org.netbeans.modules.ant.freeform.spi.support</package>
157
                <package>org.netbeans.modules.ant.freeform.spi.support</package>
154
            </public-packages>
158
            </friend-packages>
155
        </data>
159
        </data>
156
    </configuration>
160
    </configuration>
157
</project>
161
</project>
(-)java/freeform/nbproject/project.xml (+1 lines)
Lines 31-36 Link Here
31
                    <build-prerequisite/>
31
                    <build-prerequisite/>
32
                    <compile-dependency/>
32
                    <compile-dependency/>
33
                    <run-dependency>
33
                    <run-dependency>
34
                        <release-version>1</release-version>
34
                        <specification-version>1.5</specification-version>
35
                        <specification-version>1.5</specification-version>
35
                    </run-dependency>
36
                    </run-dependency>
36
                </dependency>
37
                </dependency>
(-)j2ee/ejbfreeform/nbproject/project.xml (+1 lines)
Lines 22-27 Link Here
22
                    <build-prerequisite/>
22
                    <build-prerequisite/>
23
                    <compile-dependency/>
23
                    <compile-dependency/>
24
                    <run-dependency>
24
                    <run-dependency>
25
                        <release-version>1</release-version>
25
                        <specification-version>1.5</specification-version>
26
                        <specification-version>1.5</specification-version>
26
                    </run-dependency>
27
                    </run-dependency>
27
                </dependency>
28
                </dependency>
(-)web/freeform/nbproject/project.xml (+1 lines)
Lines 22-27 Link Here
22
                    <build-prerequisite/>
22
                    <build-prerequisite/>
23
                    <compile-dependency/>
23
                    <compile-dependency/>
24
                    <run-dependency>
24
                    <run-dependency>
25
                        <release-version>1</release-version>
25
                        <specification-version>1.5</specification-version>
26
                        <specification-version>1.5</specification-version>
26
                    </run-dependency>
27
                    </run-dependency>
27
                </dependency>
28
                </dependency>

Return to bug 67860