JBoss Tools SVN: r29850 - in trunk/jmx/docs/reference/en-US: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 23:06:43 -0400 (Wed, 16 Mar 2011)
New Revision: 29850
Modified:
trunk/jmx/docs/reference/en-US/images/eclipse-jmx_0.2.png
trunk/jmx/docs/reference/en-US/images/invokemethod.png
trunk/jmx/docs/reference/en-US/images/mbeans.png
trunk/jmx/docs/reference/en-US/images/new_connection_icon.png
trunk/jmx/docs/reference/en-US/introduction.xml
trunk/jmx/docs/reference/en-US/tasks.xml
Log:
"Fixed spelling errors"
Modified: trunk/jmx/docs/reference/en-US/images/eclipse-jmx_0.2.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en-US/images/invokemethod.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en-US/images/mbeans.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en-US/images/new_connection_icon.png
===================================================================
(Binary files differ)
Modified: trunk/jmx/docs/reference/en-US/introduction.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/introduction.xml 2011-03-17 03:03:24 UTC (rev 29849)
+++ trunk/jmx/docs/reference/en-US/introduction.xml 2011-03-17 03:06:43 UTC (rev 29850)
@@ -129,7 +129,7 @@
<para>Here, we are going to explain how to install the <productname>JMX plugin</productname> into Eclipse.</para>
<para>
- <productname>JBoss JMX Tools</productname> is one module of the <productname>JBoss Tools</productname> project. <productname> JBoss JMX Tools</productname> has no dependency on any other part of <productname>JBoss Tools</productname>, and can be downloaded as a standalone Eclipse plugin. Even though the <productname>JMX Tools</productname> have no dependencies on other plugins, such as <productname>AS Tools</productname>, <productname>JBoss JMX Tools</productname> do depend on the JMX Tooling and even extend it.
+ <productname>JBoss JMX Tools</productname> is one module of the <productname>JBoss Tools</productname> project. <productname> JBoss JMX Tools</productname> has no dependency on any other part of <productname>JBoss Tools</productname>, and can be downloaded as a stand alone Eclipse plugin. Even though the <productname>JMX Tools</productname> have no dependencies on other plugins, such as <productname>AS Tools</productname>, <productname>JBoss JMX Tools</productname> do depend on the JMX Tooling and even extend it.
</para>
<para>
Modified: trunk/jmx/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/tasks.xml 2011-03-17 03:03:24 UTC (rev 29849)
+++ trunk/jmx/docs/reference/en-US/tasks.xml 2011-03-17 03:06:43 UTC (rev 29850)
@@ -60,7 +60,7 @@
</listitem>
<listitem>
- <para>Start the <code>Main</code> application, specifying the properties that expose Main for remote management:</para>
+ <para>Start the <code>Main</code> application, specifying the properties that expose <code>Main</code> for remote management:</para>
<programlisting role="XML"><![CDATA[
java -Dcom.sun.management.jmxremote.port=9999 \
@@ -85,7 +85,7 @@
<listitem>
<para>
- In the <guilabel>Create JMX Connection</guilabel> dialog, click the <guibutton>Next</guibutton> button and then click the <property>Advanced</property> tab.
+ In the <guilabel>Create JMX Connection</guilabel> dialog, click the <guibutton>Next</guibutton> button and then click the <guilabel>Advanced</guilabel> tab.
</para>
</listitem>
@@ -124,7 +124,7 @@
<para> You will get the "Operation invoked successfully" message. </para>
<figure>
- <title>Ivoking Method via JMX</title>
+ <title>Invoking Method via JMX</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/invokemethod.png"/>
@@ -135,8 +135,15 @@
<listitem>
<para>
- The final step is to make sure the application worked as expected. Open the terminal where you launched the application in step 3. Now you see the "hello, world" message on the screen.
+ The final step is to make sure the application worked as expected. Open the terminal where you launched the application in step 3. You should see output similar to the following:
</para>
+
+ <screen>[matthew@localhost jmx_examples]$ java -Dcom.sun.management.jmxremote.port=9999 \
+> -Dcom.sun.management.jmxremote.authenticate=false \
+> -Dcom.sun.management.jmxremote.ssl=false \
+> com.example.Main
+Waiting for incoming requests...
+hello, world</screen>
</listitem>
</orderedlist>
13 years, 10 months
JBoss Tools SVN: r29849 - trunk/jbpm/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 23:03:24 -0400 (Wed, 16 Mar 2011)
New Revision: 29849
Modified:
trunk/jbpm/docs/reference/en-US/tasks.xml
Log:
"Fixed spelling errors"
Modified: trunk/jbpm/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/tasks.xml 2011-03-17 02:57:44 UTC (rev 29848)
+++ trunk/jbpm/docs/reference/en-US/tasks.xml 2011-03-17 03:03:24 UTC (rev 29849)
@@ -155,7 +155,7 @@
<?dbhtml filename="adding_the_nodes.html"?>
<title>Adding the Nodes</title>
<para>
- Add the <emphasis><property>Start</property>, </emphasis><emphasis><property>State</property></emphasis> and <emphasis><property>End</property></emphasis> nodes to the process definition by selecting the appropiate option from the tools palette and clicking on the canvas. The result should look similar to this:
+ Add the <emphasis><property>Start</property>, </emphasis><emphasis><property>State</property></emphasis> and <emphasis><property>End</property></emphasis> nodes to the process definition by selecting the appropriate option from the tools palette and clicking on the canvas. The result should look similar to this:
</para>
<figure>
<title>A Simple Process With Three Nodes</title>
13 years, 10 months
JBoss Tools SVN: r29848 - trunk/hibernatetools/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:57:44 -0400 (Wed, 16 Mar 2011)
New Revision: 29848
Modified:
trunk/hibernatetools/docs/reference/en-US/plugins.xml
Log:
"Fixed spelling errors"
Modified: trunk/hibernatetools/docs/reference/en-US/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:51:23 UTC (rev 29847)
+++ trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:57:44 UTC (rev 29848)
@@ -605,7 +605,7 @@
<entry>
<para>
Choose between "CORE", "ANNOTATIONS" and "JPA" according to the method of relational mapping you want to
- use. Note, the two latter requires running Eclipse IDE with a JDK 5 runtime, otherwise you will get classloading and/or version errors.
+ use. Note, the two latter requires running Eclipse IDE with a JDK 5 runtime, otherwise you will get class loading and/or version errors.
</para>
</entry>
<entry>
13 years, 10 months
JBoss Tools SVN: r29847 - trunk/hibernatetools/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:51:23 -0400 (Wed, 16 Mar 2011)
New Revision: 29847
Modified:
trunk/hibernatetools/docs/reference/en-US/ant.xml
trunk/hibernatetools/docs/reference/en-US/introduction.xml
trunk/hibernatetools/docs/reference/en-US/plugins.xml
trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml
Log:
"Fixed spelling errors"
Modified: trunk/hibernatetools/docs/reference/en-US/ant.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-17 02:18:27 UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/ant.xml 2011-03-17 02:51:23 UTC (rev 29847)
@@ -120,7 +120,7 @@
</entry>
<entry>
- <para>A classpath to be used to resolve resources, such as mappings and usertypes</para>
+ <para>A classpath to be used to resolve resources, such as mappings and user types</para>
</entry>
<entry>
@@ -421,7 +421,7 @@
<title>JPA based configuration (<jpaconfiguration>)</title>
<para>
- A <code><jpaconfiguration></code> tag is used when you want to read the metamodel from JPA or Hibernate Annotation where you want to use the auto-scan configuration as defined in the JPA spec (part of EJB3). In other words, when you do not have a <filename>hibernate.cfg.xml</filename>, but instead have a setup where you use a <filename>persistence.xml</filename> file packaged in a JPA compliant manner.
+ A <code><jpaconfiguration></code> tag is used when you want to read the metamodel from JPA or Hibernate Annotation where you want to use the auto-scan configuration as defined in the JPA specification (part of EJB3). In other words, when you do not have a <filename>hibernate.cfg.xml</filename>, but instead have a setup where you use a <filename>persistence.xml</filename> file packaged in a JPA compliant manner.
</para>
<para>
Modified: trunk/hibernatetools/docs/reference/en-US/introduction.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/introduction.xml 2011-03-17 02:18:27 UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/introduction.xml 2011-03-17 02:51:23 UTC (rev 29847)
@@ -4,7 +4,7 @@
<title>Introduction</title>
<para>
- <property>Hibernate Tools</property> is a toolset for <ulink url="http://www.hibernate.org/">Hibernate 3</ulink> and related projects. The tools provide Ant
+ <property>Hibernate Tools</property> is a collection of tools for <ulink url="http://www.hibernate.org/">Hibernate 3</ulink> and related projects. The tools provide Ant
tasks and Eclipse plugins for performing reverse engineering, code generation, visualization
and interaction with Hibernate.</para>
@@ -159,7 +159,7 @@
There is some additional information on <productname>Hibernate</productname> on the <ulink url="http://www.jboss.org/community/wiki/JBossHibernate3">JBoss Wiki</ulink> page.
</para>
<para>
- Nighly documentation builds are available <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">here</ulink>.
+ Nightly documentation builds are available <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">here</ulink>.
</para>
</section>
Modified: trunk/hibernatetools/docs/reference/en-US/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:18:27 UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/plugins.xml 2011-03-17 02:51:23 UTC (rev 29847)
@@ -100,7 +100,7 @@
<note>
<title>Note:</title>
<para>
- The contents in the combo boxes for the JDBC driver class and JDBC URL change automatically, depending on the Dialect and actual driver you have chosen.
+ The contents in the comboboxes for the JDBC driver class and JDBC URL change automatically, depending on the Dialect and actual driver you have chosen.
</para>
</note>
<para>
@@ -185,7 +185,7 @@
</entry>
<entry>
<para>
- Choose between "Core", "Annotations" and "JPA". Note that the two latter requires running Eclipse IDE with a JDK 5 runtime, otherwise you will get classloading and/or version errors.
+ Choose between "Core", "Annotations" and "JPA". Note that the two latter requires running Eclipse IDE with a JDK 5 runtime, otherwise you will get class loading and/or version errors.
</para>
</entry>
<entry>
@@ -310,7 +310,7 @@
<para>Naming strategy</para>
</entry>
<entry>
- <para>Fully qualified classname of a custom <code>NamingStrategy</code>. Only required if you use a special naming strategy.</para>
+ <para>Fully qualified class name of a custom <code>NamingStrategy</code>. Only required if you use a special naming strategy.</para>
</entry>
<entry>
<para>No default value</para>
@@ -321,7 +321,7 @@
<para>Entity resolver</para>
</entry>
<entry>
- <para>Fully qualified classname of a custom <code>EntityResolver</code>. Only required if you have special XML entity includes in your mapping files.</para>
+ <para>Fully qualified class name of a custom <code>EntityResolver</code>. Only required if you have special XML entity includes in your mapping files.</para>
</entry>
<entry>
<para>No default value</para>
Modified: trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml 2011-03-17 02:18:27 UTC (rev 29846)
+++ trunk/hibernatetools/docs/reference/en-US/reverseengineering.xml 2011-03-17 02:51:23 UTC (rev 29847)
@@ -35,7 +35,7 @@
<note>
<title>Note:</title>
<para>
- Many databases have case-sensitive names, so if a table does not match, and you are sure it is not excluded by a <code><table-filter></code>, check that the case matches. Most databases stores table names in uppercase.
+ Many databases have case-sensitive names, so if a table does not match, and you are sure it is not excluded by a <code><table-filter></code>, check that the case matches. Most databases stores table names in upper case.
</para>
</note>
13 years, 10 months
JBoss Tools SVN: r29846 - trunk/drools/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:18:27 -0400 (Wed, 16 Mar 2011)
New Revision: 29846
Modified:
trunk/drools/docs/reference/en-US/editors.xml
Log:
"Fixed spelling errors"
Modified: trunk/drools/docs/reference/en-US/editors.xml
===================================================================
--- trunk/drools/docs/reference/en-US/editors.xml 2011-03-17 02:15:37 UTC (rev 29845)
+++ trunk/drools/docs/reference/en-US/editors.xml 2011-03-17 02:18:27 UTC (rev 29846)
@@ -547,7 +547,7 @@
</figure>
<para>
- You can zoom in and out the Rete tree in case not all nodes are shown in the current view. For this use the combo box or <guibutton>+</guibutton> and <guibutton>-</guibutton> icons on the toolbar.
+ You can zoom in and out the Rete tree in case not all nodes are shown in the current view. For this use the combobox or <guibutton>+</guibutton> and <guibutton>-</guibutton> icons on the toolbar.
</para>
<figure>
13 years, 10 months
JBoss Tools SVN: r29845 - trunk/drools/docs/guvnor_ref/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:15:37 -0400 (Wed, 16 Mar 2011)
New Revision: 29845
Modified:
trunk/drools/docs/guvnor_ref/en-US/functionality_overview.xml
trunk/drools/docs/guvnor_ref/en-US/guvnor_preferences.xml
Log:
"Fixed spelling errors"
Modified: trunk/drools/docs/guvnor_ref/en-US/functionality_overview.xml
===================================================================
--- trunk/drools/docs/guvnor_ref/en-US/functionality_overview.xml 2011-03-17 02:12:23 UTC (rev 29844)
+++ trunk/drools/docs/guvnor_ref/en-US/functionality_overview.xml 2011-03-17 02:15:37 UTC (rev 29845)
@@ -277,7 +277,7 @@
</para>
<figure>
- <title>Comfirm Delete Dialog</title>
+ <title>Confirm Delete Dialog</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/functionality_overview/confirm_delete.png"/>
Modified: trunk/drools/docs/guvnor_ref/en-US/guvnor_preferences.xml
===================================================================
--- trunk/drools/docs/guvnor_ref/en-US/guvnor_preferences.xml 2011-03-17 02:12:23 UTC (rev 29844)
+++ trunk/drools/docs/guvnor_ref/en-US/guvnor_preferences.xml 2011-03-17 02:15:37 UTC (rev 29845)
@@ -227,7 +227,7 @@
<listitem>
<para>
- Refresh Guvnor repository resorces. Use the <guimenuitem>Refresh</guimenuitem> context menu item to reload the tree for the selected node.
+ Refresh Guvnor repository resources. Use the <guimenuitem>Refresh</guimenuitem> context menu item to reload the tree for the selected node.
</para>
</listitem>
13 years, 10 months
JBoss Tools SVN: r29844 - trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:12:23 -0400 (Wed, 16 Mar 2011)
New Revision: 29844
Modified:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml
Log:
"Fixed spelling errors"
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml 2011-03-17 02:08:47 UTC (rev 29843)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/using_the_deltacloud_perspective-task.xml 2011-03-17 02:12:23 UTC (rev 29844)
@@ -52,7 +52,7 @@
</mediaobject>
</figure>
<para>
- By right-clicking (or control-clicking on Mac OS) on an image in the table and selecting <guimenuitem>Launch Instance</guimenuitem>, a dialog will appear. Define the <guilabel>Name</guilabel> of the instance, the <guilabel>Realm</guilabel> the instance should appear in, select a pre-defined <guilabel>Hardware Profile</guilabel> and choose a <guilabel>Key Name</guilabel> for key file authentication. You can also change the default image by defining the value for the <guilabel>Image</guilabel> field, or by clicking the <guibutton>Find...</guibutton> button.
+ By right-clicking (or control-clicking on Mac OS) on an image in the table and selecting <guimenuitem>Launch Instance</guimenuitem>, a dialog will appear. Define the <guilabel>Name</guilabel> of the instance, the <guilabel>Realm</guilabel> the instance should appear in, select a predefined <guilabel>Hardware Profile</guilabel> and choose a <guilabel>Key Name</guilabel> for key file authentication. You can also change the default image by defining the value for the <guilabel>Image</guilabel> field, or by clicking the <guibutton>Find...</guibutton> button.
</para>
<para>
User authentication keys are managed for Deltacloud tooling by the <guilabel>Manage Keys</guilabel> dialog. When clicking on the <guibutton>Manage</guibutton> you will be presented with this dialog. Select one from the list or add a new one by clicking the <guibutton>New</guibutton> button. Newly created keys will also be added to the SSH2 key list if they are not already present.
@@ -70,7 +70,7 @@
</figure>
<para>
- The next wizard page allows you to explicitily create an Eclipse Remote System Explorer (RSE), which is used to browse the remote filesystem and connect to the instance via an SSH terminal.
+ The next wizard page allows you to explicitly create an Eclipse Remote System Explorer (RSE), which is used to browse the remote filesystem and connect to the instance via an SSH terminal.
</para>
<para>
13 years, 10 months
JBoss Tools SVN: r29843 - trunk/documentation/guides/Beginners_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 22:08:47 -0400 (Wed, 16 Mar 2011)
New Revision: 29843
Modified:
trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
trunk/documentation/guides/Beginners_Guide/en-US/Java_Web_(EE)_and_Standard_Edition_(SE).xml
trunk/documentation/guides/Beginners_Guide/en-US/The_interface.xml
Log:
"Fixed spelling errors"
Modified: trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2011-03-17 01:59:32 UTC (rev 29842)
+++ trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2011-03-17 02:08:47 UTC (rev 29843)
@@ -2,29 +2,34 @@
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo id="book-Beginners_Guide-Beginners_Guide">
- <title>Beginners Guide</title>
- <subtitle>
- Provides information about the use of the <application>JBoss Developer Studio</application> from a beginners level.
- </subtitle>
- <productname>JBoss Developer Studio</productname>
- <productnumber>4.0</productnumber>
- <edition>4.0.0</edition>
- <pubsnumber>13</pubsnumber>
- <abstract>
- <para>
- The Beginners Guide brings all concepts pertaining to the <application>JBoss Developer Studio</application> back to basics. It is intended for individuals who may be
- new to application servers and the creation of applications for
- deployment.
- </para>
- </abstract>
- <corpauthor>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
- </imageobject>
- </inlinemediaobject>
- </corpauthor>
- <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <title>Beginners Guide</title>
+ <subtitle>
+ Provides information about the use of the <application>JBoss Developer Studio</application> from a beginners level.
+ </subtitle>
+
+ <productname>JBoss Developer Studio</productname>
+
+ <productnumber>4.0</productnumber>
+
+ <edition>4.0.0</edition>
+
+ <pubsnumber>13</pubsnumber>
+
+ <abstract>
+ <para>
+ The Beginners Guide brings all concepts pertaining to the <application>JBoss Developer Studio</application> back to basics. It is intended for individuals who may be new to application servers and the creation of applications for deployment.
+ </para>
+ </abstract>
+
+ <corpauthor>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
+
+ <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
-
Modified: trunk/documentation/guides/Beginners_Guide/en-US/Java_Web_(EE)_and_Standard_Edition_(SE).xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/Java_Web_(EE)_and_Standard_Edition_(SE).xml 2011-03-17 01:59:32 UTC (rev 29842)
+++ trunk/documentation/guides/Beginners_Guide/en-US/Java_Web_(EE)_and_Standard_Edition_(SE).xml 2011-03-17 02:08:47 UTC (rev 29843)
@@ -330,7 +330,7 @@
<term>Editors and views</term>
<listitem>
<para>
- There are a number of editors available in the <application>JBoss Developer Studio</application> for working with Seam in addition to the Visual Page Editor including:
+ There are a number of editors available in <application>JBoss Developer Studio</application> for working with Seam in addition to the Visual Page Editor including:
</para>
<variablelist>
<varlistentry>
@@ -605,7 +605,7 @@
<section id="sect-Beginners_Guide-Java_Web_EE_and_Standard_Edition_SE_Plug_Ins-JSF_Tools">
<title>JSF Tools</title>
<para>
- JavaServer Faces (JSF) is a Web application framework developed by Sun Microsystems© Inc. JSF Tools allows you to build JSF based applications, add JSF capabilities to existing web projects, import JSF projects and choose a JSF implementation during application development.
+ Java Server Faces (JSF) is a Web application framework developed by Sun Microsystems© Inc. JSF Tools allows you to build JSF based applications, add JSF capabilities to existing web projects, import JSF projects and choose a JSF implementation during application development.
</para>
<para>
The tools included are outlined as follows:
@@ -618,7 +618,7 @@
</listitem>
<listitem>
<para>
- Pre-configured templates are included, along with the ability to create your own.
+ Preconfigured templates are included, along with the ability to create your own.
</para>
</listitem>
<listitem>
Modified: trunk/documentation/guides/Beginners_Guide/en-US/The_interface.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/The_interface.xml 2011-03-17 01:59:32 UTC (rev 29842)
+++ trunk/documentation/guides/Beginners_Guide/en-US/The_interface.xml 2011-03-17 02:08:47 UTC (rev 29843)
@@ -120,7 +120,7 @@
Below the <guilabel>General Information</guilabel> subsection is the <guilabel>Login Credentials</guilabel> subsection. Here you can set the <guilabel>User Name</guilabel> and <guilabel>Password</guilabel> that will be used to provide secure access to your server.
</para>
<para>
- The <guilabel>Publishing</guilabel> subsection at the top right of the <guilabel>Overview</guilabel> section allows you to specify when applications will be published to the location specified (whether the applications will be made available through the application server depends on the server running and if it is configured to recognise dynamic changes). You can select to either never have an application be published automatically or for a check of new applications yet to be published to occur at a certain timed interval.
+ The <guilabel>Publishing</guilabel> subsection at the top right of the <guilabel>Overview</guilabel> section allows you to specify when applications will be published to the location specified (whether the applications will be made available through the application server depends on the server running and if it is configured to recognize dynamic changes). You can select to either never have an application be published automatically or for a check of new applications yet to be published to occur at a certain timed interval.
</para>
<para>
The <guilabel>Timeouts</guilabel> subsection below the <guilabel>Publishing</guilabel> subsections allows you to set the start and stop times (in seconds) in which the server should complete all of its operations. This setting is made available in order to decrease the chance of the server freezing or hanging.
@@ -155,7 +155,7 @@
<section id="sect-Beginners_Guide-JBoss_Application_Server-Adding_a_new_application_server_for_use_with_the_JBoss_Developer_Studio">
<title>Adding a new application server for use with the JBoss Developer Studio</title>
<para>
- Though the JBoss Developer Studio may come with a pre-configured application server, you can still add your own servers. This section details how to add additional servers for use with the JBoss Developer Studio.
+ Though the JBoss Developer Studio may come with a preconfigured application server, you can still add your own servers. This section details how to add additional servers for use with the JBoss Developer Studio.
</para>
<para>
To add a new server runtime follow these steps:
13 years, 10 months
JBoss Tools SVN: r29842 - in trunk/birt/docs: en-US and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 21:59:32 -0400 (Wed, 16 Mar 2011)
New Revision: 29842
Modified:
trunk/birt/docs/en-US/Book_Info.xml
trunk/birt/docs/en-US/jbossinstall.xml
trunk/birt/docs/en-US/master.xml
trunk/birt/docs/publican.cfg
Log:
"Fixed spelling errors"
Modified: trunk/birt/docs/en-US/Book_Info.xml
===================================================================
--- trunk/birt/docs/en-US/Book_Info.xml 2011-03-17 01:47:14 UTC (rev 29841)
+++ trunk/birt/docs/en-US/Book_Info.xml 2011-03-17 01:59:32 UTC (rev 29842)
@@ -2,25 +2,24 @@
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<bookinfo id="book-JBoss_BIRT_Integration_User_Guide-JBoss_Business_Intelligence_and_Reporting_Tools_integration_User_Guide">
- <title>JBoss Business Intelligence and Reporting Tools Integration User Guide</title>
- <subtitle>Provides information about the use of the Business Intelligence and Reporting Tools (BIRT) plug-in as part of the JBoss Developer Studio.</subtitle>
- <productname>JBoss Developer Studio</productname>
- <productnumber>4.0</productnumber>
- <edition>4.0.0</edition>
- <pubsnumber>2</pubsnumber>
- <abstract>
- <para>
- The Beginners Guide provides a reference for use of the Business Intelligence and Reporting Tools (BIRT) plug-in with the JBoss Developer Studio. The BIRT plug-in is an open source reporting system for web applications.
- </para>
- </abstract>
- <corpauthor>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
- </imageobject>
- </inlinemediaobject>
- </corpauthor>
- <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<title>JBoss Business Intelligence and Reporting Tools Integration User Guide</title>
+<subtitle>Provides information about the use of the Business Intelligence and Reporting Tools (BIRT) plug-in as part of the JBoss Developer Studio.</subtitle>
+<productname>JBoss Developer Studio</productname>
+<productnumber>4.0</productnumber>
+<edition>4.0.0</edition>
+<pubsnumber>3</pubsnumber>
+<abstract>
+<para>
+This guide provides a reference for use of the Business Intelligence and Reporting Tools (BIRT) plug-in with the JBoss Developer Studio. The BIRT plug-in is an open source reporting system for web applications.
+</para>
+</abstract>
+<corpauthor>
+<inlinemediaobject>
+<imageobject>
+<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+</imageobject>
+</inlinemediaobject>
+</corpauthor>
+<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
-
Modified: trunk/birt/docs/en-US/jbossinstall.xml
===================================================================
--- trunk/birt/docs/en-US/jbossinstall.xml 2011-03-17 01:47:14 UTC (rev 29841)
+++ trunk/birt/docs/en-US/jbossinstall.xml 2011-03-17 01:59:32 UTC (rev 29842)
@@ -1,6 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
<chapter>
<title>Installation Instructions</title>
@@ -9,7 +7,7 @@
<title>Installing JBoss Tools Plugins</title>
<para>
- The &PLUGINNAME; plugin can be installed in Eclipse from the JBoss.org update site. JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse web site</ulink>.
+ The plugin can be installed in Eclipse from the JBoss.org update site. JBoss Tools 3.2 requires Eclipse 3.6, which can be downloaded from the <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse web site</ulink>.
</para>
<para>
To install the JBoss Tools plugins start Eclipse and select <menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install New Software...</guimenuitem></menuchoice>
@@ -51,7 +49,7 @@
</figure>
<para>
- The <guilabel>JBoss.org Tools</guilabel> site will be selected in the <guilabel>Work with</guilabel> drop down list, and after a moment the list of plugins that are included in the JBoss Tools package will be listed. From this list you can individually select the &PLUGINNAME; plugin, or select the <guilabel>All JBoss Tools 3.2.0</guilabel> option to install all the plugins.
+ The <guilabel>JBoss.org Tools</guilabel> site will be selected in the <guilabel>Work with</guilabel> drop down list, and after a moment the list of plugins that are included in the JBoss Tools package will be listed. From this list you can individually select the plugin, or select the <guilabel>All JBoss Tools 3.2.0</guilabel> option to install all the plugins.
</para>
<figure id="figure-available-software">
@@ -137,7 +135,7 @@
</mediaobject>
</figure>
- <para>The &PLUGINNAME; plugin is now installed and ready to use.</para>
+ <para>The plugin is now installed and ready to use.</para>
</section>
</chapter>
Modified: trunk/birt/docs/en-US/master.xml
===================================================================
--- trunk/birt/docs/en-US/master.xml 2011-03-17 01:47:14 UTC (rev 29841)
+++ trunk/birt/docs/en-US/master.xml 2011-03-17 01:59:32 UTC (rev 29842)
@@ -4,6 +4,7 @@
[
<!ENTITY introduction SYSTEM "introduction.xml">
+<!ENTITY jbossinstall SYSTEM "jbossinstall.xml">
<!ENTITY birt_integration_with_seam SYSTEM "birt_integration_with_seam.xml">
<!ENTITY hibernate_datasource SYSTEM "hibernate_datasource.xml">
<!ENTITY birt_reports_deployment SYSTEM "birt_reports_deployment.xml">
@@ -76,6 +77,7 @@
<toc/>
&introduction;
+ &jbossinstall;
&tasks;
&framework;
&links;
Modified: trunk/birt/docs/publican.cfg
===================================================================
--- trunk/birt/docs/publican.cfg 2011-03-17 01:47:14 UTC (rev 29841)
+++ trunk/birt/docs/publican.cfg 2011-03-17 01:59:32 UTC (rev 29842)
@@ -4,5 +4,5 @@
xml_lang: en-US
type: Book
brand: JBoss
-condition: jbosstools
-#condition: jbds
+#condition: jbosstools
+condition: jbds
13 years, 10 months
JBoss Tools SVN: r29841 - trunk/as/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-03-16 21:47:14 -0400 (Wed, 16 Mar 2011)
New Revision: 29841
Modified:
trunk/as/docs/reference/en-US/perspective.xml
trunk/as/docs/reference/en-US/runtimes_servers.xml
trunk/as/docs/reference/en-US/webtools.xml
Log:
"Fixed spelling errors"
Modified: trunk/as/docs/reference/en-US/perspective.xml
===================================================================
--- trunk/as/docs/reference/en-US/perspective.xml 2011-03-17 01:31:15 UTC (rev 29840)
+++ trunk/as/docs/reference/en-US/perspective.xml 2011-03-17 01:47:14 UTC (rev 29841)
@@ -61,7 +61,7 @@
</para>
<para>
- The <guibutton>Publish to the server</guibutton> button will republish any modules where it has determined that the workspace is out of sync with the server. It will attempt to do an incremental publish if the module in question is capable of doing one.
+ The <guibutton>Publish to the server</guibutton> button will republish any modules where it has determined that the workspace is out of synchronization with the server. It will attempt to do an incremental publish if the module in question is capable of doing one.
</para>
</section>
@@ -123,7 +123,7 @@
</entry>
<entry align="center">
- <para>The status which allows you to see if changes are in-sync</para>
+ <para>The status which allows you to see if changes are synchronized</para>
</entry>
</row>
</tbody>
@@ -890,7 +890,7 @@
</figure>
<para>
- Also in the wizard for creating a new archive you can choose whether an archive to be compressed or exploded into a folder (without compression). You need just select proper chechbox in the <guilabel>Archive type</guilabel> section.
+ Also in the wizard for creating a new archive you can choose whether an archive to be compressed or exploded into a folder (without compression). You need just select proper checkbox in the <guilabel>Archive type</guilabel> section.
</para>
<para>If a build or incremental update fails Project Archives will show an error dialog:</para>
Modified: trunk/as/docs/reference/en-US/runtimes_servers.xml
===================================================================
--- trunk/as/docs/reference/en-US/runtimes_servers.xml 2011-03-17 01:31:15 UTC (rev 29840)
+++ trunk/as/docs/reference/en-US/runtimes_servers.xml 2011-03-17 01:47:14 UTC (rev 29841)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="runtimes_servers" xreflabel="runtimes_servers">
+<chapter id="runtimes_servers">
<?dbhtml filename="runtimes_servers.html"?>
<chapterinfo>
<keywordset>
@@ -332,7 +332,7 @@
You can select the appropriate runtime from the <guilabel>Server runtime environment</guilabel> combo box. If there is no runtime that matches your needs just press the <guilabel>Add...</guilabel> link nearby to bring up the wizard for creating a new runtime (see <xref linkend="add_runtime_figure"/>). To configure an existing runtimes you should go to server preferences by pressing the <guilabel>Configure runtime environments...</guilabel> link.
</para>
- <para>If the server you want to create does not have any installed runtime yet, the combo box and the links are absent.</para>
+ <para>If the server you want to create does not have any installed runtime yet, the combobox and the links are absent.</para>
<figure>
<title>Installed Server Runtime Environments</title>
Modified: trunk/as/docs/reference/en-US/webtools.xml
===================================================================
--- trunk/as/docs/reference/en-US/webtools.xml 2011-03-17 01:31:15 UTC (rev 29840)
+++ trunk/as/docs/reference/en-US/webtools.xml 2011-03-17 01:47:14 UTC (rev 29841)
@@ -92,7 +92,7 @@
</itemizedlist>
<para>
- On this wizard page you can enable or disable any facet as well as change its version. What you should note here is that some facets or facets versions may conflict with each other. In case of incompatibility you will be notified in the combo box underneath.
+ On this wizard page you can enable or disable any facet as well as change its version. What you should note here is that some facets or facets versions may conflict with each other. In case of incompatibility you will be notified in the combobox underneath.
</para>
<figure>
<title>Facet Constraints</title>
13 years, 10 months