Lock and Unlock commands can have not only Revision, but also BLD200406082045
authormentlicher@netbeans.org
Tue, 08 Jun 2004 16:39:24 +0000
changeset 4756ce71b68d46f0
parent 4755 1095f108be08
child 4757 d9951a5ec3f2
Lock and Unlock commands can have not only Revision, but also
the promotion group or version as an argument.
This is a fix of issue #41791.
vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/Bundle.properties
vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcs.xml
     1.1 --- a/vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/Bundle.properties	Tue Jun 08 13:26:28 2004 +0000
     1.2 +++ b/vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/Bundle.properties	Tue Jun 08 16:39:24 2004 +0000
     1.3 @@ -139,6 +139,7 @@
     1.4  COMMAND_PVCS_REVISION_Tip=Latest trunk revision
     1.5  COMMAND_PVCS_REVISION_Revision=Specific revision(s):
     1.6  COMMAND_PVCS_REVISION_Version=Revisions identified by version label(s):
     1.7 +COMMAND_PVCS_REVISION_RevPromGVersion="Revision, Promotion Group or Version:"
     1.8  
     1.9  COMMAND_PVCS_LOCK_What=Select what to lock:
    1.10  COMMAND_PVCS_LOCK_Recursive=Lock all subdirectories
    1.11 @@ -286,6 +287,8 @@
    1.12  ACSD_COMMAND_PVCS_REVISION_Revision=A specific revision(s)
    1.13  ACS_COMMAND_PVCS_REVISION_Version_mnc=V
    1.14  ACSD_COMMAND_PVCS_REVISION_Version=Revisions identified by version label(s)
    1.15 +ACS_COMMAND_PVCS_REVISION_RevPromGVersion_mnc=R
    1.16 +ACSD_COMMAND_PVCS_REVISION_RevPromGVersion=Specify either the revision, promotion group or version.
    1.17  
    1.18  ACSD_PVCS_LOCK=Dialog for pvcs lock command
    1.19  
     2.1 --- a/vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcs.xml	Tue Jun 08 13:26:28 2004 +0000
     2.2 +++ b/vcs.profiles.pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcs.xml	Tue Jun 08 16:39:24 2004 +0000
     2.3 @@ -760,7 +760,7 @@
     2.4          </run>
     2.5          <property name="inputDescriptor">
     2.6            <value>LABEL(getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(PVCS_LOCK),ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_PVCS_LOCK)))
     2.7 -                 PROMPT_FOR(REVISION, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_REVISION_Revision), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_REVISION_Revision);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_REVISION_Revision_mnc)))
     2.8 +                 PROMPT_FOR(REVISION, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_REVISION_RevPromGVersion), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_REVISION_RevPromGVersion);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_REVISION_RevPromGVersion_mnc)))
     2.9                   IF_VAR_NON_EMPTY"FILES_IS_FOLDER"_ASK_FOR(RECURSIVE, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_LOCK_Recursive), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_LOCK_Recursive);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_LOCK_Recursive_mnc)), "-z", "")
    2.10            </value>
    2.11  	</property>
    2.12 @@ -808,7 +808,7 @@
    2.13          </run>
    2.14          <property name="inputDescriptor">
    2.15            <value>LABEL(getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(PVCS_UNLOCK),ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_PVCS_UNLOCK)))
    2.16 -                 PROMPT_FOR(REVISION, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_REVISION_Revision), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_REVISION_Revision);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_REVISION_Revision_mnc)))
    2.17 +                 PROMPT_FOR(REVISION, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_REVISION_RevPromGVersion), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_REVISION_RevPromGVersion);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_REVISION_RevPromGVersion_mnc)))
    2.18                   PROMPT_FOR_EXPERT(USER, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_UNLOCK_User), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_UNLOCK_User);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_UNLOCK_User_mnc)))
    2.19                   IF_VAR_NON_EMPTY"FILES_IS_FOLDER"_ASK_FOR(RECURSIVE, getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(COMMAND_PVCS_UNLOCK_Recursive), "", ACCESSIBILITY(DESCRIPTION_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACSD_COMMAND_PVCS_UNLOCK_Recursive);;MNEMONIC_getBundle(org/netbeans/modules/vcs/profiles/pvcs/config/Bundle).getString(ACS_COMMAND_PVCS_UNLOCK_Recursive_mnc)), "-z", "")
    2.20            </value>