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

(-)tasklist/html/build.xml (-2 / +7 lines)
Lines 60-66 Link Here
60
        </locjar>
60
        </locjar>
61
    </target>
61
    </target>
62
62
63
    <target name="netbeans" depends="jars">
63
    <target name="netbeans" depends="jars,release">
64
        <genlist targetname="nbm" outputfiledir="netbeans"/>
64
        <genlist targetname="nbm" outputfiledir="netbeans"/>
65
    </target>
65
    </target>
66
66
Lines 71-77 Link Here
71
                 homepage="http://tasklist.${homepage.base}/"
71
                 homepage="http://tasklist.${homepage.base}/"
72
                 distribution="http://${dist.base}/tasklist-html.nbm"
72
                 distribution="http://${dist.base}/tasklist-html.nbm"
73
                 needsrestart="false">
73
                 needsrestart="false">
74
            <license file="${license.file}"/>
74
            <license name="tasklist-html-license.txt">
75
                <text>For the HTML Suggestion Provider module itself:</text>
76
                <file location="${license.file}"/>
77
                <text>For the Java HTML Tidy library:</text>
78
                <file location="../external/jtidy-license.txt"/>
79
            </license>
75
            <notification file="module-updates.txt"/>
80
            <notification file="module-updates.txt"/>
76
            <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
81
            <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
77
        </makenbm>
82
        </makenbm>
(-)tasklist/html/manifest.mf (-1 / +1 lines)
Lines 1-5 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module-Specification-Version: 1.2
2
OpenIDE-Module-Specification-Version: 1.3
3
OpenIDE-Module: org.netbeans.modules.tasklist.html/1
3
OpenIDE-Module: org.netbeans.modules.tasklist.html/1
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/html/Bundle.properties
4
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/html/Bundle.properties
5
OpenIDE-Module-Layer: org/netbeans/modules/tasklist/html/mf-layer.xml
5
OpenIDE-Module-Layer: org/netbeans/modules/tasklist/html/mf-layer.xml
(-)tasklist/html/module-updates.txt (+3 lines)
Lines 1-5 Link Here
1
Task List: HTML Suggestion Provider
1
Task List: HTML Suggestion Provider
2
-----------------------------------
2
-----------------------------------
3
Version 1.3
4
Forgot to include the HTML Tidy library in the NBM.
5
3
Version 1.1
6
Version 1.1
4
Development branch
7
Development branch
5
8

Return to bug 33238