The Relative Mount Point removed. BLD200404131800
authormentlicher@netbeans.org
Tue, 13 Apr 2004 13:59:33 +0000
changeset 43983378042174a3
parent 4397 91b4c5d5da99
child 4399 858434818820
The Relative Mount Point removed.
Issue #41928.
vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle.properties
vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml
     1.1 --- a/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle.properties	Tue Apr 13 13:53:22 2004 +0000
     1.2 +++ b/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle.properties	Tue Apr 13 13:59:33 2004 +0000
     1.3 @@ -176,9 +176,6 @@
     1.4  INPUT_WORKING_DIR=Working Directory:
     1.5  INPUT_WORKING_DIR_Mnemonic=D
     1.6  ACSD_INPUT_WORKING_DIR=The working directory.
     1.7 -INPUT_REL_MOUNT_POINT=Relative Mount Point:
     1.8 -INPUT_REL_MOUNT_POINT_Mnemonic=M
     1.9 -ACSD_INPUT_REL_MOUNT_POINT=The relative mount point.
    1.10  VAR_SERVER_Type=CVS Server Type
    1.11  VAR_SERVER_Type_Mnemonic=T
    1.12  ACSD_VAR_SERVER_Type=The cvs connection method type
     2.1 --- a/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml	Tue Apr 13 13:53:22 2004 +0000
     2.2 +++ b/vcs.profiles.cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/config/cvs.xml	Tue Apr 13 13:59:33 2004 +0000
     2.3 @@ -281,9 +281,6 @@
     2.4        <value>PROMPT_FOR(ROOTDIR, "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(INPUT_WORKING_DIR)", "",
     2.5                          ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(ACSD_INPUT_WORKING_DIR);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(INPUT_WORKING_DIR_Mnemonic)),
     2.6                          SELECTOR_DIR)
     2.7 -             PROMPT_FOR(MODULE, "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(INPUT_REL_MOUNT_POINT)", "",
     2.8 -                        ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(ACSD_INPUT_REL_MOUNT_POINT);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(INPUT_REL_MOUNT_POINT_Mnemonic)),
     2.9 -                        SELECTOR_CMD_RELATIVE_MOUNT_POINT_SELECTOR)
    2.10               SELECT_COMBO_EDITABLE(SERVERTYPE, "getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(VAR_SERVER_Type):", "pserver",
    2.11                                     ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(ACSD_VAR_SERVER_Type);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/cvsprofiles/config/Bundle).getString(VAR_SERVER_Type_Mnemonic)),
    2.12                                     [local, local, DISABLE(CVS_SERVER, ENVIRONMENT_VAR_CVS_CLIENT_PORT, CVS_USERNAME, ENVIRONMENT_VAR_CVS_RSH, BUILT-IN/true, FILESYSTEM_PROPERTY_offLine)],
    2.13 @@ -2697,11 +2694,6 @@
    2.14          <value>true</value>
    2.15        </property>
    2.16      </command>
    2.17 -    <command name="RELATIVE_MOUNT_POINT_SELECTOR">
    2.18 -      <property name="exec">
    2.19 -        <value>org.netbeans.modules.vcs.profiles.commands.RelativeMountPointSelector.class</value>
    2.20 -      </property>
    2.21 -    </command>
    2.22  
    2.23    </commands>
    2.24