* During HTML export, allow icons to be exported as well. This BLD200302170100
authortor@netbeans.org
Sat, 15 Feb 2003 08:29:13 +0000
changeset 3133ae79d18eecfc
parent 3132 e556f157d4aa
child 3134 2f02c509dae2
* During HTML export, allow icons to be exported as well. This
takes the Image objects and exports them as .png files in the
same directory as the exported HTML, and refers to these files
from the HTML. (This relies on ImageIO, which is only present
in JDK1.4 and on. Therefore, this functionality is only enabled
for JDK1.4.)
tasklist.core/manifest.mf
tasklist.core/src/org/netbeans/modules/tasklist/core/Bundle.properties
tasklist.usertasks/manifest.mf
     1.1 --- a/tasklist.core/manifest.mf	Sat Feb 15 05:44:55 2003 +0000
     1.2 +++ b/tasklist.core/manifest.mf	Sat Feb 15 08:29:13 2003 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -OpenIDE-Module-Specification-Version: 0.8.29
     1.5 +OpenIDE-Module-Specification-Version: 0.8.31
     1.6  OpenIDE-Module: org.netbeans.modules.tasklist.core/1
     1.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/core/Bundle.properties
     1.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     2.1 --- a/tasklist.core/src/org/netbeans/modules/tasklist/core/Bundle.properties	Sat Feb 15 05:44:55 2003 +0000
     2.2 +++ b/tasklist.core/src/org/netbeans/modules/tasklist/core/Bundle.properties	Sat Feb 15 08:29:13 2003 +0000
     2.3 @@ -33,6 +33,7 @@
     2.4  ExportAs=Export
     2.5  ExportToHTML=Select HTML file name
     2.6  LBL_fileexists=File exists - overwrite?
     2.7 +ExportIcons=Export icons as well? (includes image links in the HTML)
     2.8  ViewExportedHTML=View the resulting HTML file?
     2.9  LBL_Import=Import...
    2.10  HTML=HTML (tasklist visible columns)
     3.1 --- a/tasklist.usertasks/manifest.mf	Sat Feb 15 05:44:55 2003 +0000
     3.2 +++ b/tasklist.usertasks/manifest.mf	Sat Feb 15 08:29:13 2003 +0000
     3.3 @@ -1,10 +1,10 @@
     3.4 -OpenIDE-Module-Specification-Version: 0.8.30
     3.5 +OpenIDE-Module-Specification-Version: 0.8.31
     3.6  OpenIDE-Module: org.netbeans.modules.tasklist.usertasks/1
     3.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/usertasks/Bundle.properties
     3.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     3.9  OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    3.10  OpenIDE-Module-Requires: org.openide.TopManager
    3.11 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.8.28, org.netbeans.api.tasklist/1 > 0.8.28, org.openide.deprecated > 1.0
    3.12 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.8.31, org.netbeans.api.tasklist/1 > 0.8.28, org.openide.deprecated > 1.0
    3.13  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/usertasks/mf-layer.xml
    3.14  
    3.15  Name: org/netbeans/modules/tasklist/usertasks/TaskListLoader.class