The category changed to "Backward Compatibility" release33-BLD200201290331
authormentlicher@netbeans.org
Mon, 19 Nov 2001 17:08:40 +0000
changeset 67406d163919d4f
parent 673 9e83263605b7
child 675 d72bd19a0699
The category changed to "Backward Compatibility"
This is a fix of issue #17736.
vcscvs/compat/manifest.mf
vcscvs/compat/src/org/netbeans/modules/vcs/cmdline/compat/Bundle.properties
     1.1 --- a/vcscvs/compat/manifest.mf	Fri Nov 16 13:56:02 2001 +0000
     1.2 +++ b/vcscvs/compat/manifest.mf	Mon Nov 19 17:08:40 2001 +0000
     1.3 @@ -1,5 +1,6 @@
     1.4  OpenIDE-Module: org.netbeans.modules.vcs.cmdline.compat/1
     1.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/vcs/cmdline/compat/Bundle.properties
     1.6 +OpenIDE-Module-Install: org/netbeans/modules/vcs/cmdline/compat/CvsCompatModuleInstall.class
     1.7  OpenIDE-Module-Specification-Version: 1.0
     1.8  OpenIDE-Module-Implementation-Version: @BUILD_NUMBER_SUBST@
     1.9  OpenIDE-Module-Module-Dependencies: org.netbeans.modules.vcs.advanced/1
     2.1 --- a/vcscvs/compat/src/org/netbeans/modules/vcs/cmdline/compat/Bundle.properties	Fri Nov 16 13:56:02 2001 +0000
     2.2 +++ b/vcscvs/compat/src/org/netbeans/modules/vcs/cmdline/compat/Bundle.properties	Mon Nov 19 17:08:40 2001 +0000
     2.3 @@ -11,8 +11,9 @@
     2.4  
     2.5  # manifest.mf
     2.6  
     2.7 -OpenIDE-Module-Name=CVS Command-Line Client Support Converter
     2.8 -OpenIDE-Module-Display-Category=Version Control
     2.9 -OpenIDE-Module-Short-Description=Converts the CVS filesystems from unsupported vcscvs module to vcsgeneric module.Supports use of command-line CVS in the IDE.
    2.10 -OpenIDE-Module-Long-Description=The converter of CVS Command-Line Client Support filesystems comming from unsupported vcscvs module to the newly supported CVS profiles of vcsgeneric module.
    2.11 +OpenIDE-Module-Name=CVS Command-Line Client Backward Compatibility
    2.12 +OpenIDE-Module-Display-Category=Backward Compatibility
    2.13 +OpenIDE-Module-Short-Description=Converts the CVS filesystems from unsupported vcscvs module to vcsgeneric module. Supports use of command-line CVS in the IDE.
    2.14 +OpenIDE-Module-Long-Description=The converter of CVS Command-Line Client Support filesystems comming from unsupported vcscvs module to the newly supported CVS profiles of vcsgeneric module. Needed for successful imports of projects containing command line CVS file systems from NetBeans 3.2.1 and older, Forte 3.0 and older.
    2.15  
    2.16 +MSG_CanNotBeInstalled=This module can not be installed together with CVS Command-Line Client Support. To install this module, uninstall the CVS Command-Line Client Support module.