Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 84193 Details for
Bug 184625
[New IAC] No CSH available for Preferences Page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch after move xml help file to infopop subdir
184625 patch.txt (text/plain), 8.90 KB, created by
Bing Xu
on 2007-11-30 11:36:41 EST
(
hide
)
Description:
patch after move xml help file to infopop subdir
Filename:
MIME Type:
Creator:
Bing Xu
Created:
2007-11-30 11:36:41 EST
Size:
8.90 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.iac.administrator >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.iac.administrator/plugin.xml,v >retrieving revision 1.1 >diff -u -r1.1 plugin.xml >--- plugin.xml 12 Apr 2007 18:02:53 -0000 1.1 >+++ plugin.xml 30 Nov 2007 16:35:15 -0000 >@@ -17,4 +17,12 @@ > </initializer> > </extension> > >+ >+ <extension point="org.eclipse.help.contexts"> >+ <contexts >+ file="infopop/IACHelpContexts.xml" >+ plugin="org.eclipse.tptp.platform.iac.administrator"> >+ </contexts> >+ >+ </extension> > </plugin> >Index: build.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.iac.administrator/build.properties,v >retrieving revision 1.1 >diff -u -r1.1 build.properties >--- build.properties 12 Apr 2007 18:02:53 -0000 1.1 >+++ build.properties 30 Nov 2007 16:35:15 -0000 >@@ -4,5 +4,6 @@ > META-INF/,\ > plugin.xml,\ > plugin.properties,\ >- about.html >+ about.html,\ >+ infopop/IACHelpContexts.xml > >\ No newline at end of file >Index: src/org/eclipse/tptp/platform/iac/administrator/internal/preference/IACPreferencePage.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.iac.administrator/src/org/eclipse/tptp/platform/iac/administrator/internal/preference/IACPreferencePage.java,v >retrieving revision 1.6 >diff -u -r1.6 IACPreferencePage.java >--- src/org/eclipse/tptp/platform/iac/administrator/internal/preference/IACPreferencePage.java 8 May 2007 15:01:17 -0000 1.6 >+++ src/org/eclipse/tptp/platform/iac/administrator/internal/preference/IACPreferencePage.java 30 Nov 2007 16:35:15 -0000 >@@ -42,6 +42,7 @@ > import org.eclipse.tptp.platform.iac.administrator.internal.startstop.AutoStartStop; > import org.eclipse.ui.IWorkbench; > import org.eclipse.ui.IWorkbenchPreferencePage; >+import org.eclipse.ui.PlatformUI; > import org.eclipse.ui.dialogs.PreferenceLinkArea; > import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer; > >@@ -140,7 +141,25 @@ > > /* Get the saved values from the preference store */ > refreshValuesFromPreference(); >+ > >+ //bug 184625, add CSH >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(enableIACButton, AdminPlugin.PLUGIN_ID+".iacpp0001"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(disableIACButton, AdminPlugin.PLUGIN_ID+".iacpp0002"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(modifyLink.getControl(), AdminPlugin.PLUGIN_ID+".iacpp0003"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(localHostButton, AdminPlugin.PLUGIN_ID+".iacpp0004"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(customHostButton, AdminPlugin.PLUGIN_ID+".iacpp0005"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(allHostButton, AdminPlugin.PLUGIN_ID+".iacpp0006"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(addHostButton, AdminPlugin.PLUGIN_ID+".iacpp0007"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(removeHostButton, AdminPlugin.PLUGIN_ID+".iacpp0008"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(editHostButton, AdminPlugin.PLUGIN_ID+".iacpp0009"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(securityOnButton, AdminPlugin.PLUGIN_ID+".iacpp0010"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(securityOffButton, AdminPlugin.PLUGIN_ID+".iacpp0011"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(customUserButton, AdminPlugin.PLUGIN_ID+".iacpp0012"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(anyUserButton, AdminPlugin.PLUGIN_ID+".iacpp0013"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(addUserButton, AdminPlugin.PLUGIN_ID+".iacpp0014"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(removeUserButton, AdminPlugin.PLUGIN_ID+".iacpp0015"); >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(editUserButton, AdminPlugin.PLUGIN_ID+".iacpp0016"); > return composite; > } > >Index: infopop/IACHelpContexts.xml >=================================================================== >RCS file: infopop/IACHelpContexts.xml >diff -N infopop/IACHelpContexts.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ infopop/IACHelpContexts.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,126 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<?NLS type="org.eclipse.help.contexts"?> >+ >+<contexts> >+<context id="iacpp0001"> >+<description>Enable Integrated Agent Controller >+</description> >+<topic label="Integrated Agent Controller Overview" href="../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html"/> >+</context> >+ >+<context id="iacpp0002"> >+<description>Disable Integrated Agent Controller >+</description> >+<topic label="Integrated Agent Controller Overview" href="../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html"/> >+</context> >+ >+ >+<context id="iacpp0003"> >+<description>Select Java Executable used by IAC >+</description> >+<topic label="Configure Agent Controller" href="../org.eclipse.tptp.platform.doc.user/concepts/t_config_ac_env.html"/> >+</context> >+ >+ >+<context id="iacpp0004"> >+<description>Allow only localhost to access Integrated Agent Controller >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0005"> >+<description>Specify a list of hosts to access Integrated Agent Controller >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0006"> >+<description>Allow all hosts to access Integrated Agent Controller >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+ >+<context id="iacpp0006"> >+<description>Allow all hosts to access Integrated Agent Controller >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0006"> >+<description>Allow all hosts to access Integrated Agent Controller >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0007"> >+<description>Add a host >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0008"> >+<description>Remove a host >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0009"> >+<description>Edit a host information >+</description> >+<topic label="Configure Host Access" href="../org.eclipse.tptp.platform.doc.user/concepts/tecntcla.html"/> >+</context> >+ >+<context id="iacpp0010"> >+<description>Enable security. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0011"> >+<description>Disable security. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0012"> >+<description>Specify a list of users that are allowed to access Internal Agent Controller. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0013"> >+<description>Allow all users to access Internal Agent Controller. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0014"> >+<description>Specify a list of users which are allowed to access Internal Agent Controller. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0015"> >+<description>Add a user. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+ >+<context id="iacpp0016"> >+<description>Remove a user. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+<context id="iacpp0017"> >+<description>Edit a user information. >+</description> >+<topic label="Configure Security Settings" href="../org.eclipse.tptp.platform.doc.user/concepts/tchange_sec_settings.htm"/> >+</context> >+ >+ >+</contexts> >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184625
:
81075
| 84193