Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>20th June, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1 @@
|
||||
P.Code {
|
||||
@@ -0,0 +1,200 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<context id="remove_all_action_context">
|
||||
<description>This command removes all buildfiles from the Ant view.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="search_for_buildfiles_action_context">
|
||||
<description>This command searches for buildfiles and adds them to the Ant view.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="edit_launch_configuration_action_context">
|
||||
<description>This command opens a dialog to edit a launch configuration associated with the selected buildfile.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="run_target_action_context">
|
||||
<description>This command executes the selected target or the default target of the selected buildfile.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="remove_project_action_context">
|
||||
<description>This command removes the selected buildfiles from the Ant view.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="refresh_buildfile_action_context">
|
||||
<description>This command refreshes the selected buildfiles in the Ant view. All buildfiles are refreshed if the Ant view has no selection.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="add_buildfile_action_context">
|
||||
<description>This command prompts you to select a buildfile in the workspace to be added to the view.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="add_task_dialog_context">
|
||||
<description>This dialog allows you to define an Ant task for Ant builds. You must set the name, location and classfile.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="edit_task_dialog_context">
|
||||
<description>This dialog allows you to edit an exisitng Ant task defined for Ant builds.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="add_type_dialog_context">
|
||||
<description>This dialog allows you to define an Ant type for Ant builds. You must set the name, location and classfile.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="edit_type_dialog_context">
|
||||
<description>This dialog allows you to edit an existing Ant type defined for Ant builds.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="add_property_dialog_context">
|
||||
<description>This dialog allows you to define an Ant property used in an Ant build.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="edit_property_dialog_context">
|
||||
<description>This dialog allows you to edit an existing Ant property.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="search_for_buildfiles_dialog_context">
|
||||
<description>This dialog allows you to search for buildfiles within the workspace.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="status_dialog_context">
|
||||
<description>This dialog has a status bar with ok/cancel buttons to display a status.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="message_with_toggle_dialog_context">
|
||||
<description>This dialog allows you to toggle showing this type a dialog that results from a particular action</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="target_order_dialog_context">
|
||||
<description>This dialog allows you to specify the order in which the selected Ant targets will be run. This ordering does not override the dependencies specified in your buildfile.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_preference_page_context">
|
||||
<description>On this page, you can configure Ant preferences.</description>
|
||||
<topic label="Preferences - Ant" href="reference/ref-antprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_runtime_preference_page_context">
|
||||
<description>On this page, you can configure the runtime environment of Ant.</description>
|
||||
<topic label="Preferences - Ant Runtime" href="reference/ref-antruntimeprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_editor_preference_page_context">
|
||||
<description>On this page, you can configure Ant editor preferences.</description>
|
||||
<topic label="Preferences - Ant Editor" href="reference/ref-anteditorprefs.htm"/>
|
||||
<topic label="Ant Editor" href="reference/ref-anteditor.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_types_page_context">
|
||||
<description>On this page, you can add or edit custom Ant types, specified within a Java class file, to be used when running Ant buildfiles.</description>
|
||||
<topic label="Preferences - Ant Runtime" href="reference/ref-antruntimeprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_classpath_page_context">
|
||||
<description>On this page, you can configure the Ant runtime classpath.</description>
|
||||
<topic label="Preferences - Ant Runtime" href="reference/ref-antruntimeprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_properties_page_context">
|
||||
<description>On this page, you can configure the properties available to Ant.</description>
|
||||
<topic label="Preferences - Ant Runtime" href="reference/ref-antruntimeprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_tasks_page_context">
|
||||
<description>On this page, you can add or edit custom Ant tasks, specified within a Java class file, to be used when running Ant buildfiles.</description>
|
||||
<topic label="Preferences - Ant Runtime" href="reference/ref-antruntimeprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_view_context">
|
||||
<description>This view allows you to view your Ant buildfiles in one place and quickly execute a target or the default target of a buildfile.</description>
|
||||
<topic label="Ant View" href="reference/ref-antview.htm"/>
|
||||
<topic label="Ant Editor" href="reference/ref-anteditor.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_editor_context">
|
||||
<description>The Ant editor provides you with Ant buildfile specific text editing support.</description>
|
||||
<topic label="Ant Editor" href="reference/ref-anteditor.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_main_tab_context">
|
||||
<description>This tab allows you to configure the buildfile location and other attributes of this launch configuration.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_targets_tab_context">
|
||||
<description>This tab allows you to configure which targets will be executed by this launch configuration.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_properties_tab_context">
|
||||
<description>This tab allows you to configure the properties that will be passed in to Ant when this launch configuration is executed.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_classpath_tab_context">
|
||||
<description>This tab allows you to configure the runtime classpath that will be used when this launch configuration is executed.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ant_jre_tab_context">
|
||||
<description>This tab allows you to configure the JRE used for the Ant build. By default Ant runs in the same Java virtual machine (JVM) as Eclipse. If you designate an alternate JRE, the Ant build will occur in a separate JVM.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
</contexts>
|
||||
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<!-- Compare plugin -->
|
||||
|
||||
<context id="compare_editor_context">
|
||||
<description>Compare and merge files and folders in a Compare Editor.</description>
|
||||
<topic label="Compare editor" href="reference/ref-25.htm"/>
|
||||
<topic label="Comparing Resources" href="tasks/tasks-68.htm"/>
|
||||
<topic label="Understanding the comparison" href="tasks/tasks-68bg.htm"/>
|
||||
<topic label="Merging changes in the Compare editor" href="tasks/tasks-68dg.htm"/>
|
||||
<topic label="Three way comparisons" href="concepts/concepts-29.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="patch_input_wizard_page_context">
|
||||
<description>This wizard helps you applying a patch to files and folders in your workspace. On the first page you can select the file or folders on which to apply the patch and whether the patch is loaded from an external file or from the clipboard.</description>
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="patch_preview_wizard_page_context">
|
||||
<description>On this page you can see how well the patch matches with your workspace. You can adjust some parameters to influence the matching.</description>
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="compare_dialog_context">
|
||||
<description>A dialog displaying the results of comparing files.</description>
|
||||
<topic label="Comparing Resources" href="tasks/tasks-68.htm"/>
|
||||
<topic label="Understanding the comparison" href="tasks/tasks-68bg.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="add_from_history_dialog_context">
|
||||
<description>A dialog that lets you restore deleted files from the local history.</description>
|
||||
<topic label="Restoring deleted resources from the local history" href="tasks/tasks-87b.htm"/>
|
||||
<topic label="Local history" href="concepts/concepts-17a.htm"/>
|
||||
<topic label="Working with local history" href="tasks/tasks-1f.htm"/>
|
||||
<topic label="Local history" href="reference/ref-6a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="compare_with_edition_dialog_context">
|
||||
<description>A dialog that lets you compare files with entries from the local history.</description>
|
||||
<topic label="Comparing resources with the local history" href="tasks/tasks-70.htm"/>
|
||||
<topic label="Local history" href="concepts/concepts-17a.htm"/>
|
||||
<topic label="Working with local history" href="tasks/tasks-1f.htm"/>
|
||||
<topic label="Local history" href="reference/ref-6a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="replace_with_edition_dialog_context">
|
||||
<description>A dialog that lets you replace files with entries from the local history.</description>
|
||||
<topic label="Replacing a resource with local history" href="tasks/tasks-87.htm"/>
|
||||
<topic label="Local history" href="concepts/concepts-17a.htm"/>
|
||||
<topic label="Working with local history" href="tasks/tasks-1f.htm"/>
|
||||
<topic label="Local history" href="reference/ref-6a.htm"/>
|
||||
</context>
|
||||
|
||||
|
||||
|
||||
<context id="text_merge_view_context">
|
||||
<description>This editor provides support for comparing and merging text files.</description>
|
||||
</context>
|
||||
|
||||
<context id="image_compare_view_context">
|
||||
<description>This view shows two images side-by-side.</description>
|
||||
</context>
|
||||
|
||||
<context id="binary_compare_view_context">
|
||||
<description>This view shows the first position where two files differ.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="global_next_diff_action_context">
|
||||
<description>Goto next difference globally.</description>
|
||||
</context>
|
||||
|
||||
<context id="global_previous_diff_action_context">
|
||||
<description>Goto previous difference globally.</description>
|
||||
</context>
|
||||
|
||||
<context id="next_diff_action_context">
|
||||
<description>Goto next difference.</description>
|
||||
</context>
|
||||
|
||||
<context id="previous_diff_action_context">
|
||||
<description>Goto previous difference.</description>
|
||||
</context>
|
||||
|
||||
<context id="ignore_whitespace_action_context">
|
||||
<description>Ignore whitespace.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="compare_preference_page_context" >
|
||||
<description>This preference page is used to set preferences for the compare, merge, and patch functionality in the workbench.</description>
|
||||
<topic label="Setting preferences for comparing files" href="tasks/tasks-68b.htm"/>
|
||||
<topic label="Preferences - Compare/Patch" href="reference/ref-11.htm"/>
|
||||
<topic label="Comparing Resources" href="reference/ref-25.htm"/>
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
<context id="file_selection_dialog_context">
|
||||
<description>This dialog allows you to select a file in the workspace.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="message_with_toggle_dialog_context">
|
||||
<description>This dialog allows you to toggle showing this type a dialog that results from a particular action</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="preference_page_context">
|
||||
<description>On this page, you can configure External Tool preferences.</description>
|
||||
<topic label="Preferences - External Tools" href="reference/ref-exttoolsprefs.htm"/>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="builder_property_page_context">
|
||||
<description>On this page, you can configure the External Tool builders that are run when this project is built.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="builders_tab_context">
|
||||
<description>This tab allows you to configure when this project builder will be executed.</description>
|
||||
<topic label="Ant Support" href="concepts/concepts-antsupport.htm"/>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="program_main_tab_context">
|
||||
<description>This tab allows you to configure the program location and other attributes of this launch configuration.</description>
|
||||
<topic label="External Tools" href="concepts/concepts-exttools.htm"/>
|
||||
</context>
|
||||
</contexts>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<!-- Search plugin -->
|
||||
<context id="search_dialog_context" >
|
||||
<description>You can search the workbench for resources matching the indicated conditions.</description>
|
||||
<topic label="Text searching" href="tasks/tasks-84.htm"/>
|
||||
<topic label="File searching" href="tasks/tasks-84b.htm"/>
|
||||
<topic label="File search" href="reference/ref-45.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="text_search_page_context" >
|
||||
<description>Type a file pattern and/or expression for which you want to search the workbench. You can use the indicated wildcards and/or search only the specific file types as needed.</description>
|
||||
<topic label="Text searching" href="tasks/tasks-84.htm"/>
|
||||
<topic label="File searching" href="tasks/tasks-84b.htm"/>
|
||||
<topic label="File search" href="reference/ref-45.htm"/>
|
||||
<topic label="Available Regular Expressions" href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html" />
|
||||
</context>
|
||||
|
||||
<context id="replace_dialog_context" >
|
||||
<description>Replace matches in the search results view with a replacment string.</description>
|
||||
<topic label="About Regular Expressions" href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html" />
|
||||
</context>
|
||||
|
||||
<context id="search_view_context" >
|
||||
<description>This view displays the results of recent searches.</description>
|
||||
<topic label="Search view" href="reference/ref-26.htm"/>
|
||||
<topic label="File search" href="reference/ref-45.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="search_preference_page_context" >
|
||||
<description>This page displays the search preferences.</description>
|
||||
<topic label="Search preferences" href="reference/ref-search.htm"/>
|
||||
<topic label="Search view" href="reference/ref-26.htm"/>
|
||||
<topic label="File search" href="reference/ref-45.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="open_search_dialog_action_context" >
|
||||
<description>This command opens the search dialog.</description>
|
||||
</context>
|
||||
|
||||
<context id="file_search_action_context" >
|
||||
<description>This command opens the file search dialog.</description>
|
||||
<topic label="Text searching" href="tasks/tasks-84.htm"/>
|
||||
<topic label="File searching" href="tasks/tasks-84b.htm"/>
|
||||
<topic label="File search" href="reference/ref-45.htm"/>
|
||||
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
@@ -0,0 +1,150 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Wizard Pages -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="share_project_page_context">
|
||||
<description>This page helps you select what type of target site you wish to connect the project to.</description>
|
||||
</context>
|
||||
|
||||
<context id="import_project_set_page_context">
|
||||
<description>This page helps you import a project set from a file on the filesystem. A project set is a lightweight description of a set of shared projects. It can be used to reconstruct a lineup of shared projects that you have in your workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="export_project_set_page_context">
|
||||
<description>This page helps you export a project set to a file which can be shared with other team members. A project set is a lightweight description of a set of shared projects. It can be used to reconstruct a lineup of shared projects that you have in your workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_new_site_page_context">
|
||||
<description>This page helps you select a site to which your project should be connected. You may choose from the list of existing sites, or create a new site.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_mapping_selection_page_context">
|
||||
<description>This page helps you choose the folder on the seected site where your project should be connected. You may choose an existing folder, or create a new folder.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_resource_selection_page_context">
|
||||
<description>This page allows you to choose the resources that are to be synchronized.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Preference Pages -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="ignore_preference_page_context" >
|
||||
<description>You may wish to exclude certain resources from version control. Resources whose names match any enabled pattern will not be released. The wildcard characters '*' and '?' are permitted. These settings will not affect resources already under version control.</description>
|
||||
<topic label="Creating a global ignore pattern" href="tasks/tasks-100d1.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_preference_page_context" >
|
||||
<description>This page allows you to set which mode in which the Synchronize view will open.</description>
|
||||
<topic label="CVS Synchronize view" href="reference/ref-33.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="file_type_preference_page_context" >
|
||||
<description>This page allows you to associate a file extension with its content type (ASCII or binary). These setting are used by repository providers, such as CVS</description>
|
||||
<topic label="Setting the content type of a file extension" href="tasks/tasks-team-1.htm"/>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TargetMenuActions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="target_get_action_context">
|
||||
<description>Downloads the selected resources from the site into your workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_put_action_context">
|
||||
<description>Uploads the selected resources from your workspace to the site.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_synchronize_action_context">
|
||||
<description>Show any differences between the local and remote site state of the selected resources in the Synchronize view.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_getas_action_context">
|
||||
<description>Downloads the selected resources from the site into your workspace. You may specify the local name of the resources.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_getasproject_action_context">
|
||||
<description>Downloads the selected resources from the site into your workspace. A project is created in the workspace for each of the selected items.</description>
|
||||
</context>
|
||||
|
||||
<context id="target_disconnect_action_context">
|
||||
<description>Discards the selected target sites from the list of remembered sites.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TargetCatchupReleaseViewer -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="target_catchup_release_viewer_context">
|
||||
<description>This view shows incoming, outgoing and conflicting changes.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TargetActions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="sync_get_action_context">
|
||||
<description>Downloads the selected resources from the site into your workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_put_action_context">
|
||||
<description>Uploads the selected resources from your workspace to the site.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Views -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="site_explorer_view_context">
|
||||
<description>The Site Explorer view allows you to browse of the contents of known target sites and download remote resources into the local workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_view_context">
|
||||
<description>The Synchronize view allows the synchronization of the local contents of the workspace with a remote repository or target.</description>
|
||||
<topic label="CVS Synchronize view" href="reference/ref-33.htm"/>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- SiteExplorerViewActions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="add_site_action_context">
|
||||
<description>Creates a new target site to which you can upload or download resources.</description>
|
||||
</context>
|
||||
|
||||
<context id="new_folder_action_context">
|
||||
<description>Creates a new folder on the target site.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- SyncViewActions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="refresh_action_context">
|
||||
<description>Refreshes the contents of the view.</description>
|
||||
</context>
|
||||
|
||||
<context id="open_action_context">
|
||||
<description>Show the comparison of the local and remote contents of the file in the comparison viewer.</description>
|
||||
</context>
|
||||
|
||||
<context id="expandall_action_context">
|
||||
<description>Fully expands all selected items.</description>
|
||||
</context>
|
||||
|
||||
<context id="remove_action_context">
|
||||
<description>Removes the selected items from the Synchronize view.</description>
|
||||
</context>
|
||||
|
||||
<context id="navigator_show_action_context">
|
||||
<description>Selects and reveals the selected items in the Navigator view.</description>
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
@@ -0,0 +1,666 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TagSelectionDialog -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="replace_tag_selection_dialog_context">
|
||||
<description>You have chosen to replace the selected resources with a branch or version tag. This dialog allows you to select the tag which is to be used for this operation. The selected resources will be replaced with those tagged with the selected tag. If the desired tag does not appear in the list of Versions or Branches, perform a "Refresh from Repository" or a "Configure Tags" to automatically or manually find the tags that exist in the repository. Disabling the "Recurse into sub-folders" option will restrict the operation to selected folders and their direct children and selected files only.</description>
|
||||
<topic label="Replacing resources in the workbench" href="tasks/tasks-103.htm" />
|
||||
</context>
|
||||
|
||||
<context id="compare_tag_selection_dialog_context">
|
||||
<description>You have chosen to compare the selected resources with a branch or version tag. This dialog allows you to select the tag which is to be used for this operation. The selected resources will be compared with those tagged with the selected tag. If the desired tag does not appear in the list of Versions or Branches, perform a "Refresh from Repository" or a "Configure Tags" to automatically or manually find the tags that exist in the repository.</description>
|
||||
<topic label="Comparing resources with repository versions" href="tasks/tasks-101.htm" />
|
||||
</context>
|
||||
|
||||
<context id="tag_remote_with_existing_dialog_context">
|
||||
<description>You have chosen to tag the selected resources with an existing branch or version tag. This dialog allows the user to select the tag which is to be used for this operation. If the tag already exists on another revision of any of the selected resources, it will be moved to the revision in the selection. If the desired tag does not appear in the list of Versions or Branches, perform a "Refresh from Repository" or a "Configure Tags" to automatically or manually find the tags that exist in the repository. Disabling the "Recurse into sub-folders" option will restrict the operation to selected folders and their direct children and selected files only.</description>
|
||||
<topic label="Moving version tags" href="tasks/tasks-105c.htm" />
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TagAsVersionDialog -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="tag_as_version_dialog_context">
|
||||
<description>Enter the version name to be used to tag to the selected resources.</description>
|
||||
<topic label="Creating a version of a project" href="tasks/tasks-100.htm" />
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- WizardPages -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="sharing_autoconnect_page_context">
|
||||
<description>The local project has CVS information assocated with it but is not registered as a CVS project. This page shows the CVS information associated with the local project. Clicking "Finish" will register this project as a CVS project and enable the use of CVS menu commands. If "Validate Connection on Finish" is enabled, a connection will be attempted to the server.</description>
|
||||
<topic label="Project checked out with another CVS tool" href="tasks/tasks-117a.htm" />
|
||||
</context>
|
||||
|
||||
<context id="sharing_select_repository_page_context">
|
||||
<description>Either choose the repository you want from the list of existing repositories or indicate that a new repository location is to be created.</description>
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm" />
|
||||
</context>
|
||||
|
||||
<context id="sharing_new_repository_page_context">
|
||||
<description>Enter the information that identifies the repository you would like to connect with and the user and connection information required to access this repository.</description>
|
||||
<topic label="New Repository Location Wizard" href="reference/ref-40.htm"/>
|
||||
<topic label="CVS Repositories" href="concepts/concepts-27c.htm"/>
|
||||
<topic label="Creating a CVS repository location" href="tasks/tasks-92.htm"/>
|
||||
<topic label="Discarding a CVS repository location" href="tasks/tasks-94.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="sharing_module_page_context">
|
||||
<description>Specify the remote module with which the local project is shared. You can either choose to use the project name as the name that will be given to the remote module, to specify a custom module path or to select an existing module. In the first two cases, the name is relative to the repository root directory and, if the remote module does not exist, it is created.</description>
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm" />
|
||||
</context>
|
||||
|
||||
<context id="sharing_tag_selection_page_context">
|
||||
<description>The project being shared already exists remotely. This page allows the you to select the branch with which the project is to be shared. If the desired branch is not HEAD and does not appear in the list of Branches, perform a "Refresh from Repository" or a "Configure Tags" to automatically or manually find the tags that exist in the repository.</description>
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm" />
|
||||
</context>
|
||||
|
||||
<context id="sharing_sync_page_context">
|
||||
<description>Inspect the resources being shared and decide which resources should be shared and which should be ignored. Clicking "Finish" will provide an option to commit all outgoing changes.</description>
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm" />
|
||||
</context>
|
||||
|
||||
<context id="patch_selection_page_context">
|
||||
<description>Specify where you would like the patch output saved.</description>
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm" />
|
||||
</context>
|
||||
|
||||
<context id="patch_options_page_context">
|
||||
<description>Specify various options used to generate the patch.</description>
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm" />
|
||||
</context>
|
||||
|
||||
<context id="keyword_substituton_selection_page_context">
|
||||
<description>Select the mode to be applied to the selected files. Automatic will choose between Binary and the default ASCII mode specified in the CVS preferences depending on a file's type as determined using the Team file type registry.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
</context>
|
||||
|
||||
<context id="keyword_substituton_summary_page_context">
|
||||
<description>The files whose mode requires a change based on the wizard input are listed. Optionally, those whose mode do not require changes can be included in the list. This mode associated with a file in the list can be modified by clicking on the file's mode and selecting from the list.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
</context>
|
||||
|
||||
<context id="keyword_substituton_shared_page_context">
|
||||
<description>Select whether files that are already shared with the repository are to be considered for change. If include shared files is disabled, only new files that have already been added to CVS control will be considered.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
</context>
|
||||
|
||||
<context id="keyword_substituton_changed_page_context">
|
||||
<description>Select whether files that contain outgoing changes are to be considered for mode change.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
</context>
|
||||
|
||||
<context id="keyword_substituton_commit_comment_page_context">
|
||||
<description>Any line terminator changes that resulted from converting files from binary to ASCII will be committed by this operation. Enter a comment to describe the contents of this commit.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
</context>
|
||||
|
||||
<context id="merge_start_page_context">
|
||||
<description>From the list, select a version of the project that will be the starting (base) point of the merge operation. If the tag is not available try refreshing from the repository or configuring tags.</description>
|
||||
<topic label="Merging from a branch" href="tasks/tasks-100b.htm" />
|
||||
<topic label="Merge Wizard" href="reference/ref-41a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="merge_end_page_context">
|
||||
<description>From the list select either a version or branch that will act as the end point of the merge.</description>
|
||||
<topic label="Merging from a branch" href="tasks/tasks-100b.htm" />
|
||||
<topic label="Merge Wizard" href="reference/ref-41a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="checkout_module_selection_context">
|
||||
<description>Specify one or more remote modules to be checked out. You can either type in the module path or choose one or more existing modules to be checked out. The exisiting modules are not fetched until the option to select an exisiting module is enabled.</description>
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm" />
|
||||
</context>
|
||||
|
||||
<context id="checkout_configuration_context">
|
||||
<description>Specify how the selected modules are to be checkout out. For a one or more selected modules, you have the option to check out as projects or as folders in an already exisiting project or folder. For a single selection that has no .project file in the remote module, you will also have the option of configuring the project using the New Project wizard.</description>
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm" />
|
||||
</context>
|
||||
|
||||
<context id="checkout_location_selection_context">
|
||||
<description>Specify the project location in the local file system. For a single project, the location is the location of the project directory. For multiple projects, the location is the location of the parent directory for the projects.</description>
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm" />
|
||||
</context>
|
||||
|
||||
<context id="checkout_tag_selection_page_context">
|
||||
<description>Specify the tag to be used for the modules being checked out.</description>
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm" />
|
||||
</context>
|
||||
|
||||
<context id="update_tag_selection_page_context">
|
||||
<description>Specify the tag to be used for this update.</description>
|
||||
<topic label="Replacing resources in the workbench" href="tasks/tasks-103.htm" />
|
||||
</context>
|
||||
|
||||
<context id="checkout_into_resource_selection_page_context">
|
||||
<description>Select the parent folder under which the selected modules should be created. When checking out a single moduel, you can also specify the name of the folder to be created.</description>
|
||||
<topic label="Checking out a folder into an existing project" href="tasks/tasks-96b.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="restore_from_repository_file_selection_page_context">
|
||||
<description>Browse files that have been deleted from the repository and check the revision of each file to be restored to the local workspace.</description>
|
||||
<topic label="Restoring deleted files from the repository" href="tasks/tasks-105a.htm" />
|
||||
</context>
|
||||
|
||||
<context id="working_set_folder_selection_page_context">
|
||||
<description>Select the folders you wish to add to the working set as projects.</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm" />
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TeamMenuActions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="manage_action_context" >
|
||||
<description>These commands allow you to perform version/configuration management operations.</description>
|
||||
</context>
|
||||
|
||||
<context id="team_synchronize_action_context">
|
||||
<description>Shows any differences between the local and remote state of the selected resources in the Synchronize view.</description>
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm"/>
|
||||
<topic label="Synchronizing with the repository" href="tasks/tasks-115.htm"/>
|
||||
<topic label="Updating" href="tasks/tasks-113.htm"/>
|
||||
<topic label="Committing" href="tasks/tasks-114.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_synchronize_outgoing_action_context">
|
||||
<description>Shows any differences between the local and remote state of any selected resources that have outgoing changes in the Synchronize View.</description>
|
||||
<topic label="Synchronizing with the repository" href="tasks/tasks-115.htm"/>
|
||||
<topic label="Committing" href="tasks/tasks-114.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_commit_action_context">
|
||||
<description>Commits any outgoing changes in the selected resources to the server.</description>
|
||||
<topic label="Committing" href="tasks/tasks-114.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_update_action_context">
|
||||
<description>Updates the selected resources with any remote changes.</description>
|
||||
<topic label="Updating" href="tasks/tasks-113.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_create_patch_action_context">
|
||||
<description>Creates a patch that, when applied to the same base as the local resources, will duplicate the selected resources.</description>
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_tag_as_version_action_context">
|
||||
<description>Tags the selected resources in the repository with a version name provided by the user.</description>
|
||||
<topic label="Creating a version of a project" href="tasks/tasks-100.htm"/>
|
||||
<topic label="Versioning projects in the repository" href="tasks/tasks-118.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_branch_action_context">
|
||||
<description>Creates a branch using the selected resources as the base and optionally updates the local resources to be on the new branch.</description>
|
||||
<topic label="CVS" href="reference/ref-47.htm"/>
|
||||
<topic label="Branching" href="tasks/tasks-100a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_merge_action_context">
|
||||
<description>Merges the changes from one branch into another.</description>
|
||||
<topic label="CVS" href="reference/ref-47.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_set_keyword_mode_action_context">
|
||||
<description>Sets the keyword substitution mode of the selected resources.</description>
|
||||
<topic label="Setting the content type of a file extension" href="tasks/tasks-team-1.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_disconnect_action_context">
|
||||
<description>Disconnects the project from CVS control and optionally deletes the CVS folders.</description>
|
||||
<topic label="Discarding a CVS repository location" href="tasks/tasks-94.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="team_add_action_context">
|
||||
<description>Adds the selected resources to CVS control so they can be committed and shared.</description>
|
||||
</context>
|
||||
|
||||
<context id="team_ignore_action_context">
|
||||
<description>Ignores the selected resources so that they will not be considered for version control.</description>
|
||||
</context>
|
||||
|
||||
<context id="team_restore_from_repository_action_context">
|
||||
<description>Load the contents of files that have been deleted from the repository so they can be restored.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Other Menu Actions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="compare_with_tag_action_context">
|
||||
<description>Compares the selected resources with the corresponding remote resources tagged with a user specified version or branch tag.</description>
|
||||
<topic label="Comparing resources" href="tasks/tasks-68.htm"/>
|
||||
<topic label="Comparing resources with repository versions" href="tasks/tasks-101.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="compare_with_latest_action_context">
|
||||
<description>Compares the selected resources with the corresponding remote resources with the same tag or on the same branch.</description>
|
||||
</context>
|
||||
|
||||
<context id="compare_with_revision_action_context">
|
||||
<description>Compares the selected file with a user specified revision of the file.</description>
|
||||
<topic label="Comparing resources" href="tasks/tasks-68.htm"/>
|
||||
<topic label="Comparing resources with repository versions" href="tasks/tasks-101.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="replace_with_tag_action_context">
|
||||
<description>Replaces the selected resources with the corresponding remote resources tagged with a user specified version or branch tag.</description>
|
||||
<topic label="Replacing resources in the workbench" href="tasks/tasks-103.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="replace_with_latest_action_context">
|
||||
<description>Replaces the selected resources with the corresponding remote resources with the same tag or on the same branch.</description>
|
||||
</context>
|
||||
|
||||
<context id="replace_with_revision_action_context">
|
||||
<description>Replaces the selected file with a user specified revision of the file.</description>
|
||||
<topic label="Navigator View" href="reference/ref-27.htm"/>
|
||||
<topic label="Replacing resources in the workbench" href="tasks/tasks-103.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="checkout_into_action_context">
|
||||
<description>Checks out the selected folder into an existing project.</description>
|
||||
<topic label="Checking out a folder into an existing project" href="tasks/tasks-96b.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="checkout_as_action_context">
|
||||
<description>Checks out the selected folder into a user configured project. This new project can have a different name from the default one.</description>
|
||||
</context>
|
||||
|
||||
<context id="checkout_as_project_action_context">
|
||||
<description>Checks out the selected folders into projects that corresponds to the name of each remote folder.</description>
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="checkout_module_action_context">
|
||||
<description>Checks out the selected modules into the local workspace.</description>
|
||||
</context>
|
||||
|
||||
<context id="open_remote_file_action_context">
|
||||
<description>Opens the contents of the selected remote file in an editor.</description>
|
||||
</context>
|
||||
|
||||
<context id="show_in_history_action_context">
|
||||
<description>Displays the revision history of the selected local or remote file in the history view.</description>
|
||||
<topic label="Viewing a File's Revision History" href="tasks/tasks-119.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="confirm_merge_action_context">
|
||||
<description>Marked the selected resources as merged. This will change the base of the local resource to match that of the conflicting incoming change so the changes in the local resource can be committed. Only do this after you have manually accepted any incoming changes that should be preserved.</description>
|
||||
<topic label="Updating" href="tasks/tasks-113.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="select_new_action_context">
|
||||
<description>Select all resources that are new and have not yet been added to CVS control.</description>
|
||||
</context>
|
||||
|
||||
<context id="compare_remote_resources_action_context">
|
||||
<description>Compares the two selected remote resources with each other.</description>
|
||||
<topic label="Comparing resources" href="tasks/tasks-68.htm"/>
|
||||
<topic label="Comparing resources with repository versions" href="tasks/tasks-101.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="compare_remote_with_tag_action_context">
|
||||
<description>Compares the selected resource with another branch or version of the same resource.</description>
|
||||
</context>
|
||||
|
||||
<context id="copy_repository_name_action_context">
|
||||
<description>Copies the name of the selected repository location to the clipboard.</description>
|
||||
</context>
|
||||
|
||||
<context id="remove_root_action_context">
|
||||
<description>Removes the selected repository locations from the Repositories View.</description>
|
||||
</context>
|
||||
|
||||
<context id="add_to_branch_context">
|
||||
<description>Adds the selected project to the branch list in this view. This operation only adds the project to the branch in the view and does not affect the repository itself.</description>
|
||||
</context>
|
||||
|
||||
<context id="move_remote_tag_action_context">
|
||||
<description>Tags the selected resources with an existing user specified tag, moving the tag if required.</description>
|
||||
</context>
|
||||
|
||||
<context id="tag_remote_action_context">
|
||||
<description>Tags the selected resources with a user specified tag.</description>
|
||||
</context>
|
||||
|
||||
<context id="show_comment_in_history_action_context">
|
||||
<description>Shows the complete multi-line comment of the selected entry in a separate text pane.</description>
|
||||
<topic label="CVS Resource History view " href="reference/ref-32a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="show_tag_in_history_action_context">
|
||||
<description>Shows the complete list of tags for the selected entry in a separate list pane.</description>
|
||||
<topic label="CVS Resource History view " href="reference/ref-32a.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="tag_with_existing_action_context">
|
||||
<description>Tags the selected resources with an existing user specified tag, moving the tag if required.</description>
|
||||
</context>
|
||||
|
||||
<context id="select_working_set_action_context">
|
||||
<description>This filter removes all root folders from the view whose name does not match a project in the selected working set.</description>
|
||||
</context>
|
||||
|
||||
<context id="deselect_working_set_action_context">
|
||||
<description>This action removes the currently installed working set filter.</description>
|
||||
</context>
|
||||
|
||||
<context id="edit_working_set_action_context">
|
||||
<description>This action edits the currently installed working set filter.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- TagConfiguration -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="refresh_tags_action_context">
|
||||
<description>Refresh the branch and version tags displayed in this view by contacting the server</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="refresh_remote_project_selection_page_context">
|
||||
<description>Refresh the branch and version tags for the checked folders by contacting the server</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="tag_configuration_overview" >
|
||||
<description>Configure the branch and version tags that are shown in the workbench. By browsing remote CVS files for tags you can selectively choose, from the list of tags on each file, which tags should be remembered and which should not. You can also select the files that will be automatically examined for tags.</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="tag_configuration_refreshlist" >
|
||||
<description>This lists the files that are automatically examined for tags. By default, the .project file is examined. But in some cases other files may have a more complete tag history and should be examined instead.</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="tag_configuration_refreshaction" >
|
||||
<description>This will fetch branch and version tags from the files that have been configured to be automatically searched for tags. If tags that you expected to see do not appear, try changing the list of files to examined via the tag configuration dialog.</description>
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm"/>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Watch/Edit -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="team_edit_action_context" >
|
||||
<description>Notify the server that you wish to edit this file.</description>
|
||||
</context>
|
||||
|
||||
<context id="team_unedit_action_context" >
|
||||
<description>Notify the server that you are no longer editing this file and revert the contents to that of the base revision from which it was derived.</description>
|
||||
</context>
|
||||
|
||||
<context id="team_show_editors_action_context" >
|
||||
<description>Show all editors of the selected resource and any of its children in the CVS Editors view.</description>
|
||||
</context>
|
||||
|
||||
<context id="cvs_editors_view_context" >
|
||||
<description>This view shows all registered editors of one or more files.</description>
|
||||
</context>
|
||||
|
||||
<context id="editors_dialog_context" >
|
||||
<description>This dialog shows all registered editors of the file that you are requesting to edit.</description>
|
||||
</context>
|
||||
|
||||
<context id="watch_edit_preference_page_context" >
|
||||
<description>This page supports the configuration of CVS watch/edit. Enabling the use of watch/edit will result in all files being checked out read-only from the server. Editing a file will make the file writtable and send an edit notification to the server.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Dialogs -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="release_comment_dialog_context">
|
||||
<description>Enter a comment to describe the contents of this commit.</description>
|
||||
</context>
|
||||
<context id="user_validation_dialog_context">
|
||||
<description>In this dialog, enter the appropriate information to log in to the repository.</description>
|
||||
</context>
|
||||
<context id="tag_local_as_version_dialog_context">
|
||||
<description>Enter the name of the version tag to be applied to the revisions that exist locally.</description>
|
||||
</context>
|
||||
<context id="branch_dialog_context">
|
||||
<description>This dialog lets you specify the name of the branch you want to create and optionally lets you start working in the branch by updating the tag of the local resources to be the newly created branch tag.</description>
|
||||
</context>
|
||||
<context id="add_to_cvsignore_context">
|
||||
<description>In this dialog choose how to add the selected resources to the .cvsignore files. For each resource to be ignored, a .cvsignore file will created in its parent directory containing the pattern specified in the dialog. This will not affect resources already under version control.</description>
|
||||
</context>
|
||||
<context id="add_to_version_control_dialog_context">
|
||||
<description>Select which new resources should be added to version control before the commit. Any resources listed in this dialog which are not added first will not be committed to the server.</description>
|
||||
</context>
|
||||
<context id="disconnect_action_context">
|
||||
<description>This dialog allows you to disconnect the project from CVS control. Keeping the CVS meta information allows the project to be easily re-shared or used with other CVS tools.</description>
|
||||
</context>
|
||||
<context id="history_filter_dialog_context">
|
||||
<description>This dialog allows you to specify filters that reduce the number of entries displayed in the History View. </description>
|
||||
</context>
|
||||
<context id="date_tag_dialog_context">
|
||||
<description>This dialog allows you to specify a date tag which can be used to retieve the resources that were in the repository at that time.</description>
|
||||
</context>
|
||||
<context id="keyboard_interactive_dialog_context">
|
||||
<description>This dialog allows you to perform keyboad-interactive authentication for a CVS connection.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Preference Pages -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="prune_empty_directories_pref" >
|
||||
<description>Enables pruning of empty directories on update and in the synchronization view. Although pruned directories aren't shown in the workbench there is actually still an empty directory in the repository.</description>
|
||||
</context>
|
||||
|
||||
<context id="quietness_level_pref" >
|
||||
<description>Sets the amount of status information CVS prints for a command. In "Somewhat quiet" mode the printing of unimportant informational messages is supressed. The consideration of what is important depends on each command. In "Very quiet" mode all output except what is absolutely necessary to complete the command is suppressed. In "Very Quiet" mode, some CVS servers may not communicate important information about errors that have occured. You may want to consider using "Somewhat quiet" mode instead.</description>
|
||||
</context>
|
||||
|
||||
<context id="compression_level_pref" >
|
||||
<description>Sets the compression level on communications with the server if it is supported by the server. Level 1 is minimal compression (slower communication but less CPU needed) and level 9 is maximum compression (faster communication but more CPU needed).</description>
|
||||
</context>
|
||||
|
||||
<context id="default_keywordmode_pref" >
|
||||
<description>Sets the default keyword substitution mode to use for ASCII files.</description>
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="comms_timeout_pref" >
|
||||
<description>Sets the amount of time in seconds to wait before timing out from a connection to the CVS server.</description>
|
||||
</context>
|
||||
|
||||
<context id="consider_content_pref" >
|
||||
<description>Sets the default compare method for comparing and synchronizing CVS resources. By default timestamps are used to compare CVS files, and this is by far the fastest method. However, in some cases a more accurate comparison can be achieved by comparing file content. This setting can be toggled from within a compare editor or the synchronization view.</description>
|
||||
</context>
|
||||
|
||||
<context id="replace_deletion_of_unmanaged_pref" >
|
||||
<description>Allows resources not under CVS control to be deleted when replacing with resources from the repository.</description>
|
||||
</context>
|
||||
|
||||
<context id="save_dirty_editors_pref" >
|
||||
<description>Configures what happens when there are open editors with unsaved changes when a CVS operation is performed.</description>
|
||||
</context>
|
||||
|
||||
<context id="treat_new_files_as_binary_pref" >
|
||||
<description>Sets whether all new files are to be treated as binary. If disabled, the Team file content type preferences are used to determine the file type.</description>
|
||||
<topic label="Setting the content type of a file extension" href="tasks/tasks-team-1.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="determine_server_version" >
|
||||
<description>Sets whether the server version should be queried on the first connection to determine compatibility.</description>
|
||||
</context>
|
||||
|
||||
<context id="confirm_move_tag" >
|
||||
<description>Sets whether the user is prompted for confirmation when they perform a tag operation that requests an existing tag be moved.</description>
|
||||
</context>
|
||||
|
||||
<context id="line_end_pref" >
|
||||
<description>Sets whether the line endings for text files should be translated to the platform line ending or left alone when files are downloaded from the server.</description>
|
||||
</context>
|
||||
|
||||
<context id="console_preference_page_context" >
|
||||
<description>This page supports the configuration of the CVS console. Properties that can be set are outpu colors and text font. The console can also be configured to open automatically when there is output.</description>
|
||||
</context>
|
||||
|
||||
<context id="ext_preference_page_context" >
|
||||
<description>This page supports the configuration of the EXT connection parameters.</description>
|
||||
<topic label="CVS" href="reference/ref-47.htm"/>
|
||||
<topic label="CVS" href="reference/ref-19cvs.htm"></topic>
|
||||
</context>
|
||||
|
||||
<context id="ext_preference_rsh_context">
|
||||
<description>This program will be called to connect to the remote CVS server. The RSH command is invoked with following calling pattern: <CVS_RSH> <Parameters> <CVS_SERVER></description>
|
||||
</context>
|
||||
|
||||
<context id="ext_preference_param_context">
|
||||
<description>The default parameter pattern is {host} -l {user}. It can be tailored using {host}, {user}, {password} and {port}.</description>
|
||||
</context>
|
||||
|
||||
<context id="ext_preference_server_context">
|
||||
<description>This is the name of the remote CVS server program. Change this setting only if the remote CVS server name is different than the default</description>
|
||||
</context>
|
||||
|
||||
<context id="decorators_preference_page_context" >
|
||||
<description>This page supports the configuration of the CVS label and icons decorations.</description>
|
||||
<topic label="CVS" href="reference/ref-19cvs.htm"></topic>
|
||||
<topic label="Enabling the CVS resource decorations" href="tasks/tasks-107b.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="password_management_preference_page_context" >
|
||||
<description>This page allws you to view which repository locations have authentication information cached and allows you to purge this infrmation.</description>
|
||||
<topic label="CVS" href="reference/ref-19cvs.htm"></topic>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Views -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="console_view_context" >
|
||||
<description>This view shows the output of CVS operations.</description>
|
||||
<topic label="Team programming with CVS" href="concepts/concepts-26.htm"/>
|
||||
</context>
|
||||
<context id="repositories_view_context" >
|
||||
<description>This view allows the browsing of the contents of known CVS repositories and the checkout of modules into the local workspace as projects.</description>
|
||||
<topic label="CVS Repositories View " href="reference/ref-32.htm"/>
|
||||
<topic label="Refreshing the CVS Repositories view" href="tasks/tasks-93.htm"/>
|
||||
</context>
|
||||
<context id="resource_history_view_context" >
|
||||
<description>This view shows the revision history of a file under CVS control.</description>
|
||||
<topic label="CVS Resource History view " href="reference/ref-32a.htm"/>
|
||||
<topic label="Viewing a File's Revision History" href="tasks/tasks-119.htm"/>
|
||||
</context>
|
||||
<context id="catchup_release_viewer_context" >
|
||||
<description>This view shows the incoming, outgoing and conflicting changes.</description>
|
||||
<topic label="CVS Synchronize view" href="reference/ref-33.htm"/>
|
||||
<topic label="Synchronizing with the repository" href="tasks/tasks-115.htm"/>
|
||||
</context>
|
||||
<context id="compare_revision_view_context" >
|
||||
<description>This view allows the comparision of the local copy of a file with the revisions from the respoitory. Actions available for a revision are "Get Contents" and "Get Revision". Although both replace the local file with the contents of the remote rvision, "Get Revision" will make the local file "sticky". This means that changes to the file cannot be committed back to the repository.</description>
|
||||
</context>
|
||||
<context id="annotate_view_context" >
|
||||
<description>This view shows the user and revision annotations for a file in the CVS repository.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Actions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="get_file_revision_action_context" >
|
||||
<description>Loads the revision of the file into the workspace. The file will be "sticky" and the user will be unable to commit changes to the repository.</description>
|
||||
</context>
|
||||
<context id="get_file_contents_action_context" >
|
||||
<description>Loads the contents of the file into the workspace. The base revision of the local file will not change and the file will become dirty. Perform this action if you wish to revert to the contents of an older revision of the file.</description>
|
||||
</context>
|
||||
<context id="get_annotate_action_context" >
|
||||
<description>Perform the CVS annotate command on the selected resource. This command displays the resource with the contributor and revision noted for each line.</description>
|
||||
</context>
|
||||
<context id="new_repository_location_action_context" >
|
||||
<description>Creates a new CVS repository location and adds it to the CVS Repositories view.</description>
|
||||
<topic label="Create a Repository Location" href="tasks/tasks-92.htm"/>
|
||||
</context>
|
||||
<context id="new_dev_eclipse repository_location_action_context" >
|
||||
<description>Creates a new CVS repository location for dev.eclipse.org and adds it to the CVS Repositories view.</description>
|
||||
<topic label="Create a Repository Location" href="tasks/tasks-92.htm"/>
|
||||
</context>
|
||||
<context id="show_remote_folders_action_context" >
|
||||
<description>Toggles the CVS Repositories view to show folders.</description>
|
||||
<topic label="CVS Repositories View " href="reference/ref-32.htm"/>
|
||||
</context>
|
||||
<context id="show_remote_modules_action_context" >
|
||||
<description>Toggles the CVS Repositories view to show modules defined in the CVSROOT/modules file.</description>
|
||||
<topic label="CVS Repositories View " href="reference/ref-32.htm"/>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Sync Actions -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="sync_commit_action_context" >
|
||||
<description>Commits the selected outgoing changes to the CVS repository. Conflicting changes are not committed; to commit them you must use the "Override and Commit" action.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_forced_commit_action_context">
|
||||
<description>Commits the selected conflicting and incoming changes to the CVS repository. Non-conflicting outgoing changes are not committed; to commit them you must use the "Commit" action.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_update_action_context">
|
||||
<description>Gets the selected incoming changes from the CVS repository. Conflicting changes are not updated; to update them you must use the "Override and Update" action.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_forced_update_action_context">
|
||||
<description>Gets the selected conflicting and outgoing changes from the CVS repository. Non-conflicting incoming changes are not updated; to update them you must use the "Update" action. If some of the selected resources are auto-mergeable (i.e. they have no line-based conflicts) then you have the option of either performing an auto-merge or replacing with the remote content.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_add_action_context">
|
||||
<description>Adds the selected resources to CVS control.</description>
|
||||
</context>
|
||||
|
||||
<context id="sync_ignore_action_context">
|
||||
<description>Adds the selected resources to the appropriate .cvsignore file. These resources will no longer be considered for repository operations.</description>
|
||||
</context>
|
||||
|
||||
<context id="merge_update_action_context">
|
||||
<description>Gets the selected incoming changes from the CVS repository. Conflicting changes are not updated; to update them you must use the "Override and Update" action.</description>
|
||||
</context>
|
||||
|
||||
<context id="merge_forced_update_action_context">
|
||||
<description>Gets the selected conflicting changes from the CVS repository. Non-conflicting incoming changes are not updated; to update them you must use the "Update" action. If some of the selected resources are auto-mergeable (i.e. they have no line-based conflicts) then you have the option of either performing an auto-merge or replacing with the remote content.</description>
|
||||
</context>
|
||||
|
||||
<context id="merge_update_with_joinaction_context">
|
||||
<description>Gets the selected conflicting changes from the CVS repository. Non-conflicting incoming changes are not updated; to update them you must use the "Update" action. When performing a merge, it is difficult to detect if conflicts are auto-mergeable (i.e. they have no line-based conflicts). If you believe the file is auto-mergeable, you may use this action. You will then have the option of either performing an auto-merge or replacing with the remote content.</description>
|
||||
</context>
|
||||
|
||||
<!-- ********************************** -->
|
||||
<!-- Properties pages -->
|
||||
<!-- ********************************** -->
|
||||
|
||||
<context id="repository_location_property_page_context" >
|
||||
<description>This page shows the properties of a repository location and allows the modification of the connection method, user name and password. If properties are changed on this page, they are changed for all projects shared with this location.</description>
|
||||
<topic label="Changing the properties of a CVS Repository Location" href="tasks/tasks-95.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="repository_encoding_property_page_context" >
|
||||
<description>This page allows you to set the file system encoding used by the server hosting the repository. Setting this properly will ensure that file names and commit messages are translated properly. This setting has no effect on file contents.</description>
|
||||
</context>
|
||||
|
||||
<context id="project_property_page_context" >
|
||||
<description>This page shows the CVS properties of the project. The project's CVS sharing information can be changed to another compatible repository location.</description>
|
||||
<topic label="Changing the sharing of a Project" href="tasks/tasks-117b.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="folder_property_page_context" >
|
||||
<description>This page shows the CVS properties of the folder.</description>
|
||||
</context>
|
||||
|
||||
<context id="file_property_page_context" >
|
||||
<description>This page shows the CVS properties of the file.</description>
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
|
||||
<contexts>
|
||||
|
||||
<!-- Context IDs added in the code, ID is class name, where context ID is set -->
|
||||
|
||||
<context id="ConfigurationView" >
|
||||
<description>This dialog can be used to work with installed features. By default, it only shows the features that are currently enabled. On the dialog toolbar, turn on the "Show disabled features" filter so you can see the disabled features as well.</description>
|
||||
<topic label="Inspecting the configuration" href="tasks/tasks-33.htm"/>
|
||||
<topic label="Enable, disable, uninstall a feature" href="tasks/tasks-35.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="ReviewPage" >
|
||||
<description>Results of the feature searches are shown on this page. Select features you want to install.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="CofigurationView_showUnconfFeaturesAction" >
|
||||
<description>Show disabled features.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_revertAction" >
|
||||
<description>Restore your configuration to match the selected history.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_showStatusAction" >
|
||||
<description>Show the current configuration status for the selected feature.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_preserveAction" >
|
||||
<description>Save the selected configuration in the <b>Saved Configurations</b> folder.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_removePreservedAction" >
|
||||
<description>Delete the selected configuration from the <b>Saved Configurations</b> folder.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_unlinkAction" >
|
||||
<description>Unlink the selected site from the configuration.</description>
|
||||
</context>
|
||||
|
||||
<context id="CofigurationView_propertiesAction" >
|
||||
<description>Display properties for the selection.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_newAction" >
|
||||
<description>Create a new site bookmark.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_newFolderAction" >
|
||||
<description>Create a new folder in the Feature Updates View. Folders can be used to organize site bookmarks and search queries.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_newSearchAction" >
|
||||
<description>Create a new search query.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_newLocalAction" >
|
||||
<description>Create a site bookmark for the selected local site.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_deleteAction" >
|
||||
<description>Delete the selected item.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_refreshAction" >
|
||||
<description>Refresh the selected item.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_fileFilterAction" >
|
||||
<description>Select to show individual files in <b>My Computer</b>. Deselect to show only local sites and directories.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_filterEnvironmentAction" >
|
||||
<description>Select to show only features matching current environment. Deselect to show all available features (features not matching current environment cannot be installed).</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_showCategoriesAction" >
|
||||
<description>Select to see features organized into site categories. Deselect to see all features as a list.</description>
|
||||
</context>
|
||||
|
||||
<context id="UpdatesView_linkExtensionAction" >
|
||||
<description>Link the selected site into the configuration.</description>
|
||||
</context>
|
||||
|
||||
<context id="DetailsView_homeAction" >
|
||||
<description>Display the Update Manager Welcome page.</description>
|
||||
</context>
|
||||
|
||||
<context id="DetailsView_backAction" >
|
||||
<description>Go back to the previous details page.</description>
|
||||
</context>
|
||||
|
||||
<context id="DetailsView_forwardAction" >
|
||||
<description>Go forward to the next details page.</description>
|
||||
</context>
|
||||
|
||||
<context id="MainPreferencePage" >
|
||||
<description>Set Update Manager preferences - <b>number of histories</b> to maintain before deleting; scoping of <b>new updates</b> search to service updates only, or compatible minor release updates; <b>update policy</b> to alternate update sites; <b>proxy</b> settings</description>
|
||||
<topic label="Update policy control" href="tasks/tasks-37.htm"/>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="LicensePage2" >
|
||||
<description>You must view the presented license agreement(s) and either accept or reject.</description>
|
||||
</context>
|
||||
|
||||
<context id="ModeSelectionPage" >
|
||||
<description>Select whether you want to search for available updates to installed features, or to search for any features found on selected update sites</description>
|
||||
<topic label="Installing features with the update manager" href="tasks/tasks-34.htm"/>
|
||||
<topic label="Updating features with the update manager" href="tasks/tasks-36.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="SitePage" >
|
||||
<description>Add, remove or edit an update site bookmark.
|
||||
Select the site(s) to search for features and patches.
|
||||
|
||||
<b>Remote site</b>: the url to a web site containing features
|
||||
<b>Local site</b>: a site that is on the current machine
|
||||
<b>Archive size</b>: a local site packaged as a ZIP or JAR file
|
||||
|
||||
You can turn on or off searching for features that don't match the environment (OS, locale, etc.)
|
||||
</description>
|
||||
</context>
|
||||
|
||||
<context id="NewUpdatesWizardPage" >
|
||||
<description>Select one or more of the available updates to install.</description>
|
||||
</context>
|
||||
|
||||
<context id="MultiTargetPage2" >
|
||||
<description>For each feature to be installed, select an installation location from the presented choices, or add a new one. Due to co-location constraints, you may not be able to define a new location for some features.</description>
|
||||
</context>
|
||||
|
||||
<context id="OptionalFeaturesPage">
|
||||
<description>Choose which optional features that are included in the main feature will be installed.</description>
|
||||
</context>
|
||||
|
||||
<context id="MultiOptionalFeaturesPage2">
|
||||
<description>Choose which optional features that are included in the main features will be installed.</description>
|
||||
</context>
|
||||
|
||||
<context id="JarVerificationPage" >
|
||||
<description>You must accept or reject the certificate of the JAR file</description>
|
||||
</context>
|
||||
|
||||
<context id="UserValidationDialog" >
|
||||
<description>Enter user information.</description>
|
||||
</context>
|
||||
|
||||
<context id="MultiReviewPage2">
|
||||
<description>Select the features you want to install. If there are errors, press <b>Error Details</b> and try fixing them by selecting or unselecting the appropriate features.</description>
|
||||
<topic label="Installing features with the update manager" href="tasks/tasks-34.htm"/>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="InstallableSiteForm" >
|
||||
<description>Displays details about local site that is part of the configuration.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<context id="SiteForm" >
|
||||
<description>Displays current installation configuration details.</description>
|
||||
<topic label="Inspecting the configuration" href="tasks/tasks-33.htm"/>
|
||||
<topic label="Enable, disable, uninstall a feature" href="tasks/tasks-35.htm"/>
|
||||
</context>
|
||||
|
||||
<context id="UnknownObjectForm" >
|
||||
<description>Displays when an unknown object or no object has been selected in the active part.</description>
|
||||
</context>
|
||||
|
||||
|
||||
<context id ="SiteBookmarkPropertyPage">
|
||||
<description>Change properties of the bookmark object.</description>
|
||||
</context>
|
||||
|
||||
<context id ="NamedObjectPropertyPage">
|
||||
<description>Change the name of the selected object.</description>
|
||||
</context>
|
||||
|
||||
<context id ="ConfigurationPropertyPage">
|
||||
<description>Change the name of the selected configuration.</description>
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
|
||||
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
||||
|
||||
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
|
||||
<TITLE> No Help Exists</TITLE>
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#ffffff">
|
||||
<H1 CLASS="Head">
|
||||
No Help Exists</H1>
|
||||
<p CLASS="Head">There are no available help topics associated with this
|
||||
item. </p>
|
||||
<p>
|
||||
<a href="notices.html"><img src="cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
|
||||
</p>
|
||||
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
@@ -0,0 +1,19 @@
|
||||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
|
||||
<title>Legal Notices</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h3>
|
||||
<a NAME="Notices"></a>Notices</h3>
|
||||
<p>
|
||||
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2004.
|
||||
</p>
|
||||
<p>
|
||||
<a href="about.html">Terms and conditions regarding the use of this guide.</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2004 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=Eclipse Workbench User Guide
|
||||
providerName=Eclipse.org
|
||||
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
|
||||
<!-- ===================================================== -->
|
||||
<!-- Declare the documentation for the Platform User Guide -->
|
||||
<!-- We will declare only one infoset (book) -->
|
||||
<!-- ===================================================== -->
|
||||
|
||||
<plugin
|
||||
name = "%pluginName"
|
||||
id = "org.eclipse.platform.doc.user"
|
||||
version = "3.0.1"
|
||||
provider-name = "%providerName">
|
||||
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define primary TOC -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="toc.xml" primary="true" />
|
||||
</extension>
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define TOCs -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="topics_GettingStarted.xml" />
|
||||
<toc file="topics_Concepts.xml" />
|
||||
<toc file="topics_Tasks.xml" />
|
||||
<toc file="topics_Reference.xml" />
|
||||
</extension>
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
<!-- F1 context files -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.ide"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.workbench.texteditor"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Workbench.xml" plugin="org.eclipse.ui.editors"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_ExternalTools.xml" plugin="org.eclipse.ui.externaltools"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_AntUI.xml" plugin="org.eclipse.ant.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Team.xml" plugin="org.eclipse.team.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Team_CVS.xml" plugin="org.eclipse.team.cvs.ui"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Compare.xml" plugin="org.eclipse.compare"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Search.xml" plugin="org.eclipse.search"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.help.contexts">
|
||||
<contexts file="contexts_Update.xml" plugin="org.eclipse.update.ui"/>
|
||||
</extension>
|
||||
|
||||
|
||||
</plugin>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ============================================================================= -->
|
||||
<!-- Define the top level topics -->
|
||||
<!-- ============================================================================= -->
|
||||
|
||||
<toc label="Workbench User Guide">
|
||||
<topic label="Getting started">
|
||||
<link toc="topics_GettingStarted.xml" />
|
||||
</topic>
|
||||
<topic label="Concepts">
|
||||
<link toc="topics_Concepts.xml" />
|
||||
</topic>
|
||||
<topic label="Tasks">
|
||||
<link toc="topics_Tasks.xml" />
|
||||
</topic>
|
||||
<topic label="Reference">
|
||||
<link toc="topics_Reference.xml" />
|
||||
</topic>
|
||||
<topic label="Tips and tricks" href="tips/platform_tips.html"/>
|
||||
<topic label="What's new" href="whatsNew/platform_whatsnew.html"/>
|
||||
<topic label="Legal" href="notices.html"/>
|
||||
</toc>
|
||||
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ========================== -->
|
||||
<!-- Define topics for the Concepts -->
|
||||
<!-- ========================== -->
|
||||
<toc label="Concepts">
|
||||
<!-- <topic label="What's new in this release" /> -->
|
||||
<topic label="Workbench" href="concepts/concepts-2.htm" >
|
||||
|
||||
<!-- <topic label="Workspace" /> -->
|
||||
|
||||
<topic label="Resources" href="concepts/concepts-12.htm" />
|
||||
<topic label="Resource hierarchies" href="concepts/concepts-17.htm" />
|
||||
<topic label="Linked resources" href="concepts/concepts-13.htm" />
|
||||
<topic label="Path variables" href="concepts/cpathvars.htm" />
|
||||
<topic label="Working sets" href="concepts/cworkset.htm"/>
|
||||
<!-- <topic label="Projects and project natures" /> -->
|
||||
<topic label="Builds" href="concepts/concepts-22.htm" />
|
||||
<topic label="Local history" href="concepts/concepts-17a.htm" />
|
||||
<!-- <topic label="Class path and build class path" /> -->
|
||||
</topic>
|
||||
<anchor id="c_afterworkbench" />
|
||||
<topic label="Perspectives" href="concepts/concepts-4.htm" >
|
||||
<!-- <topic label="Resource perspective" /> -->
|
||||
</topic>
|
||||
<anchor id="c_afterperspectives" />
|
||||
<topic label="Editors" href="concepts/concepts-6.htm" >
|
||||
<topic label="External editors" href="concepts/concepts-6a.htm" />
|
||||
</topic>
|
||||
<anchor id="c_aftereditors" />
|
||||
<topic label="Views" href="concepts/concepts-5.htm" >
|
||||
<topic label="Fast views" href="concepts/concepts-21.htm" />
|
||||
<topic label="Navigator view" href="concepts/cnav.htm" />
|
||||
<topic label="Tasks view" href="concepts/ctskview.htm" />
|
||||
<topic label="Outline view" href="concepts/coutline.htm" />
|
||||
<topic label="Properties view" href="concepts/cpropview.htm" />
|
||||
<topic label="Search view" href="concepts/csearchview.htm" />
|
||||
</topic>
|
||||
<anchor id="c_afterviews" />
|
||||
<topic label="Toolbars" href="concepts/concepts-18.htm" />
|
||||
<anchor id="c_aftertoolbars" />
|
||||
<topic label="Markers" href="concepts/concepts-11.htm" />
|
||||
<anchor id="c_aftermarkers" />
|
||||
<topic label="Bookmarks" href="concepts/cbookmrk.htm" />
|
||||
<anchor id="c_afterbookmarks" />
|
||||
<topic label="Label decorations" href="concepts/cdecorations.htm" />
|
||||
<anchor id="c_afterdecorations" />
|
||||
<topic label="Help system" href="concepts/chelpsys.htm" />
|
||||
<anchor id="c_afterhelp" />
|
||||
<topic label="External tools" href="concepts/concepts-exttools.htm" >
|
||||
<topic label="Ant support" href="concepts/concepts-antsupport.htm"/>
|
||||
</topic>
|
||||
<anchor id="c_afterexternaltools" />
|
||||
<topic label="Team programming with CVS" href="concepts/concepts-26.htm" >
|
||||
<topic label="Versions" href="concepts/concepts-27.htm" />
|
||||
<topic label="Branches" href="concepts/concepts-27b.htm" />
|
||||
<topic label="CVS Repositories" href="concepts/concepts-27c.htm" />
|
||||
<topic label="Three way comparisons" href="concepts/concepts-29.htm" />
|
||||
<topic label="Synchronizing with a CVS repository" href="concepts/concepts-30.htm" />
|
||||
<topic label="Watch/Edit" href="concepts/concepts-cvs-watch.htm" />
|
||||
</topic>
|
||||
<anchor id="c_afterteam" />
|
||||
|
||||
<topic label="Accessibility features in Eclipse" href="concepts/accessibility/accessmain.htm">
|
||||
<topic label="Navigating the user interface using the keyboard" href="concepts/accessibility/navigation.htm"/>
|
||||
<topic label="Fonts and colors in Eclipse" href="concepts/accessibility/fontsandcolors.htm"/>
|
||||
</topic>
|
||||
<anchor id="c_afteraccessibility" />
|
||||
|
||||
<topic label="Features" href="concepts/concepts-25.htm" >
|
||||
</topic>
|
||||
<anchor id="c_afterfeatures" />
|
||||
|
||||
</toc>
|
||||
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ========================== -->
|
||||
<!-- Define topics for the GettingStarted -->
|
||||
<!-- ========================== -->
|
||||
<toc label="GettingStarted">
|
||||
<topic label="Basic tutorial" href="gettingStarted/qs-01.htm">
|
||||
<topic label="The Workbench" href="gettingStarted/qs-02a.htm"/>
|
||||
<topic label="Editors and views" href="gettingStarted/qs-02b.htm">
|
||||
<topic label="Editors" href="gettingStarted/qs-02d.htm"/>
|
||||
<topic label="Views" href="gettingStarted/qs-02e.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="A simple project" href="gettingStarted/qs-07a.htm">
|
||||
<topic label="Using the File menu" href="gettingStarted/qs-07b.htm"/>
|
||||
<topic label="Using the popup" href="gettingStarted/qs-07c.htm"/>
|
||||
<topic label="Using the New button" href="gettingStarted/qs-07d.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Closing an editor" href="gettingStarted/qs-10b.htm"/>
|
||||
|
||||
<topic label="Navigating resources" href="gettingStarted/qs-12.htm">
|
||||
<topic label="Opening resources in the Navigator" href="gettingStarted/qs-12b.htm"/>
|
||||
<topic label="Go To" href="gettingStarted/qs-12c.htm"/>
|
||||
<topic label="Go Into" href="gettingStarted/qs-12d.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Files" href="gettingStarted/qs-13.htm"/>
|
||||
|
||||
<topic label="Exporting files" href="gettingStarted/qs-24a.htm">
|
||||
<topic label="Drag and drop or copy and paste" href="gettingStarted/qs-24b.htm"/>
|
||||
<topic label="Export wizard" href="gettingStarted/qs-24c.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Importing files" href="gettingStarted/qs-31a.htm">
|
||||
<topic label="Drag and drop or copy and paste" href="gettingStarted/qs-31b.htm"/>
|
||||
<topic label="Import wizard" href="gettingStarted/qs-31c.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Deleting resources" href="gettingStarted/qs-32.htm"/>
|
||||
|
||||
<topic label="Working with other editors" href="gettingStarted/qs-34a.htm">
|
||||
<topic label="External editors" href="gettingStarted/qs-34b.htm"/>
|
||||
<topic label="Embedded editors" href="gettingStarted/qs-34c.htm"/>
|
||||
<topic label="Editing files outside the Workbench" href="gettingStarted/qs-34d.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Copying, renaming and moving" href="gettingStarted/qs-35.htm">
|
||||
<topic label="Copying" href="gettingStarted/qs-35b.htm"/>
|
||||
<topic label="Renaming" href="gettingStarted/qs-35c.htm"/>
|
||||
<topic label="Moving" href="gettingStarted/qs-35d.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Searching" href="gettingStarted/qs-36.htm">
|
||||
<topic label="Starting a search" href="gettingStarted/qs-36a.htm"/>
|
||||
<topic label="The Search view" href="gettingStarted/qs-36b.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Tasks and markers" href="gettingStarted/qs-37-2b.htm">
|
||||
<topic label="Unassociated tasks" href="gettingStarted/qs-37-2d.htm"/>
|
||||
<topic label="Associated tasks" href="gettingStarted/qs-37-2d2.htm"/>
|
||||
<topic label="Opening files" href="gettingStarted/qs-37-2f.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Bookmarks" href="gettingStarted/qs-37-3b.htm">
|
||||
<topic label="Adding and viewing bookmarks" href="gettingStarted/qs-37-3c.htm"/>
|
||||
<topic label="Using bookmarks" href="gettingStarted/qs-37-3e.htm"/>
|
||||
<topic label="Removing bookmarks" href="gettingStarted/qs-37-3f.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Rearranging views and editors" href="gettingStarted/qs-39.htm">
|
||||
<topic label="Drop cursors" href="gettingStarted/qs-39c.htm"/>
|
||||
<topic label="Rearranging views" href="gettingStarted/qs-39d.htm"/>
|
||||
<topic label="Tiling editors" href="gettingStarted/qs-39e.htm"/>
|
||||
<topic label="Rearranging tabbed views" href="gettingStarted/qs-39f.htm" />
|
||||
<topic label="Maximizing" href="gettingStarted/qs-39g.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Fast views" href="gettingStarted/qs-40.htm">
|
||||
<topic label="Creating fast views" href="gettingStarted/qs-40a.htm"/>
|
||||
<topic label="Working with fast views" href="gettingStarted/qs-40b.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Perspectives" href="gettingStarted/qs-43.htm">
|
||||
<topic label="New perspectives" href="gettingStarted/qs-43b.htm"/>
|
||||
<topic label="New windows" href="gettingStarted/qs-43c.htm"/>
|
||||
<topic label="Saving perspectives" href="gettingStarted/qs-43e.htm"/>
|
||||
<topic label="Configuring perspectives" href="gettingStarted/qs-43f.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Comparing" href="gettingStarted/qs-52.htm">
|
||||
<topic label="Simple compare" href="gettingStarted/qs-52c.htm"/>
|
||||
<topic label="Understanding the comparison" href="gettingStarted/qs-52d.htm"/>
|
||||
<topic label="Working with the comparison" href="gettingStarted/qs-52e.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Local history" href="gettingStarted/qs-55.htm"/>
|
||||
|
||||
<topic label="Responsive UI" href="gettingStarted/qs-responsiveUI.htm"/>
|
||||
|
||||
<topic label="Exiting the Workbench" href="gettingStarted/qs-55b.htm"/>
|
||||
|
||||
</topic>
|
||||
|
||||
<anchor id="gs_afterbasic" />
|
||||
|
||||
<topic label="Team CVS tutorial" href="gettingStarted/qs-60_team.htm">
|
||||
<topic label="Setting up a CVS repository" href="gettingStarted/qs-60a_setup.htm"/>
|
||||
<topic label="Starting offline" href="gettingStarted/qs-61c_offline.htm"/>
|
||||
|
||||
<topic label="Sharing the project" href="gettingStarted/qs-61d_repoloca.htm">
|
||||
<topic label="Specifying a repository location" href="gettingStarted/qs-61d_repolocb.htm"/>
|
||||
<topic label="Repository locations" href="gettingStarted/qs-61e_whatisloc.htm"/>
|
||||
<topic label="Sharing a project" href="gettingStarted/qs-61f_syncproject.htm"/>
|
||||
</topic>
|
||||
|
||||
<topic label="Working with another user" href="gettingStarted/qs-64a_another.htm">
|
||||
<topic label="Checking out a project" href="gettingStarted/qs-64b_fredadd.htm"/>
|
||||
<topic label="Another user making changes" href="gettingStarted/qs-64b_fredmod.htm"/>
|
||||
<topic label="Making our own changes" href="gettingStarted/qs-64c_catch_mod.htm"/>
|
||||
<topic label="Working with conflicting changes" href="gettingStarted/qs-64c_catch_sync_view.htm"/>
|
||||
<topic label="Replacing" href="gettingStarted/qs-70_replace.htm"/>
|
||||
<topic label="Versioning your project" href="gettingStarted/qs-74_version.htm"/>
|
||||
<topic label="A quick review" href="gettingStarted/qs-74_review.htm"/>
|
||||
</topic>
|
||||
|
||||
</topic>
|
||||
|
||||
<anchor id="gs_afterteam" />
|
||||
|
||||
<topic label="Ant & external tools tutorial" href="gettingStarted/qs-80_ant.htm">
|
||||
<topic label="Eclipse Ant basics" href="gettingStarted/qs-81_basics.htm">
|
||||
<topic label="Creating Ant buildfiles" href="gettingStarted/qs-82_create.htm"/>
|
||||
<topic label="Editing Ant buildfiles" href="gettingStarted/qs-83_edit.htm"/>
|
||||
<topic label="Running Ant buildfiles" href="gettingStarted/qs-84_run_ant.htm"/>
|
||||
<topic label="Saving & Reusing Ant options" href="gettingStarted/qs-85_ant_configs.htm"/>
|
||||
<topic label="Using the Ant view" href="gettingStarted/qs-85a_ant_view.htm"/>
|
||||
</topic>
|
||||
<topic label="Use cases for Ant in Eclipse" href="gettingStarted/qs-86_use_cases.htm">
|
||||
<topic label="Deploying Eclipse plug-ins" href="gettingStarted/qs-87_plugin_deploy.htm">
|
||||
<topic label="Creating a HelloWorld plug-in" href="gettingStarted/qs-88_create_plugin.htm"/>
|
||||
<topic label="Generating the build.xml file" href="gettingStarted/qs-89_generate_buildxml.htm"/>
|
||||
<topic label="Building a .jar file for the plug-in" href="gettingStarted/qs-90_build_jar.htm"/>
|
||||
<topic label="More plug-in deployment options" href="gettingStarted/qs-91_build_options.htm"/>
|
||||
</topic>
|
||||
<topic label="Ant buildfiles as project builders" href="gettingStarted/qs-92_project_builders.htm">
|
||||
<topic label="Creating a project builder Ant buildfile" href="gettingStarted/qs-93_project_builder.htm"/>
|
||||
<topic label="Executing project builders" href="gettingStarted/qs-94_run_pj.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
<topic label="External tools" href="gettingStarted/qs-95_external_tools.htm">
|
||||
<topic label="Non-Ant project builders" href="gettingStarted/qs-96_non_ant_pjs.htm"/>
|
||||
<topic label="Stand-alone external tools" href="gettingStarted/qs-97_standalone_ets.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<anchor id="gs_afterant" />
|
||||
|
||||
</toc>
|
||||
@@ -0,0 +1,130 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ========================== -->
|
||||
<!-- Define topics for the Reference -->
|
||||
<!-- ========================== -->
|
||||
<toc label="Reference">
|
||||
|
||||
<!-- <topic label="Keyboard shortcuts" /> -->
|
||||
<topic label="Crash recovery" href="reference/ref-8.htm" />
|
||||
|
||||
<anchor id="r_aftercrash" />
|
||||
|
||||
<topic label="Preferences" href="reference/ref-72.htm">
|
||||
<topic label="Workbench" href="reference/ref-10.htm"></topic>
|
||||
<topic label="Appearance" href="reference/ref-16.htm"></topic>
|
||||
<topic label="Compare/Patch" href="reference/ref-11.htm"></topic>
|
||||
<topic label="Editors" href="reference/ref-12.htm"></topic>
|
||||
<topic label="Text editor" href="reference/ref-texteditorprefs.htm"></topic>
|
||||
<topic label="Capabilities" href="reference/ref-activitiespref.htm"></topic>
|
||||
<topic label="External Tools" href="reference/ref-exttoolsprefs.htm"></topic>
|
||||
<topic label="File Associations" href="reference/ref-13.htm"></topic>
|
||||
<topic label="Colors and Fonts" href="reference/ref-fonts.htm"></topic>
|
||||
<topic label="Keys" href="concepts/accessibility/keyboardshortcuts.htm"/>
|
||||
<topic label="Label Decorations" href="reference/ref-decorations.htm"></topic>
|
||||
<topic label="Linked Resources" href="reference/ref-14b.htm"></topic>
|
||||
<topic label="Local History" href="reference/ref-14.htm"></topic>
|
||||
<topic label="Perspectives" href="reference/ref-15.htm"></topic>
|
||||
<topic label="Search" href="reference/ref-search.htm"></topic>
|
||||
<topic label="Startup and Shutdown" href="reference/ref-startup.htm"></topic>
|
||||
<topic label="Ant" href="reference/ref-antprefs.htm"></topic>
|
||||
<topic label="Ant Editor" href="reference/ref-anteditorprefs.htm"></topic>
|
||||
<topic label="Ant Runtime" href="reference/ref-antruntimeprefs.htm"></topic>
|
||||
<topic label="Build Order" href="reference/ref-17.htm"></topic>
|
||||
<topic label="Help" href="reference/ref-18.htm"></topic>
|
||||
<topic label="Help Server" href="reference/ref-helpserver.htm"></topic>
|
||||
<topic label="Install/Update" href="reference/ref-21.htm"></topic>
|
||||
<topic label="Automatic Updates" href="reference/ref-21a.htm"></topic>
|
||||
<topic label="Team" href="reference/ref-19.htm"></topic>
|
||||
<topic label="CVS" href="reference/ref-19cvs.htm"></topic>
|
||||
<topic label="Ignored Resources" href="reference/ref-20.htm"></topic>
|
||||
<topic label="File Content" href="reference/ref-20-fileContent.htm"></topic>
|
||||
</topic>
|
||||
|
||||
<anchor id="r_afterpref" />
|
||||
|
||||
<topic label="Team support with CVS">
|
||||
<topic label="CVS" href="reference/ref-47.htm"></topic>
|
||||
<topic label="CVS Repositories view" href="reference/ref-32.htm"></topic>
|
||||
<topic label="CVS Workspace Synchronization" href="reference/ref-33.htm"></topic>
|
||||
<topic label="CVS Resource History view" href="reference/ref-32a.htm"></topic>
|
||||
<topic label="CVS Console" href="reference/ref-32b.htm"></topic>
|
||||
<topic label="Add CVS Repository wizard" href="reference/ref-40.htm"></topic>
|
||||
<topic label="CVS Checkout wizard" href="reference/ref-40a.htm"></topic>
|
||||
<topic label="CVS Sharing wizard" href="reference/ref-40b.htm"></topic>
|
||||
<topic label="Merge wizard" href="reference/ref-41a.htm"></topic>
|
||||
<topic label="CVS Merge Synchronization" href="reference/ref-33a.htm"></topic>
|
||||
<topic label="Ignoring resources from version control" href="reference/ref-48a.htm" />
|
||||
<topic label="CVS Label Decorations" href="reference/ref-cvs-decorations.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="r_afterteam" />
|
||||
|
||||
<topic label="User interface information" >
|
||||
<topic label="Development environment">
|
||||
<topic label="Workbench toolbar" href="reference/ref-2.htm"></topic>
|
||||
<topic label="Shortcut bar" href="reference/ref-3.htm"></topic>
|
||||
<topic label="View toolbars" href="reference/ref-4.htm"></topic>
|
||||
<topic label="Builds" href="reference/ref-5.htm"></topic>
|
||||
<topic label="Perspectives" href="reference/ref-6.htm"></topic>
|
||||
<topic label="Local history" href="reference/ref-6a.htm"></topic>
|
||||
</topic>
|
||||
|
||||
|
||||
<topic label="Views and editors">
|
||||
<topic label="Workbench window layout" href="reference/ref-23.htm"></topic>
|
||||
<topic label="Editor area" href="reference/ref-24.htm"></topic>
|
||||
<topic label="Compare editor" href="reference/ref-25.htm"></topic>
|
||||
<topic label="Search view" href="reference/ref-26.htm"></topic>
|
||||
<topic label="Navigator view" href="reference/ref-27.htm"></topic>
|
||||
<topic label="Bookmarks view" href="reference/ref-28.htm"></topic>
|
||||
<topic label="Properties view" href="reference/ref-29.htm"></topic>
|
||||
<topic label="Outline view" href="reference/ref-30.htm"></topic>
|
||||
<topic label="CVS views" href="reference/ref-30a.htm"></topic>
|
||||
<topic label="Tasks view" href="reference/ref-31.htm"></topic>
|
||||
<topic label="Ant editor" href="reference/ref-anteditor.htm"></topic>
|
||||
<topic label="Ant view" href="reference/ref-antview.htm"></topic>
|
||||
<topic label="Help view" href="reference/ref-34.htm"></topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Wizards">
|
||||
<topic label="New Project wizard" href="reference/ref-37.htm"></topic>
|
||||
<topic label="New Folder wizard" href="reference/ref-38.htm"></topic>
|
||||
<topic label="New File wizard" href="reference/ref-39.htm"></topic>
|
||||
<topic label="CVS Wizards" href="reference/ref-39a.htm"></topic>
|
||||
<topic label="Import wizard" href="reference/ref-70.htm"></topic>
|
||||
<topic label="Export wizard" href="reference/ref-71.htm"></topic>
|
||||
</topic>
|
||||
|
||||
|
||||
<topic label="Help contents">
|
||||
<topic label="Workbench User Guide" href="reference/ref-43.htm"></topic>
|
||||
<topic label="Working with Cheat Sheets" href="reference/ref-cheatsheets.htm"></topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Search">
|
||||
<topic label="File search" href="reference/ref-45.htm"></topic>
|
||||
<topic label="Help search" href="reference/ref-searchw.htm"></topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Workbench menus">
|
||||
<topic label="File menu" href="reference/ref-56.htm"></topic>
|
||||
<topic label="Edit menu" href="reference/ref-57.htm"></topic>
|
||||
<topic label="Navigate menu" href="reference/ref-58.htm"></topic>
|
||||
<topic label="Project menu" href="reference/ref-59.htm"></topic>
|
||||
<topic label="Window menu" href="reference/ref-60.htm"></topic>
|
||||
<topic label="Help menu" href="reference/ref-61.htm"></topic>
|
||||
</topic>
|
||||
|
||||
<topic label="Icons and buttons">
|
||||
<topic label="Navigator view icons" href="reference/ref-65.htm"></topic>
|
||||
<topic label="Editor area marker bar" href="reference/ref-66.htm"></topic>
|
||||
<topic label="Tasks view" href="reference/ref-67.htm"></topic>
|
||||
<topic label="Toolbar buttons" href="reference/ref-68.htm"></topic>
|
||||
<topic label="External Tools and Ant Icons" href="reference/ref-anticons.htm"></topic>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<anchor id="r_afteruser" />
|
||||
|
||||
</toc>
|
||||
@@ -0,0 +1,224 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.toc"?>
|
||||
<!-- ========================== -->
|
||||
<!-- Define topics for the Tasks -->
|
||||
<!-- ========================== -->
|
||||
<toc label="Tasks">
|
||||
|
||||
<topic label="Running Eclipse" href="tasks/running_eclipse.htm" />
|
||||
|
||||
<anchor id="t_afterrunning" />
|
||||
|
||||
<topic label="Upgrading Eclipse" href="tasks/tasks-2.htm" />
|
||||
|
||||
<anchor id="t_afterupgrading" />
|
||||
|
||||
<topic label="Working with perspectives" href="tasks/tasks-1a.htm" >
|
||||
<topic label="Switching between perspectives" href="tasks/tasks-28.htm" />
|
||||
<topic label="Specifying the default perspective" href="tasks/tasks-31.htm" />
|
||||
<topic label="Opening perspectives" href="tasks/tasks-9f.htm" />
|
||||
<topic label="Changing where perspectives open" href="tasks/tasks-24.htm" />
|
||||
<topic label="Configuring perspectives" href="tasks/tasks-9k.htm" />
|
||||
<topic label="Saving a user defined perspective" href="tasks/tasks-9i.htm" />
|
||||
<topic label="Deleting a user defined perspective" href="tasks/tasks-9d.htm" />
|
||||
<topic label="Resetting perspectives" href="tasks/tasks-9j.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterworking_perspectives" />
|
||||
|
||||
<topic label="Working with views and editors" href="tasks/tasks-1b.htm" >
|
||||
<topic label="Opening views" href="tasks/tasks-3.htm" />
|
||||
<topic label="Moving and docking views" href="tasks/tasks-3e.htm" />
|
||||
<topic label="Rearranging tabbed views" href="tasks/tasks-3h.htm" />
|
||||
<topic label="Creating fast views" href="tasks/tasks-9b.htm" />
|
||||
<topic label="Working with fast views" href="tasks/tasks-9c.htm" />
|
||||
<topic label="Opening files for editing" href="tasks/tasks-46.htm" />
|
||||
<topic label="Associating editors with file types" href="tasks/tasks-51.htm" />
|
||||
<topic label="Editing files outside the Workbench" href="tasks/tasks-52.htm" />
|
||||
<topic label="Tiling editors" href="tasks/tasks-3g.htm" />
|
||||
<topic label="Maximizing a view or editor" href="tasks/tasks-3i.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterworking_views" />
|
||||
|
||||
<topic label="Customizing the Workbench" href="tasks/tasks-1.htm" >
|
||||
<topic label="Rearranging the main toolbar" href="tasks/ttoolbars.htm" />
|
||||
<topic label="Changing the key bindings" href="tasks/tkeybindings.htm" />
|
||||
<topic label="Changing fonts and colors" href="tasks/tasks-20.htm" />
|
||||
<topic label="Changing the placement of the tabs" href="tasks/tasks-9.htm" />
|
||||
<topic label="Controlling single and double click behavior" href="tasks/topenmode.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_aftercustomizing" />
|
||||
|
||||
<topic label="Working with projects, folders and files" href="tasks/tasks-1e.htm" >
|
||||
<topic label="Creating a project" href="tasks/tasks-42.htm" />
|
||||
<topic label="Closing projects" href="tasks/tasks-47.htm" />
|
||||
<topic label="Deleting projects" href="tasks/tasks-42b.htm" />
|
||||
<topic label="Creating a folder" href="tasks/tasks-43.htm" />
|
||||
<topic label="Creating a file" href="tasks/tasks-44.htm" />
|
||||
<topic label="Creating linked resources" href="tasks/tasks-45.htm" />
|
||||
<topic label="Moving resources" href="tasks/tasks-63.htm" />
|
||||
<topic label="Copying resources" href="tasks/tasks-63cg.htm" />
|
||||
<topic label="Renaming resources" href="tasks/tasks-66.htm" />
|
||||
<topic label="Deleting resources" href="tasks/tasks-67.htm" />
|
||||
<topic label="Viewing resources properties" href="tasks/tasks-49.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterworking_projects" />
|
||||
|
||||
|
||||
<topic label="Navigating and finding resources" href="tasks/tasks-1c.htm" >
|
||||
<topic label="Finding a resource quickly" href="tasks/tasks-46ag.htm" />
|
||||
<topic label="Searching for files" href="tasks/tasks-84b.htm" />
|
||||
<topic label="Searching for text within a file" href="tasks/tasks-84.htm" />
|
||||
<topic label="Sorting resources in the Navigator view" href="tasks/tasks-48.htm" />
|
||||
<topic label="Showing or hiding files in the Navigator view" href="tasks/tasks-48b.htm" />
|
||||
<topic label="Narrowing the scope of the Navigator view" href="tasks/tasks-46bg.htm" />
|
||||
<topic label="Linking the Navigator view to the active editor" href="tasks/tasks-18.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afternavigating" />
|
||||
|
||||
<topic label="Bookmarks, tasks and other markers" href="tasks/tasks-1d.htm" >
|
||||
<topic label="Creating a bookmark within a file" href="tasks/tasks-81.htm" />
|
||||
<topic label="Creating a bookmark for an entire file" href="tasks/tasks-81b.htm" />
|
||||
<topic label="Deleting a bookmark" href="tasks/tasks-82.htm" />
|
||||
<topic label="Adding line items in the Tasks view" href="tasks/tasks-77.htm" />
|
||||
<topic label="Associating a task with a resource" href="tasks/tasks-77b.htm" />
|
||||
<topic label="Deleting tasks" href="tasks/tasks-78.htm" />
|
||||
<topic label="Filtering the Tasks view" href="tasks/tasks-79.htm" />
|
||||
<topic label="Automatically fixing problems" href="tasks/tquickfix.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterbookmarks" />
|
||||
|
||||
<topic label="Comparing resources" href="tasks/tasks-68.htm" >
|
||||
<topic label="Setting preferences for comparing files" href="tasks/tasks-68b.htm" />
|
||||
<topic label="Understanding the comparison" href="tasks/tasks-68bg.htm" />
|
||||
<topic label="Merging changes in the compare editor" href="tasks/tasks-68dg.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_aftercomparing" />
|
||||
|
||||
<topic label="Working with local history" href="tasks/tasks-1f.htm" >
|
||||
<topic label="Comparing resources with the local history" href="tasks/tasks-70.htm" />
|
||||
<topic label="Replacing a resource with local history" href="tasks/tasks-87.htm" />
|
||||
<topic label="Restoring deleted resources from local history" href="tasks/tasks-87b.htm" />
|
||||
<topic label="Setting local history preferences" href="tasks/tasks-88.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterworking_local" />
|
||||
|
||||
<topic label="Importing" href="tasks/tasks-53.htm" >
|
||||
<topic label="Importing existing projects" href="tasks/tasks-importproject.htm" />
|
||||
<topic label="Importing resources from the file system" href="tasks/tasks-55.htm" />
|
||||
<topic label="Importing resources from a ZIP file" href="tasks/tasks-55bg.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterimporting" />
|
||||
|
||||
<topic label="Exporting" href="tasks/tasks-57.htm" >
|
||||
<topic label="Exporting resources to the file system" href="tasks/tasks-59.htm" />
|
||||
<topic label="Exporting resources to a ZIP file" href="tasks/tasks-59ag.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterexporting" />
|
||||
|
||||
<topic label="Building resources" href="tasks/tasks-73.htm" >
|
||||
<topic label="Performing builds automatically" href="tasks/tasks-16.htm" />
|
||||
<topic label="Performing builds manually" href="tasks/tasks-75.htm" />
|
||||
<topic label="Saving resources automatically before a manual build" href="tasks/tasks-17.htm" />
|
||||
<topic label="Changing build order" href="tasks/tasks-14.htm" />
|
||||
<topic label="Running external tools" href="tasks/tasks-exttools-running.htm" />
|
||||
<topic label="Running Ant buildfiles" href="tasks/tasks-ant-running.htm">
|
||||
<topic label="Modifying the Ant classpath" href="tasks/tasks-ant-classpath.htm"/>
|
||||
<topic label="Using a different version of Ant" href="tasks/tasks-ant-version.htm"/>
|
||||
<topic label="Adding new Ant tasks and types" href="tasks/tasks-ant-addtasksandtypes.htm"/>
|
||||
</topic>
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterbuilding" />
|
||||
|
||||
<!-- help topics -->
|
||||
<topic label="Using the help system" href="tasks/tasks-1g.htm" >
|
||||
<topic label="Accessing context-sensitive help" href="tasks/tf1help.htm" />
|
||||
<topic label="Accessing and navigating online help" href="tasks/taccess.htm" />
|
||||
<topic label="Searching online help" href="tasks/tsearch.htm" />
|
||||
<topic label="Setting help fonts and colors for accessibility" href="tasks/tfonts.htm" />
|
||||
<topic label="Changing the web browser used by the help system" href="tasks/tchgbrws.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterusing" />
|
||||
|
||||
<!-- team topics -->
|
||||
<topic label="Working in the team environment with CVS" href="tasks/tasks-1h.htm" >
|
||||
<topic label="Working with a CVS repository" href="tasks/tasks-1i.htm" >
|
||||
<topic label="Creating a CVS repository location" href="tasks/tasks-92.htm" />
|
||||
<topic label="Connecting and configuring CVS with SSH" href="tasks/tasks-cvs-ssh2.htm" />
|
||||
<topic label="Password Management" href="tasks/tasks-cvs-passwords.htm" />
|
||||
<topic label="Discarding a CVS repository location" href="tasks/tasks-94.htm" />
|
||||
<topic label="Refreshing the CVS Repositories View" href="tasks/tasks-93.htm" />
|
||||
<topic label="Discovering branch and version tags" href="tasks/tasks-110.htm" />
|
||||
<topic label="Changing the properties of a CVS repository location" href="tasks/tasks-95.htm" />
|
||||
<topic label="Changing the encoding of a CVS repository location" href="tasks/tasks-95a.htm" />
|
||||
<topic label="Setting the content type of a file extension" href="tasks/tasks-team-1.htm" />
|
||||
</topic>
|
||||
<topic label="Working with projects shared with CVS" href="tasks/tasks-1j.htm" >
|
||||
<topic label="Enabling the CVS resource decorations" href="tasks/tasks-107b.htm" />
|
||||
<topic label="Sharing a new project using CVS" href="tasks/tasks-117.htm" />
|
||||
<topic label="Project checked out with another CVS tool" href="tasks/tasks-117a.htm" />
|
||||
<topic label="Checking out a project from a CVS repository" href="tasks/tasks-96.htm" />
|
||||
<topic label="Checking out a module from a CVS repository" href="tasks/tasks-96a.htm" />
|
||||
<topic label="Checking out a folder into an existing project" href="tasks/tasks-96b.htm" />
|
||||
<topic label="Disconnecting a project from CVS" href="tasks/tasks-cvs-10.htm" />
|
||||
<topic label="Setting the CVS keyword substitution mode" href="tasks/tasks-cvs-11.htm" />
|
||||
<topic label="Filtering in the CVS Resource History view" href="tasks/tasks-cvs-16.htm" />
|
||||
<topic label="Changing the sharing of a project" href="tasks/tasks-117b.htm" />
|
||||
</topic>
|
||||
<topic label="Synchronizing with the repository" href="tasks/tasks-115.htm" >
|
||||
<topic label="Updating" href="tasks/tasks-113.htm" />
|
||||
<topic label="Committing" href="tasks/tasks-114.htm" />
|
||||
<topic label="Version control life cycle: adding and ignoring resources" href="tasks/tasks-100d.htm" >
|
||||
<topic label="Creating a global pattern" href="tasks/tasks-100d1.htm" />
|
||||
<topic label="Authoring the CVS .cvsignore file" href="tasks/tasks-100d2.htm" />
|
||||
<topic label="Overriding or removing resource ignore patterns" href="tasks/tasks-100d1b.htm" />
|
||||
</topic>
|
||||
<topic label="Resolving conflicts" href="tasks/tasks-113b.htm" />
|
||||
<topic label="Branching" href="tasks/tasks-100a.htm" />
|
||||
<topic label="Merging from a branch" href="tasks/tasks-100b.htm" />
|
||||
<topic label="Viewing a file's revision history" href="tasks/tasks-119.htm" />
|
||||
</topic>
|
||||
<topic label="Versioning" href="tasks/tasks-1k.htm" >
|
||||
<topic label="Creating a version of a project" href="tasks/tasks-100.htm" />
|
||||
<topic label="Versioning projects in the repository" href="tasks/tasks-118.htm" />
|
||||
</topic>
|
||||
<topic label="Comparing resources with repository versions" href="tasks/tasks-101.htm" />
|
||||
<topic label="Working with patches" href="tasks/tasks-68c.htm" />
|
||||
<topic label="Replacing resources in the workbench" href="tasks/tasks-103.htm" />
|
||||
<topic label="Finding out who's working on what: watch/edit" href="tasks/tasks-cvs-watch.htm" />
|
||||
<topic label="Finding out who's to blame with Annotate" href="tasks/tasks-cvs-annotate.htm" />
|
||||
<topic label="Quick Diff: Showing changes in a text editor" href="tasks/tasks-cvs-quickdiff.htm" />
|
||||
<topic label="Changing CVS team settings" href="tasks/tasks-105.htm" />
|
||||
<topic label="Restoring deleted files from the repository" href="tasks/tasks-105a.htm" />
|
||||
<topic label="Reverting a branch to a previous version" href="tasks/tasks-105b.htm" />
|
||||
<topic label="Moving version tags" href="tasks/tasks-105c.htm" />
|
||||
<topic label="Running the CVS command-line client outside of Eclipse" href="tasks/task-team-cmdlineclient.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterworking_team" />
|
||||
|
||||
|
||||
<!-- install update topics -->
|
||||
<topic label="Updating features with the update manager" href="tasks/tasks-36.htm" >
|
||||
<topic label="Inspecting the current configuration" href="tasks/tasks-33.htm" />
|
||||
<topic label="Restoring a saved configuration" href="tasks/tasks-38.htm" />
|
||||
<topic label="Installing new features with the update manager" href="tasks/tasks-34.htm" />
|
||||
<topic label="Enable, disable, uninstall a feature" href="tasks/tasks-35.htm" />
|
||||
<topic label="Update policy" href="tasks/tasks-37.htm" />
|
||||
<topic label="Automatic update scheduler" href="tasks/tasks-37a.htm" />
|
||||
</topic>
|
||||
|
||||
<anchor id="t_afterupdating" />
|
||||
|
||||
</toc>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Reference in New Issue
Block a user