[jbosstools-commits] JBoss Tools SVN: r6780 - in trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Mar 7 10:13:04 EST 2008


Author: dazarov
Date: 2008-03-07 10:13:04 -0500 (Fri, 07 Mar 2008)
New Revision: 6780

Added:
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/ASContextHelp.xml
Modified:
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1692

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/ASContextHelp.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/ASContextHelp.xml	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/ASContextHelp.xml	2008-03-07 15:13:04 UTC (rev 6780)
@@ -0,0 +1,27 @@
+<contexts>
+	<context id="run_on_server" title="Run On Server">
+		<description>Run On Server Wizard</description>
+		<topic href="modules.html#run_on_server_wizard" label="Deploying with Run On Server Wizard"/>
+	</context>
+	<context id="add_and_remove_projects" title="Add and Remove Projects">
+		<description>Add and Remove Projects Wizard</description>
+		<topic href="quick_start.html#deployment" label="Deploying an Application to a Server"/>
+		<topic href="modules.html#single_file_deployment" label="Deploying single files"/>
+	</context>
+	<context id="new_xpath" title="New XPath">
+		<description>New XPath Wizard</description>
+		<topic href="perspective.html#d0e779" label="Bottom Part of the JBoss Server View"/>
+	</context>
+	<context id="new_war" title="New WAR">
+		<description>New WAR Wizard</description>
+		<topic href="perspective.html#Creating an archive" label="Creating an Archive"/>
+	</context>
+	<context id="fileset" title="Fileset Wizard">
+		<description>Fileset Wizard</description>
+		<topic href="perspective.html#CreatingaFileSet" label="Creating a FileSet"/>
+	</context>
+	<context id="new_server_runtime" title="New Server Runtime">
+		<description>New Server Runtime Wizard</description>
+		<topic href="runtimes_servers.html#d0e246" label="Runtimes"/>
+	</context>
+</contexts>
\ No newline at end of file

Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF	2008-03-07 15:05:46 UTC (rev 6779)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF	2008-03-07 15:13:04 UTC (rev 6780)
@@ -4,4 +4,5 @@
 Bundle-SymbolicName: org.jboss.ide.eclipse.as.doc.user;singleton:=true
 Bundle-Version: 1.0.0
 Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.help

Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml	2008-03-07 15:05:46 UTC (rev 6779)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml	2008-03-07 15:13:04 UTC (rev 6780)
@@ -6,6 +6,13 @@
 		<toc
         file="toc.xml"
         primary="true"/>
-	</extension>
+	</extension>
+ <extension
+       point="org.eclipse.help.contexts">
+    <contexts
+          file="ASContextHelp.xml"
+          plugin="org.jboss.ide.eclipse.as.doc.user">
+    </contexts>
+ </extension>
 
 </plugin>




More information about the jbosstools-commits mailing list