Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 184625
Collapse All | Expand All

(-)plugin.xml (+8 lines)
Lines 17-20 Link Here
17
      </initializer>
17
      </initializer>
18
   </extension>
18
   </extension>
19
19
20
21
	<extension point="org.eclipse.help.contexts">
22
      <contexts
23
            file="infopop/IACHelpContexts.xml"
24
            plugin="org.eclipse.tptp.platform.iac.administrator">
25
      </contexts>
26
      
27
   </extension>
20
</plugin>
28
</plugin>
(-)build.properties (-1 / +2 lines)
Lines 4-8 Link Here
4
               META-INF/,\
4
               META-INF/,\
5
               plugin.xml,\
5
               plugin.xml,\
6
               plugin.properties,\
6
               plugin.properties,\
7
               about.html
7
               about.html,\
8
               infopop/IACHelpContexts.xml
8
  
9
  
(-)src/org/eclipse/tptp/platform/iac/administrator/internal/preference/IACPreferencePage.java (+19 lines)
Lines 42-47 Link Here
42
import org.eclipse.tptp.platform.iac.administrator.internal.startstop.AutoStartStop;
42
import org.eclipse.tptp.platform.iac.administrator.internal.startstop.AutoStartStop;
43
import org.eclipse.ui.IWorkbench;
43
import org.eclipse.ui.IWorkbench;
44
import org.eclipse.ui.IWorkbenchPreferencePage;
44
import org.eclipse.ui.IWorkbenchPreferencePage;
45
import org.eclipse.ui.PlatformUI;
45
import org.eclipse.ui.dialogs.PreferenceLinkArea;
46
import org.eclipse.ui.dialogs.PreferenceLinkArea;
46
import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer;
47
import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer;
47
48
Lines 140-146 Link Here
140
		
141
		
141
		/* Get the saved values from the preference store */
142
		/* Get the saved values from the preference store */
142
		refreshValuesFromPreference();
143
		refreshValuesFromPreference();
144
143
		
145
		
146
		//bug 184625, add CSH
147
		PlatformUI.getWorkbench().getHelpSystem().setHelp(enableIACButton, AdminPlugin.PLUGIN_ID+".iacpp0001");
148
		PlatformUI.getWorkbench().getHelpSystem().setHelp(disableIACButton, AdminPlugin.PLUGIN_ID+".iacpp0002");
149
		PlatformUI.getWorkbench().getHelpSystem().setHelp(modifyLink.getControl(), AdminPlugin.PLUGIN_ID+".iacpp0003");
150
		PlatformUI.getWorkbench().getHelpSystem().setHelp(localHostButton, AdminPlugin.PLUGIN_ID+".iacpp0004");
151
		PlatformUI.getWorkbench().getHelpSystem().setHelp(customHostButton, AdminPlugin.PLUGIN_ID+".iacpp0005");
152
		PlatformUI.getWorkbench().getHelpSystem().setHelp(allHostButton, AdminPlugin.PLUGIN_ID+".iacpp0006");
153
		PlatformUI.getWorkbench().getHelpSystem().setHelp(addHostButton, AdminPlugin.PLUGIN_ID+".iacpp0007");
154
		PlatformUI.getWorkbench().getHelpSystem().setHelp(removeHostButton, AdminPlugin.PLUGIN_ID+".iacpp0008");
155
		PlatformUI.getWorkbench().getHelpSystem().setHelp(editHostButton, AdminPlugin.PLUGIN_ID+".iacpp0009");
156
		PlatformUI.getWorkbench().getHelpSystem().setHelp(securityOnButton, AdminPlugin.PLUGIN_ID+".iacpp0010");
157
		PlatformUI.getWorkbench().getHelpSystem().setHelp(securityOffButton, AdminPlugin.PLUGIN_ID+".iacpp0011");
158
		PlatformUI.getWorkbench().getHelpSystem().setHelp(customUserButton, AdminPlugin.PLUGIN_ID+".iacpp0012");
159
		PlatformUI.getWorkbench().getHelpSystem().setHelp(anyUserButton, AdminPlugin.PLUGIN_ID+".iacpp0013");
160
		PlatformUI.getWorkbench().getHelpSystem().setHelp(addUserButton, AdminPlugin.PLUGIN_ID+".iacpp0014");
161
		PlatformUI.getWorkbench().getHelpSystem().setHelp(removeUserButton, AdminPlugin.PLUGIN_ID+".iacpp0015");
162
		PlatformUI.getWorkbench().getHelpSystem().setHelp(editUserButton, AdminPlugin.PLUGIN_ID+".iacpp0016");
144
		return composite;
163
		return composite;
145
	}
164
	}
146
	
165
	
(-)infopop/IACHelpContexts.xml (+126 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?NLS type="org.eclipse.help.contexts"?>
3
4
<contexts>
5
<context id="iacpp0001">
6
<description>Enable Integrated Agent Controller
7
</description>
8
<topic label="Integrated Agent Controller Overview" href="../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html"/>
9
</context>
10
11
<context id="iacpp0002">
12
<description>Disable Integrated Agent Controller
13
</description>
14
<topic label="Integrated Agent Controller Overview" href="../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html"/>
15
</context>
16
17
18
<context id="iacpp0003">
19
<description>Select Java Executable used by IAC
20
</description>
21
<topic label="Configure Agent Controller" href="../org.eclipse.tptp.platform.doc.user/concepts/t_config_ac_env.html"/>
22
</context>
23
24
25
<context id="iacpp0004">
26
<description>Allow only localhost to access Integrated Agent Controller
27
</description>
28
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
29
</context>
30
31
<context id="iacpp0005">
32
<description>Specify a list of hosts to access Integrated Agent Controller
33
</description>
34
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
35
</context>
36
37
<context id="iacpp0006">
38
<description>Allow all hosts to access Integrated Agent Controller
39
</description>
40
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
41
</context>
42
43
44
<context id="iacpp0006">
45
<description>Allow all hosts to access Integrated Agent Controller
46
</description>
47
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
48
</context>
49
50
<context id="iacpp0006">
51
<description>Allow all hosts to access Integrated Agent Controller
52
</description>
53
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
54
</context>
55
56
<context id="iacpp0007">
57
<description>Add a host
58
</description>
59
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
60
</context>
61
62
<context id="iacpp0008">
63
<description>Remove a host
64
</description>
65
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
66
</context>
67
68
<context id="iacpp0009">
69
<description>Edit a host information
70
</description>
71
<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/>
72
</context>
73
74
<context id="iacpp0010">
75
<description>Enable security.
76
</description>
77
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
78
</context>
79
80
<context id="iacpp0011">
81
<description>Disable security.
82
</description>
83
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
84
</context>
85
86
<context id="iacpp0012">
87
<description>Specify a list of users that are allowed to access Internal Agent Controller.
88
</description>
89
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
90
</context>
91
92
<context id="iacpp0013">
93
<description>Allow all users to access Internal Agent Controller.
94
</description>
95
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
96
</context>
97
98
<context id="iacpp0014">
99
<description>Specify a list of users which are allowed to access Internal Agent Controller.
100
</description>
101
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
102
</context>
103
104
<context id="iacpp0015">
105
<description>Add a user.
106
</description>
107
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
108
</context>
109
110
111
<context id="iacpp0016">
112
<description>Remove a user.
113
</description>
114
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
115
</context>
116
117
<context id="iacpp0017">
118
<description>Edit a user information.
119
</description>
120
<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/>
121
</context>
122
123
124
</contexts>
125
126

Return to bug 184625