[jbosstools-commits] JBoss Tools SVN: r6748 - 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
Thu Mar 6 17:25:41 EST 2008


Author: dgolovin
Date: 2008-03-06 17:25:41 -0500 (Thu, 06 Mar 2008)
New Revision: 6748

Added:
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.classpath
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.project
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/build.properties
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/doc.zip
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml
   trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/toc.xml
Log:
http://jira.jboss.org/jira/browse/JBIDE-1692

JBoss Server Manager refernce guide

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.classpath
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.classpath	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.classpath	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.project
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.project	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.project	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.ide.eclipse.as.doc.user</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: 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	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JBoss AS User Guide Plug-in
+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


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/build.properties
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/build.properties	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/build.properties	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/doc.zip
===================================================================
(Binary files differ)


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/doc.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+	<extension point="org.eclipse.help.toc">
+		<toc
+        file="toc.xml"
+        primary="true"/>
+	</extension>
+
+</plugin>


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/plugin.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/toc.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/toc.xml	                        (rev 0)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/toc.xml	2008-03-06 22:25:41 UTC (rev 6748)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<toc xmlns="http://www.w3.org/TR/xhtml1/transitional" label="JBoss Server Manager Reference Guide" topic="index.html">
+   <topic label="Quick Start with JBoss Server" href="quick_start.html">
+      <topic label="Starting JBoss server" href="quick_start.html#starting"/>
+      <topic label="Stopping JBoss Server" href="quick_start.html#stopping"/>
+      <topic label="Project Archiving" href="quick_start.html#archiving"/>
+      <topic label="Deploying an Application to a Server" href="quick_start.html#deployment"/>
+   </topic>
+   <topic label="Runtimes and Servers in the JBoss AS plugin" href="runtimes_servers.html">
+      <topic label="Runtimes" href="runtimes_servers.html#d0e246">
+         <topic label="Installing a new Runtime" href="runtimes_servers.html#InstNewRuntime"/>
+      </topic>
+      <topic label="Servers" href="runtimes_servers.html#d0e386">
+         <topic label="Creating a New Server" href="runtimes_servers.html#d0e399"/>
+      </topic>
+   </topic>
+   <topic label="JBoss AS Perspective" href="perspective.html">
+      <topic label="The JBoss Server View" href="perspective.html#JBossServerView">
+         <topic label="Top Part of the JBoss Server View" href="perspective.html#d0e546"/>
+         <topic label="Bottom Part of the JBoss Server View" href="perspective.html#d0e779">
+            <topic label="Relevant Resources Links" href="perspective.html#d0e1055"/>
+         </topic>
+      </topic>
+      <topic label="Project Archives View" href="perspective.html#Project_archivesView">
+         <topic label="Overview" href="perspective.html#archives_overview"/>
+         <topic label="Creating an Archive" href="perspective.html#Creating an archive">
+            <topic label="Creating a Folder" href="perspective.html#CreatingaFolder"/>
+            <topic label="Creating a FileSet" href="perspective.html#CreatingaFileSet"/>
+         </topic>
+         <topic label="Archive Actions" href="perspective.html#View Actions"/>
+         <topic label="Publishing to Server" href="perspective.html#PublishToServer"/>
+         <topic label="Relevant Resources Links" href="perspective.html#d0e1302"/>
+      </topic>
+   </topic>
+   <topic label="Projects" href="webtools.html">
+      <topic label="Faceted Projects Overview" href="webtools.html#d0e1320"/>
+      <topic label="Adding Facets to a Project" href="webtools.html#d0e1335"/>
+   </topic>
+   <topic label="Deploying Modules" href="modules.html">
+      <topic label="Deploying on the Package Explorer" href="modules.html#d0e1440">
+         <topic label="Deploying with Run On Server Wizard" href="modules.html#run_on_server_wizard"/>
+         <topic label="Deploying single files" href="modules.html#single_file_deployment"/>
+      </topic>
+      <topic label="Deploying with JBoss Server View" href="modules.html#d0e1552">
+         <topic label="Top part of JBoss Server View" href="modules.html#d0e1560"/>
+         <topic label="Bottom part of JBoss Server View" href="modules.html#d0e1594"/>
+      </topic>
+      <topic label="Deploying with Project Archives View" href="modules.html#d0e1631"/>
+   </topic>
+</toc>
\ No newline at end of file


Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.doc.user/toc.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the jbosstools-commits mailing list