[jbosstools-commits] JBoss Tools SVN: r6738 - in trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Mar 6 17:19:07 EST 2008


Author: dgolovin
Date: 2008-03-06 17:19:07 -0500 (Thu, 06 Mar 2008)
New Revision: 6738

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

JSF an Strats classic reference

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.classpath
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.classpath	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.classpath	2008-03-06 22:19:07 UTC (rev 6738)
@@ -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/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.project
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.project	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.project	2008-03-06 22:19:07 UTC (rev 6738)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.jsf.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/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/META-INF/MANIFEST.MF	2008-03-06 22:19:07 UTC (rev 6738)
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: JSF and Struts Guide Plug-in
+Bundle-SymbolicName: org.jboss.tools.jsf.doc.user;singleton:=true
+Bundle-Version: 1.0.0
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Eclipse-LazyStart: true


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

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/build.properties
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/build.properties	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/build.properties	2008-03-06 22:19:07 UTC (rev 6738)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .


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

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/doc.zip
===================================================================
(Binary files differ)


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

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/plugin.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/plugin.xml	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/plugin.xml	2008-03-06 22:19:07 UTC (rev 6738)
@@ -0,0 +1,9 @@
+<?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/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/plugin.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/toc.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/toc.xml	                        (rev 0)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.doc.user/org.jboss.tools.jsf.doc.user/toc.xml	2008-03-06 22:19:07 UTC (rev 6738)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+<toc label="JSF and Struts Classic Reference Manual" topic="index.html">
+   <topic label="Introduction" href="introduction.html"/>
+   <topic label="Getting Started Guide for&#xA;Creating a JSF Application" href="jsf_application.html">
+      <topic label="Creating a Simple JSF Application" href="jsf_application.html#CreatingAJSFApplication"/>
+      <topic label="Setting Up the Project" href="jsf_application.html#SettingUpTheProject"/>
+      <topic label="The JSF Application Configuration File" href="jsf_application.html#TheJSFApplicationConfigurationFile"/>
+      <topic label="Adding Navigation to the Application" href="jsf_application.html#AddingNavigationToTheApplication">
+         <topic label="Adding Two Views (JSP Pages)" href="jsf_application.html#AddingTwoViews(JSPPages)">
+            <topic label="Creating the Transition (Navigation Rule)" href="jsf_application.html#CreatingTheTransition(NavigationRule)"/>
+         </topic>
+      </topic>
+      <topic label="Adding a Managed Bean to the Application" href="jsf_application.html#AddingAManagedBeanToTheApplication"/>
+      <topic label="Editing the JSP View Files" href="jsf_application.html#EditingTheJSPViewFiles">
+         <topic label="inputname.jsp" href="jsf_application.html#Inputname.jsp"/>
+         <topic label="greeting.jsp" href="jsf_application.html#Greeting.jsp"/>
+      </topic>
+      <topic label="Creating the Start Page" href="jsf_application.html#CreatingTheStartPage"/>
+      <topic label="Running the Application" href="jsf_application.html#RunningTheApplicationJSF"/>
+      <topic label="Other relevant resources on the topic" href="jsf_application.html#OtherRelevantResourcesOnTheTopic3"/>
+   </topic>
+   <topic label="Getting Started Guide for Creating a Struts Application" href="struts_application.html">
+      <topic label="Starting Up" href="struts_application.html#StartingUp"/>
+      <topic label="Creating the Application Components" href="struts_application.html#CreatingtheApplicationComponents">
+         <topic label="Creating JSP Page Placeholders" href="struts_application.html#CreatingJSPPagePlaceholders">
+            <topic label="Creating the Page Placeholders" href="struts_application.html#CreatingthePagePlaceholders"/>
+            <topic label="Placing the Page Placeholders" href="struts_application.html#PlacingthePagePlaceholders"/>
+         </topic>
+         <topic label="Creating an Action Mappings" href="struts_application.html#CreatinganActionMappings"/>
+         <topic label="Creating a Link" href="struts_application.html#CreatingaLink"/>
+         <topic label="Creating a Forward" href="struts_application.html#CreatingaForward"/>
+         <topic label="Creating a Global Forward" href="struts_application.html#CreatingaGlobalForward"/>
+         <topic label="Creating a Form Bean" href="struts_application.html#CreatingaFormBean"/>
+      </topic>
+      <topic label="Generating Stub Coding" href="struts_application.html#GeneratingStubCoding"/>
+      <topic label="Coding the Various Files" href="struts_application.html#CodingtheVariousFiles">
+         <topic label="Java Stub Classes" href="struts_application.html#JavaStubClasses">
+            <topic label="GetNameForm.java" href="struts_application.html#GetNameForm.java"/>
+            <topic label="GreetingAction.java" href="struts_application.html#GreetingAction.java"/>
+         </topic>
+         <topic label="JSP Pages" href="struts_application.html#JSPPages">
+            <topic label="inputname.jsp" href="struts_application.html#inputname.jsp"/>
+            <topic label="greeting.jsp" href="struts_application.html#greeting.jsp"/>
+            <topic label="index.jsp" href="struts_application.html#index.jsp"/>
+         </topic>
+      </topic>
+      <topic label="Compiling the Classes" href="struts_application.html#CompilingtheClasses"/>
+      <topic label="Running the Application" href="struts_application.html#RunningtheApplication"/>
+      <topic label="Other relevant resources on the topic" href="struts_application.html#OtherRelevantResourcesOnTheTopic4"/>
+   </topic>
+   <topic label="Getting Started Struts Validation Examples" href="struts_validation.html">
+      <topic label="Starting Point" href="struts_validation.html#StartingPoint"/>
+      <topic label="Defining the Validation Rule" href="struts_validation.html#DefiningTheValidationRule"/>
+      <topic label="Client-Side Validation" href="struts_validation.html#Client-SideValidation"/>
+      <topic label="Server Side Validation" href="struts_validation.html#Server-SideValidation"/>
+      <topic label="Editing the JSP File" href="struts_validation.html#EditingTheJSPFile"/>
+      <topic label="Editing the Action" href="struts_validation.html#EditingTheAction"/>
+      <topic label="Editing the Form Bean" href="struts_validation.html#EditingTheFormBean"/>
+      <topic label="Other Resources" href="struts_validation.html#OtherResource"/>
+   </topic>
+</toc>
\ No newline at end of file


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




More information about the jbosstools-commits mailing list