JBoss Tools SVN: r28906 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-02-02 04:37:01 -0500 (Wed, 02 Feb 2011)
New Revision: 28906
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/EditCloudConnectionWizard.java
Log:
[JBIDE-8148] moved cloud creation and cloud edit to background jobs
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/EditCloudConnectionWizard.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/EditCloudConnectionWizard.java 2011-02-02 08:20:56 UTC (rev 28905)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/EditCloudConnectionWizard.java 2011-02-02 09:37:01 UTC (rev 28906)
@@ -46,7 +46,7 @@
private boolean editCloud(final DeltaCloud cloud, final String name, final String url, final String username,
final String password, final DeltaCloudDriver driver) {
try {
- Job job = new AbstractCloudJob(MessageFormat.format("Edit cloud \"{0}\"", cloud), cloud) {
+ Job job = new AbstractCloudJob(MessageFormat.format("Edit cloud \"{0}\"", cloud.getName()), cloud) {
@Override
protected IStatus doRun(IProgressMonitor monitor) throws Exception {
13 years, 11 months
JBoss Tools SVN: r28905 - trunk/jsf/docs/jsf_tools_tutorial/en-US.
by jbosstools-commits@lists.jboss.org
Author: vpakan(a)redhat.com
Date: 2011-02-02 03:20:56 -0500 (Wed, 02 Feb 2011)
New Revision: 28905
Modified:
trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml
trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml
Log:
Fix typos
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml 2011-02-02 06:16:07 UTC (rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_managed_bean.xml 2011-02-02 08:20:56 UTC (rev 28905)
@@ -44,7 +44,7 @@
<property>Properties</property>
</emphasis>, and <emphasis>
<property>Advanced</property>
- </emphasis>, will be displayed about it. Under the Properties section, click the <emphasis>
+ </emphasis> will be displayed about it. Under the Properties section, click the <emphasis>
<property>Add...</property>
</emphasis> button</para>
</listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml 2011-02-02 06:16:07 UTC (rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/adding_navigation.xml 2011-02-02 08:20:56 UTC (rev 28905)
@@ -22,7 +22,7 @@
<itemizedlist>
<listitem>
<para>Right-click anywhere on the diagram and select <emphasis>
- <property>Rule...</property>
+ <property>New View...</property>
</emphasis> from the pop-up menu</para>
</listitem>
<listitem>
@@ -44,7 +44,7 @@
</listitem>
<listitem>
<para>Back on the diagram, right-click anywhere and select <emphasis>
- <property>Rule...</property>
+ <property>New View...</property>
</emphasis> from the pop-up menu</para>
</listitem>
<listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml 2011-02-02 06:16:07 UTC (rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/jsp_view_files.xml 2011-02-02 08:20:56 UTC (rev 28905)
@@ -12,14 +12,14 @@
<title>Editing the JSP View Files</title>
<para>Now we will finish editing the JSP files for our two "views" using
- JSP Visual Page.</para>
+ JSP Visual Page Editor.</para>
<section id="Inputname.jsp">
<title>inputname.jsp</title>
<itemizedlist>
<listitem>
<para>Click on the <emphasis>
<property>Diagram</property>
- </emphasis> tab for the configuration file editor</para>
+ </emphasis> tab of the configuration file editor</para>
</listitem>
<listitem>
<para>Open the editor for this first JSP file by double-clicking on the <emphasis>
@@ -77,8 +77,10 @@
</emphasis> Attributes from the menu</para>
</listitem>
<listitem>
- <para>In the value field next to id, type <emphasis>
- <property>greeting</property>
+ <para>In the value field next to
+ <property>id</property>
+ , type <emphasis>
+ <property>"greeting"</property>
</emphasis> and click on the <emphasis>
<property>Close</property>
</emphasis> button</para>
@@ -107,14 +109,12 @@
</emphasis> button</para>
</listitem>
<listitem>
- <para>Back in the attributes dialog, select the <emphasis>
- <property>Advanced</property>
- </emphasis> tab, type in <emphasis>
- <property>name</property>
+ <para>Back in the attributes dialog type in <emphasis>
+ <property>"name"</property>
</emphasis> as the value for the <emphasis role="italic">
- <property>"id"</property>
+ <property>id</property>
</emphasis> attribute, and then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
<listitem>
@@ -124,9 +124,8 @@
innermost box in the editor after the input box</para>
</listitem>
<listitem>
- <para>In the attributes dialog, click in the value field next to the <emphasis
- role="italic">
- <property>"action"</property>
+ <para>In the attributes dialog, click in the value field next to the <emphasis>
+ <property>action</property>
</emphasis> attribute and click on the <property>...
</property>button</para>
</listitem>
@@ -141,7 +140,7 @@
<para>Back in the attributes dialog box, type in "Say Hello"
as the value for the value attribute ("Say Hello") and
then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
</itemizedlist>
@@ -221,7 +220,7 @@
</emphasis> node, click on the <emphasis>
<property>Ok</property>
</emphasis> button, and then click on the <emphasis>
- <property>Finish</property>
+ <property>Close</property>
</emphasis> button</para>
</listitem>
<listitem>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml 2011-02-02 06:16:07 UTC (rev 28904)
+++ trunk/jsf/docs/jsf_tools_tutorial/en-US/relevant_resources.xml 2011-02-02 08:20:56 UTC (rev 28905)
@@ -13,7 +13,7 @@
<para>JSF on Sun: <ulink url="http://java.sun.com/javaee/javaserverfaces/">JavaServer Faces
Technology</ulink></para>
<para>Core JSF: <ulink url="http://www.horstmann.com/corejsf/">Core JavaServer Faces</ulink></para>
- <para>API: <ulink url="http://java.sun.com/javaee/javaserverfaces/1.1/docs/api/index.html">JSF
+ <para>API: <ulink url="http://java.sun.com/javaee/javaserverfaces/reference/api/index.html">JSF
API</ulink></para>
<para>JSF Tags: <ulink url="http://www.horstmann.com/corejsf/jsf-tags.html">JSF Core
Tags</ulink></para>
13 years, 11 months
JBoss Tools SVN: r28904 - trunk/jsf/docs/userguide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:16:07 -0500 (Wed, 02 Feb 2011)
New Revision: 28904
Modified:
trunk/jsf/docs/userguide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/jsf/docs/userguide/en-US/Book_Info.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-02-02 06:14:28 UTC (rev 28903)
+++ trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-02-02 06:16:07 UTC (rev 28904)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>8</pubsnumber>
+ <pubsnumber>9</pubsnumber>
<abstract>
<para>The Visual Web Tools Reference Guide explains extensive collection of specialized wizards, editors and views that can be used in various scenarios while developing Web applications.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28903 - trunk/struts/docs/struts_tools_tutorial/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:14:28 -0500 (Wed, 02 Feb 2011)
New Revision: 28903
Modified:
trunk/struts/docs/struts_tools_tutorial/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/struts/docs/struts_tools_tutorial/en-US/Book_Info.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en-US/Book_Info.xml 2011-02-02 06:14:09 UTC (rev 28902)
+++ trunk/struts/docs/struts_tools_tutorial/en-US/Book_Info.xml 2011-02-02 06:14:28 UTC (rev 28903)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>6</pubsnumber>
<abstract>
<para>The Struts Tools Tutorial guide explains how to use the Struts Tools set and guides the reader through a tutorial.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28902 - trunk/jmx/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:14:09 -0500 (Wed, 02 Feb 2011)
New Revision: 28902
Modified:
trunk/jmx/docs/reference/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/jmx/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/jmx/docs/reference/en-US/Book_Info.xml 2011-02-02 06:13:49 UTC (rev 28901)
+++ trunk/jmx/docs/reference/en-US/Book_Info.xml 2011-02-02 06:14:09 UTC (rev 28902)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>6</pubsnumber>
+ <pubsnumber>7</pubsnumber>
<abstract>
<para>The JMX Tools Reference Guide explains how to use the JMX Tools module to setup multiple JMX connections and explore the JMX tree and execute operations.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28901 - trunk/as/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:13:49 -0500 (Wed, 02 Feb 2011)
New Revision: 28901
Modified:
trunk/as/docs/reference/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/as/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/as/docs/reference/en-US/Book_Info.xml 2011-02-02 06:13:12 UTC (rev 28900)
+++ trunk/as/docs/reference/en-US/Book_Info.xml 2011-02-02 06:13:49 UTC (rev 28901)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>7</pubsnumber>
+ <pubsnumber>8</pubsnumber>
<abstract>
<para>The JBoss Server Manager Reference Guide explains how to use the JBoss Server Manager to configure, start, stop the server, to know deployment and archiving processes.</para>
</abstract>
13 years, 11 months
JBoss Tools SVN: r28900 - trunk/hibernatetools/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:13:12 -0500 (Wed, 02 Feb 2011)
New Revision: 28900
Modified:
trunk/hibernatetools/docs/reference/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/hibernatetools/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en-US/Book_Info.xml 2011-02-02 06:12:35 UTC (rev 28899)
+++ trunk/hibernatetools/docs/reference/en-US/Book_Info.xml 2011-02-02 06:13:12 UTC (rev 28900)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>10</pubsnumber>
+ <pubsnumber>12</pubsnumber>
<abstract>
<para>
The Hibernate Tools Reference Guide explains how to use the Hibernate Tools to perform reverse engineering, code generation, visualization and interaction with Hibernate.
13 years, 11 months
JBoss Tools SVN: r28899 - trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:12:35 -0500 (Wed, 02 Feb 2011)
New Revision: 28899
Modified:
trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-02 06:12:12 UTC (rev 28898)
+++ trunk/deltacloud/docs/Cloud_Tools_Reference_Guide/en-US/Book_Info.xml 2011-02-02 06:12:35 UTC (rev 28899)
@@ -9,7 +9,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>1</edition>
- <pubsnumber>7</pubsnumber>
+ <pubsnumber>9</pubsnumber>
<abstract>
<para>
The Cloud Tools Reference Guide provides documentation of the tools used to interact with your cloud computing instances, including the Deltacloud API.
13 years, 11 months
JBoss Tools SVN: r28898 - trunk/documentation/guides/Beginners_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:12:12 -0500 (Wed, 02 Feb 2011)
New Revision: 28898
Modified:
trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2011-02-02 06:11:38 UTC (rev 28897)
+++ trunk/documentation/guides/Beginners_Guide/en-US/Book_Info.xml 2011-02-02 06:12:12 UTC (rev 28898)
@@ -9,7 +9,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>8</pubsnumber>
+ <pubsnumber>11</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
13 years, 11 months
JBoss Tools SVN: r28897 - trunk/jbpm/docs/converter_ref/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-02 01:11:38 -0500 (Wed, 02 Feb 2011)
New Revision: 28897
Modified:
trunk/jbpm/docs/converter_ref/en-US/Book_Info.xml
Log:
General Documentation Updates
Modified: trunk/jbpm/docs/converter_ref/en-US/Book_Info.xml
===================================================================
--- trunk/jbpm/docs/converter_ref/en-US/Book_Info.xml 2011-02-02 06:11:19 UTC (rev 28896)
+++ trunk/jbpm/docs/converter_ref/en-US/Book_Info.xml 2011-02-02 06:11:38 UTC (rev 28897)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>4</pubsnumber>
+ <pubsnumber>7</pubsnumber>
<abstract>
<para>The BPMN Convert User Guide explains how to use the BPMN Convert module to translate a BPMN file to a JPDL file.</para>
</abstract>
13 years, 11 months