Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8c8caf7d1c17cfedb293fdf03c264894cabc5b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>

 	<!-- ********************************** -->
 	<!-- 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>
      <!-- Old reference fom 1.0 -->
      <topic label="More info" href="reference/ref20.html"/>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- TargetMenuActions 					-->
 	<!-- ********************************** -->
	
	<context id="target_get_action_context">
   		<description>Downloads the file(s) from the remote server
		</description>
   	</context>

 	<context id="target_put_action_context">
   		<description>Uploads the file(s) to the remote server
		</description>
   	</context>
   	
   	<context id="target_synchronize_action_context">
   		<description>Gets the remote &amp; local projects in sync with each other
		</description>
   	</context>
   	
   	<context id="target_getas_action_context">
   		<description>Save the file with a different name
		</description>
   	</context>
   	
   	<context id="target_getasproject_action_context">
   		<description>Save the project under a different name
		</description>
   	</context>
   	
   	<context id="target_disconnect_action_context">
   		<description>Remove the Target provider
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- TargetCatchupReleaseViewer			-->
 	<!-- ********************************** -->
	
	<context id="catchup_release_viewer_context">
   		<description>Bring the local project up-to-date with the remote one
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- TargetActions			-->
 	<!-- ********************************** -->
   	
   	<context id="sync_get_action">
   		<description>Sync the local project to the remote one
		</description>
   	</context>
   	
   	<context id="sync_put_action">
   		<description>Sync the remote project to the local one
		</description>
   	</context>
   	
   	<!-- ********************************** -->
 	<!-- Views					            -->
 	<!-- ********************************** -->
 	
 	<context  id="site_explorer_view">
      <description>This view allows you to manipulate the files on the remote server.
      </description>
   	</context>
   	
</contexts>

Back to the top