* Bump module spec versions 1.1 for most dev modules BLD200303170100
authortor@netbeans.org
Sat, 15 Mar 2003 19:38:47 +0000
changeset 32786634d48d962a
parent 3277 f2bd7e752b96
child 3279 102cb0f18fb1
* Bump module spec versions 1.1 for most dev modules
* Add a (short) timer for tasklist.write, such that if you delete
multiple tasks in a batch, only a single write to disk is performed.
o.n.tasklistapi/manifest.mf
suggestions_framework/manifest.mf
tasklist.bugs/manifest.mf
tasklist.core/manifest.mf
tasklist.docscan/manifest.mf
tasklist.editor/manifest.mf
tasklist.html/manifest.mf
tasklist.pmd/manifest.mf
tasklist.usertasks/manifest.mf
     1.1 --- a/o.n.tasklistapi/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     1.2 +++ b/o.n.tasklistapi/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  OpenIDE-Module: org.netbeans.api.tasklist/1
     1.5 -OpenIDE-Module-Specification-Version: 0.9.0
     1.6 +OpenIDE-Module-Specification-Version: 1.1
     1.7  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     1.8 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
     1.9 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    1.10  OpenIDE-Module-Localizing-Bundle: org/netbeans/api/tasklist/Bundle.properties
    1.11  OpenIDE-Module-Public-Packages: org.netbeans.api.tasklist.*,org.netbeans.spi.tasklist.*
     2.1 --- a/suggestions_framework/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     2.2 +++ b/suggestions_framework/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     2.3 @@ -1,11 +1,11 @@
     2.4 -OpenIDE-Module-Specification-Version: 0.9.9
     2.5 +OpenIDE-Module-Specification-Version: 1.1
     2.6  OpenIDE-Module: org.netbeans.modules.tasklist.suggestions/1
     2.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/suggestions/Bundle.properties
     2.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     2.9  OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    2.10  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/suggestions/mf-layer.xml
    2.11  OpenIDE-Module-Provides: org.netbeans.api.tasklist.SuggestionManager
    2.12 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.9.0, org.netbeans.api.tasklist/1 > 0.9.0
    2.13 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 1.1, org.netbeans.api.tasklist/1 > 1.1
    2.14  
    2.15  Name: org/netbeans/modules/tasklist/suggestions/ScanSuggestionsAction.class
    2.16  OpenIDE-Module-Class: Action
     3.1 --- a/tasklist.bugs/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     3.2 +++ b/tasklist.bugs/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     3.3 @@ -1,8 +1,8 @@
     3.4 -OpenIDE-Module-Specification-Version: 0.6.19
     3.5 +OpenIDE-Module-Specification-Version: 0.8
     3.6  OpenIDE-Module: org.netbeans.modules.tasklist.bugs/1
     3.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/bugs/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-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.9.0, org.netbeans.api.tasklist/1 > 0.9.0, org.openide.deprecated > 1.0
    3.11 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    3.12 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 1.1, org.netbeans.api.tasklist/1 > 1.1, org.openide.deprecated > 1.0
    3.13  OpenIDE-Module-Requires: org.openide.TopManager
    3.14  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/bugs/mf-layer.xml
     4.1 --- a/tasklist.core/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     4.2 +++ b/tasklist.core/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     4.3 @@ -1,9 +1,9 @@
     4.4 -OpenIDE-Module-Specification-Version: 0.9.6
     4.5 +OpenIDE-Module-Specification-Version: 1.1
     4.6  OpenIDE-Module: org.netbeans.modules.tasklist.core/1
     4.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/core/Bundle.properties
     4.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     4.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    4.10 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.javahelp/1 > 1.0, org.netbeans.api.tasklist/1 > 0.9.0
    4.11 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    4.12 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.javahelp/1 > 1.0, org.netbeans.api.tasklist/1 > 1.1
    4.13  OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
    4.14  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/core/mf-layer.xml
    4.15  Class-Path: docs/tasklist-manual.zip
     5.1 --- a/tasklist.docscan/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     5.2 +++ b/tasklist.docscan/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     5.3 @@ -1,9 +1,9 @@
     5.4 -OpenIDE-Module-Specification-Version: 0.9.1
     5.5 +OpenIDE-Module-Specification-Version: 1.1
     5.6  OpenIDE-Module: org.netbeans.modules.tasklist.docscan/1
     5.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/docscan/Bundle.properties
     5.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     5.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    5.10 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    5.11  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/docscan/mf-layer.xml
    5.12  OpenIDE-Module-Package-Dependencies: org.apache.regexp[RE]
    5.13 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.9.00, org.netbeans.api.tasklist/1 > 0.9.0
    5.14 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 1.1, org.netbeans.api.tasklist/1 > 1.1
    5.15  
     6.1 --- a/tasklist.editor/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     6.2 +++ b/tasklist.editor/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     6.3 @@ -1,9 +1,9 @@
     6.4 -OpenIDE-Module-Specification-Version: 0.9.2
     6.5 +OpenIDE-Module-Specification-Version: 1.1
     6.6  OpenIDE-Module: org.netbeans.modules.tasklist.editor/1
     6.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/editor/Bundle.properties
     6.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     6.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    6.10 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    6.11  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/editor/mf-layer.xml
    6.12  OpenIDE-Module-Install: org/netbeans/modules/tasklist/editor/TaskModule.class
    6.13  OpenIDE-Module-Package-Dependencies: org.apache.regexp[RE]
    6.14 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.editor/1 > 1.9.1, org.netbeans.modules.tasklist.usertasks/1 > 0.9.0, org.netbeans.api.tasklist/1 > 0.9.0, org.netbeans.modules.tasklist.core/1 > 0.9.0
    6.15 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.editor/1 > 1.9.1, org.netbeans.modules.tasklist.usertasks/1 > 1.1, org.netbeans.api.tasklist/1 > 1.1, org.netbeans.modules.tasklist.core/1 > 1.1
     7.1 --- a/tasklist.html/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     7.2 +++ b/tasklist.html/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     7.3 @@ -1,9 +1,9 @@
     7.4 -OpenIDE-Module-Specification-Version: 0.9.0
     7.5 +OpenIDE-Module-Specification-Version: 1.1
     7.6  OpenIDE-Module: org.netbeans.modules.tasklist.html/1
     7.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/html/Bundle.properties
     7.8  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/html/mf-layer.xml
     7.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    7.10 -OpenIDE-Module-Module-Dependencies: org.openide.src > 1.0, org.netbeans.modules.html/1 > 1.11, org.netbeans.api.tasklist/1 > 0.9.0, org.netbeans.modules.tasklist.core/1 > 0.9.0, org.netbeans.modules.diff/1 > 1.6
    7.11 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    7.12 +OpenIDE-Module-Module-Dependencies: org.openide.src > 1.0, org.netbeans.modules.html/1 > 1.11, org.netbeans.api.tasklist/1 > 1.1, org.netbeans.modules.tasklist.core/1 > 1.1, org.netbeans.modules.diff/1 > 1.6
    7.13  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
    7.14  Class-Path: ext/Tidy-r7.jar
    7.15  
     8.1 --- a/tasklist.pmd/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     8.2 +++ b/tasklist.pmd/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     8.3 @@ -1,8 +1,8 @@
     8.4 -OpenIDE-Module-Specification-Version: 0.9.4
     8.5 +OpenIDE-Module-Specification-Version: 1.1
     8.6  OpenIDE-Module: org.netbeans.modules.tasklist.pmd/1
     8.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/pmd/Bundle.properties
     8.8  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/pmd/mf-layer.xml
     8.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    8.10 -OpenIDE-Module-Module-Dependencies: pmd > 0.70, org.openide.src > 1.0, org.netbeans.api.tasklist/1 > 0.9.0, org.netbeans.modules.tasklist.core/1 > 0.9.0
    8.11 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    8.12 +OpenIDE-Module-Module-Dependencies: pmd > 0.70, org.openide.src > 1.0, org.netbeans.api.tasklist/1 > 1.1, org.netbeans.modules.tasklist.core/1 > 1.1
    8.13  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
    8.14  
     9.1 --- a/tasklist.usertasks/manifest.mf	Sat Mar 15 10:23:50 2003 +0000
     9.2 +++ b/tasklist.usertasks/manifest.mf	Sat Mar 15 19:38:47 2003 +0000
     9.3 @@ -1,9 +1,9 @@
     9.4 -OpenIDE-Module-Specification-Version: 0.9.8
     9.5 +OpenIDE-Module-Specification-Version: 1.1
     9.6  OpenIDE-Module: org.netbeans.modules.tasklist.usertasks/1
     9.7  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/tasklist/usertasks/Bundle.properties
     9.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     9.9 -OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.35
    9.10 -OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 0.9.0, org.netbeans.api.tasklist/1 > 0.9.0
    9.11 +OpenIDE-Module-IDE-Dependencies: IDE/1 > 3.42
    9.12 +OpenIDE-Module-Module-Dependencies: org.netbeans.modules.tasklist.core/1 > 1.1, org.netbeans.api.tasklist/1 > 1.1
    9.13  OpenIDE-Module-Layer: org/netbeans/modules/tasklist/usertasks/mf-layer.xml
    9.14  
    9.15  Name: org/netbeans/modules/tasklist/usertasks/TaskListLoader.class