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 12918
Collapse All | Expand All

(-)nbbuild/plans/all_features.xml (-5 / +19 lines)
Lines 13-19 Link Here
13
Microsystems, Inc. All Rights Reserved.
13
Microsystems, Inc. All Rights Reserved.
14
-->
14
-->
15
15
16
<!DOCTYPE XTeam [
16
<!DOCTYPE xteam [
17
    <!ENTITY nbbuild            SYSTEM "../../nbbuild/www/plans/features.xml">
17
    <!ENTITY nbbuild            SYSTEM "../../nbbuild/www/plans/features.xml">
18
    <!ENTITY javacvs            SYSTEM "../../javacvs/www/plans/features.xml">
18
    <!ENTITY javacvs            SYSTEM "../../javacvs/www/plans/features.xml">
19
    <!ENTITY vcsgeneric         SYSTEM "../../vcsgeneric/www/plans/features.xml">
19
    <!ENTITY vcsgeneric         SYSTEM "../../vcsgeneric/www/plans/features.xml">
Lines 30-41 Link Here
30
    <!ENTITY icebrowser         SYSTEM "../../icebrowser/www/plans/features.xml">
30
    <!ENTITY icebrowser         SYSTEM "../../icebrowser/www/plans/features.xml">
31
    <!ENTITY rmi                SYSTEM "../../rmi/www/plans/features.xml">
31
    <!ENTITY rmi                SYSTEM "../../rmi/www/plans/features.xml">
32
    <!ENTITY core               SYSTEM "../../core/www/plans/features.xml">
32
    <!ENTITY core               SYSTEM "../../core/www/plans/features.xml">
33
    <!ENTITY ant                SYSTEM "../../ant/www/plans/features.xml">
34
    <!ENTITY apisupport         SYSTEM "../../apisupport/www/plans/features.xml">
35
    <!ENTITY openide            SYSTEM "../../openide/www/plans/features.xml">
33
   
36
   
34
    <!-- 
37
    <!-- 
35
    <!ENTITY ant                SYSTEM "../../ant/www/plans/features.xml">
36
    <!ENTITY antlr              SYSTEM "../../antlr/www/plans/features.xml">
38
    <!ENTITY antlr              SYSTEM "../../antlr/www/plans/features.xml">
37
    <!ENTITY apisupport         SYSTEM "../../apisupport/www/plans/features.xml">
38
    <!ENTITY apisupportx        SYSTEM "../../apisupportx/www/plans/features.xml">
39
    <!ENTITY autoupdate         SYSTEM "../../autoupdate/www/plans/features.xml">
39
    <!ENTITY autoupdate         SYSTEM "../../autoupdate/www/plans/features.xml">
40
    <!ENTITY cpplite            SYSTEM "../../cpplite/www/plans/features.xml">
40
    <!ENTITY cpplite            SYSTEM "../../cpplite/www/plans/features.xml">
41
    <!ENTITY crosscompile       SYSTEM "../../crosscompile/www/plans/features.xml">
41
    <!ENTITY crosscompile       SYSTEM "../../crosscompile/www/plans/features.xml">
Lines 56-62 Link Here
56
    <!ENTITY multicompile       SYSTEM "../../multicompile/www/plans/features.xml">
56
    <!ENTITY multicompile       SYSTEM "../../multicompile/www/plans/features.xml">
57
    <!ENTITY nbbuild            SYSTEM "../../nbbuild/www/plans/features.xml">
57
    <!ENTITY nbbuild            SYSTEM "../../nbbuild/www/plans/features.xml">
58
    <!ENTITY objectbrowser      SYSTEM "../../objectbrowser/www/plans/features.xml">
58
    <!ENTITY objectbrowser      SYSTEM "../../objectbrowser/www/plans/features.xml">
59
    <!ENTITY openide            SYSTEM "../../openide/www/plans/features.xml">
60
    <!ENTITY openidex           SYSTEM "../../openidex/www/plans/features.xml">
59
    <!ENTITY openidex           SYSTEM "../../openidex/www/plans/features.xml">
61
    <!ENTITY projects           SYSTEM "../../projects/www/plans/features.xml">
60
    <!ENTITY projects           SYSTEM "../../projects/www/plans/features.xml">
62
    <!ENTITY properties         SYSTEM "../../properties/www/plans/features.xml">
61
    <!ENTITY properties         SYSTEM "../../properties/www/plans/features.xml">
Lines 82-93 Link Here
82
    <!ENTITY debuggerjpda       SYSTEM "../../debuggerjpda/www/plans/features.xml">
81
    <!ENTITY debuggerjpda       SYSTEM "../../debuggerjpda/www/plans/features.xml">
83
    <!ENTITY debuggertools      SYSTEM "../../debuggertools/www/plans/features.xml">
82
    <!ENTITY debuggertools      SYSTEM "../../debuggertools/www/plans/features.xml">
84
    <!ENTITY html               SYSTEM "../../html/www/plans/features.xml">
83
    <!ENTITY html               SYSTEM "../../html/www/plans/features.xml">
84
    <!ENTITY apisupportx        SYSTEM "../../apisupportx/www/plans/features.xml">
85
85
86
-->
86
-->
87
87
88
88
89
    <!ENTITY modules            SYSTEM "modules.xml">  
89
    <!ENTITY modules            SYSTEM "modules.xml">  
90
90
91
<!-- Declaration of format. -->
92
<!ELEMENT xteam (requirements, dev-object)>
93
<!ELEMENT requirements (module-requirements)*>
94
<!ELEMENT dev-object (dev-object)*>
95
<!ATTLIST dev-object
96
          id CDATA #REQUIRED
97
          type CDATA #REQUIRED
98
          name CDATA #IMPLIED
99
          list-in-overview CDATA #IMPLIED
100
>
101
<!ENTITY % mod-reqs-dtd SYSTEM "../../www/www/dtds/module_features-1_0.dtd">
102
%mod-reqs-dtd;
103
91
]>
104
]>
92
<xteam>
105
<xteam>
93
    <requirements>
106
    <requirements>
Lines 99-104 Link Here
99
        &rmi;
112
        &rmi;
100
        &ui;
113
        &ui;
101
        &core;
114
        &core;
115
        &ant; &apisupport; &openide;
102
    </requirements>
116
    </requirements>
103
    &modules;    
117
    &modules;    
104
</xteam>
118
</xteam>
(-)nbbuild/plans/build.xml (+8 lines)
Lines 49-53 Link Here
49
    <target name="icebrowser"><antcall target="module-reqs"><param name="module_name" value="icebrowser"/></antcall></target>
49
    <target name="icebrowser"><antcall target="module-reqs"><param name="module_name" value="icebrowser"/></antcall></target>
50
    <target name="rmi"><antcall target="module-reqs"><param name="module_name" value="rmi"/></antcall></target>
50
    <target name="rmi"><antcall target="module-reqs"><param name="module_name" value="rmi"/></antcall></target>
51
    <target name="core"><antcall target="module-reqs"><param name="module_name" value="core"/></antcall></target>
51
    <target name="core"><antcall target="module-reqs"><param name="module_name" value="core"/></antcall></target>
52
    <target name="ant"><antcall target="module-reqs"><param name="module_name" value="ant"/></antcall></target>
53
    <target name="apisupport"><antcall target="module-reqs"><param name="module_name" value="apisupport"/></antcall></target>
54
    <target name="openide"><antcall target="module-reqs"><param name="module_name" value="openide"/></antcall></target>
55
56
    <target name="check">
57
        <!-- WARNING: you need a dev version of Ant to run this task: -->
58
        <xmlvalidate file="all_features.xml"/>
59
    </target>
52
   
60
   
53
</project>
61
</project>
(-)nbbuild/plans/nb33-features-module.xsl (-9 / +13 lines)
Lines 136-142 Link Here
136
    <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="1" WIDTH="100%">
136
    <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="1" WIDTH="100%">
137
137
138
        <TR class="tablecbg">
138
        <TR class="tablecbg">
139
            <TD ALIGN="CENTER" width="100%" colspan="5">
139
            <TD ALIGN="CENTER" width="100%" colspan="4">
140
                <font class="tablecfont"><b>
140
                <font class="tablecfont"><b>
141
                    <xsl:call-template name="makeLink">
141
                    <xsl:call-template name="makeLink">
142
                        <xsl:with-param name="name"><xsl:value-of select="@name"/>
142
                        <xsl:with-param name="name"><xsl:value-of select="@name"/>
Lines 194-200 Link Here
194
        </TR>
194
        </TR>
195
195
196
        <TR class="tablerbg">
196
        <TR class="tablerbg">
197
            <TD ALIGN="LEFT" colspan="5" width="100%">
197
            <TD ALIGN="LEFT" colspan="4" width="100%">
198
            <xsl:choose>
198
            <xsl:choose>
199
              <xsl:when test="string-length(long-description)>0" >
199
              <xsl:when test="string-length(long-description)>0" >
200
                   <xsl:apply-templates select="long-description"/>
200
                   <xsl:apply-templates select="long-description"/>
Lines 222-237 Link Here
222
                        </UL>
222
                        </UL>
223
                    </xsl:when>
223
                    </xsl:when>
224
                    <xsl:otherwise>
224
                    <xsl:otherwise>
225
                        <xsl:text>.</xsl:text>
225
                        <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
226
                    </xsl:otherwise>
226
                    </xsl:otherwise>
227
                </xsl:choose>
227
                </xsl:choose>
228
            </TD>
228
            </TD>
229
229
230
            <TD ALIGN="LEFT" colspan="2" width="50%">
230
            <TD ALIGN="LEFT" colspan="2" width="50%">
231
                <xsl:if test="count(roles/person)>0" >
231
                <xsl:choose><xsl:when test="count(roles/person)>0" >
232
                    <DL>
232
                    <!--<DL>-->
233
                        <xsl:for-each select="roles/person"> 
233
                        <xsl:for-each select="roles/person"> 
234
                            <DD>
234
                            <!--<DD>-->
235
                                <xsl:choose>
235
                                <xsl:choose>
236
                                    <xsl:when test="string-length(e-mail)>0" >
236
                                    <xsl:when test="string-length(e-mail)>0" >
237
                                        <xsl:call-template name="makeReference">
237
                                        <xsl:call-template name="makeReference">
Lines 246-255 Link Here
246
246
247
                                <xsl:for-each select="role"> - <xsl:value-of select="@name"/>
247
                                <xsl:for-each select="role"> - <xsl:value-of select="@name"/>
248
                                </xsl:for-each>
248
                                </xsl:for-each>
249
                            </DD>
249
                            <!--</DD>--><BR/>
250
                        </xsl:for-each>
250
                        </xsl:for-each>
251
                    </DL>
251
                    <!--</DL>-->
252
                </xsl:if>
252
                </xsl:when>
253
                <xsl:otherwise>
254
                    <xsl:text disable-output-escaping="yes"><![CDATA[&nbsp;]]></xsl:text>
255
                </xsl:otherwise>
256
                </xsl:choose>
253
            </TD>
257
            </TD>
254
        </TR>
258
        </TR>
255
    </TABLE>
259
    </TABLE>

Return to bug 12918