JBoss Tools SVN: r8062 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/actions.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-05-13 09:35:22 -0400 (Tue, 13 May 2008)
New Revision: 8062
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/actions/SeamActionProvider.java
Log:
JBIDE-2189
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/actions/SeamActionProvider.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/actions/SeamActionProvider.java 2008-05-13 13:07:27 UTC (rev 8061)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/actions/SeamActionProvider.java 2008-05-13 13:35:22 UTC (rev 8062)
@@ -10,11 +10,14 @@
******************************************************************************/
package org.jboss.tools.seam.ui.views.actions;
+import org.eclipse.jdt.ui.actions.JdtActionConstants;
import org.eclipse.jface.action.IMenuManager;
+import org.eclipse.jface.commands.ActionHandler;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.ui.IActionBars;
import org.eclipse.ui.actions.ActionContext;
+import org.eclipse.ui.handlers.IHandlerService;
import org.eclipse.ui.navigator.CommonActionProvider;
import org.eclipse.ui.navigator.ICommonActionConstants;
import org.jboss.tools.seam.core.IOpenableElement;
@@ -57,6 +60,7 @@
if(element instanceof IOpenableElement) {
SeamOpenAction action = new SeamOpenAction((IOpenableElement)element);
actionBars.setGlobalActionHandler(ICommonActionConstants.OPEN, action);
+ actionBars.setGlobalActionHandler(JdtActionConstants.OPEN, action);
}
}
17 years, 11 months
JBoss Tools SVN: r8061 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:07:27 -0400 (Tue, 13 May 2008)
New Revision: 8061
Modified:
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/generate_entities.xml
trunk/seam/docs/reference/en/modules/intro.xml
trunk/seam/docs/reference/en/modules/seam_editors.xml
trunk/seam/docs/reference/en/modules/seam_preferences.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the chapters that are new or updated
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-05-13 13:06:23 UTC (rev 8060)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2008-05-13 13:07:27 UTC (rev 8061)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="directory_str" xreflabel="directory_str">
+<chapter id="directory_str" xreflabel="directory_str"> <!-- mark as updated -->
<?dbhtml filename="directory_structure.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/seam/docs/reference/en/modules/generate_entities.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/generate_entities.xml 2008-05-13 13:06:23 UTC (rev 8060)
+++ trunk/seam/docs/reference/en/modules/generate_entities.xml 2008-05-13 13:07:27 UTC (rev 8061)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="generate_entities" xreflabel="generate_entities">
+<chapter id="generate_entities" xreflabel="generate_entities">
<?dbhtml filename="generate_entities.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/seam/docs/reference/en/modules/intro.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/intro.xml 2008-05-13 13:06:23 UTC (rev 8060)
+++ trunk/seam/docs/reference/en/modules/intro.xml 2008-05-13 13:07:27 UTC (rev 8061)
@@ -25,7 +25,7 @@
applications with many component frameworks.</para>
</section>
- <section>
+ <section> <!-- mark as updated -->
<title>Installation into Eclipse</title>
<para>Here, we are going to explain how to install Seam plugin into Eclipse.</para>
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2008-05-13 13:06:23 UTC (rev 8060)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2008-05-13 13:07:27 UTC (rev 8061)
@@ -88,7 +88,7 @@
on your project which will execute all the active WTP validations.</para>
</section>
- <section id="ComponentsEditor">
+ <section id="ComponentsEditor"> <!-- mark as updated -->
<title>Structured components.xml Editor</title>
<para>When editing <property>components.xml</property> a structured tree editor is available in addition to pure source editing.
Modified: trunk/seam/docs/reference/en/modules/seam_preferences.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_preferences.xml 2008-05-13 13:06:23 UTC (rev 8060)
+++ trunk/seam/docs/reference/en/modules/seam_preferences.xml 2008-05-13 13:07:27 UTC (rev 8061)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="seam_preferences" xreflabel="seam_preferences">
+<chapter id="seam_preferences" xreflabel="seam_preferences"> <!-- mark as new -->
<?dbhtml filename="seam_preferences.html"?>
<chapterinfo>
<keywordset>
17 years, 11 months
JBoss Tools SVN: r8060 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:06:23 -0400 (Tue, 13 May 2008)
New Revision: 8060
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the sections that are new or updated
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-05-13 13:05:20 UTC (rev 8059)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-05-13 13:06:23 UTC (rev 8060)
@@ -26,7 +26,7 @@
</note>
</section>
- <section id="map_file_wizard">
+ <section id="map_file_wizard"> <!-- mark as new -->
<title>Creating a Hibernate Mapping File</title>
<para>Hibernate mapping files are used to specify how your objects are related to database
@@ -1116,7 +1116,7 @@
</section>
</section>
- <section id="map_config_struct_editor">
+ <section id="map_config_struct_editor"> <!-- mark as new -->
<title>Structured Hibernate Mapping and Configuration File Editor</title>
<para>The structured editor represents the file in the tree form. It also allows to modify the
structure of the file and its elements with the help of tables provided on the right-hand
@@ -1447,7 +1447,7 @@
</section>
</section>
- <section>
+ <section> <!-- mark as updated -->
<title>Prototyping Queries</title>
<para>Queries can be prototyped by entering them in the <property>HQL</property> or
17 years, 11 months
JBoss Tools SVN: r8059 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:05:20 -0400 (Tue, 13 May 2008)
New Revision: 8059
Modified:
trunk/jsf/docs/userguide/en/modules/palette.xml
trunk/jsf/docs/userguide/en/modules/spring_tools.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the chapters that are new or updated
Modified: trunk/jsf/docs/userguide/en/modules/palette.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/palette.xml 2008-05-13 13:04:23 UTC (rev 8058)
+++ trunk/jsf/docs/userguide/en/modules/palette.xml 2008-05-13 13:05:20 UTC (rev 8059)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter id="palette" xreflabel="palette">
+<chapter id="palette" xreflabel="palette"> <!-- mark as updated -->
<?dbhtml filename="palette.html"?>
<chapterinfo>
<keywordset>
Modified: trunk/jsf/docs/userguide/en/modules/spring_tools.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/spring_tools.xml 2008-05-13 13:04:23 UTC (rev 8058)
+++ trunk/jsf/docs/userguide/en/modules/spring_tools.xml 2008-05-13 13:05:20 UTC (rev 8059)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="springTools">
+<chapter id="springTools"> <!-- mark as new -->
<?dbhtml filename="springTools.html"?>
<title>Spring Tools</title>
17 years, 11 months
JBoss Tools SVN: r8058 - trunk/jbpm/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:04:23 -0400 (Tue, 13 May 2008)
New Revision: 8058
Modified:
trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the chapter as new
Modified: trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2008-05-13 13:02:52 UTC (rev 8057)
+++ trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2008-05-13 13:04:23 UTC (rev 8058)
@@ -42,7 +42,7 @@
</figure>
</section>
- <section>
+ <section> <!-- mark as new -->
<title>Configuring Task Nodes</title>
<para>Here, we'll examine how you can configure the Task nodes in jBPM jPDL GPD.</para>
17 years, 11 months
JBoss Tools SVN: r8057 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:02:52 -0400 (Tue, 13 May 2008)
New Revision: 8057
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the chapter as new
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-05-13 13:01:49 UTC (rev 8056)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-05-13 13:02:52 UTC (rev 8057)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="first_seam" xreflabel="first_seam">
+<chapter id="first_seam" xreflabel="first_seam"> <!-- mark as new -->
<?dbhtml filename="first_seam.html"?>
<chapterinfo>
<keywordset>
17 years, 11 months
JBoss Tools SVN: r8056 - trunk/as/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-05-13 09:01:49 -0400 (Tue, 13 May 2008)
New Revision: 8056
Modified:
trunk/as/docs/reference/en/modules/modules.xml
trunk/as/docs/reference/en/modules/quick_start.xml
trunk/as/docs/reference/en/modules/runtimes_servers.xml
trunk/as/docs/reference/en/modules/webtools.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-320 - marking the chapters that are new or updated
Modified: trunk/as/docs/reference/en/modules/modules.xml
===================================================================
--- trunk/as/docs/reference/en/modules/modules.xml 2008-05-13 12:59:41 UTC (rev 8055)
+++ trunk/as/docs/reference/en/modules/modules.xml 2008-05-13 13:01:49 UTC (rev 8056)
@@ -7,7 +7,7 @@
are several ways to do it provided by WTP, and some additional methods provided by JBoss
Tools. These methods are described further in this chapter.</para>
- <section>
+ <section> <!-- mark as updated -->
<title>Deploying on the Package Explorer</title>
<para>On the package explorer it is possible to publish either a project to a server or just
Modified: trunk/as/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/as/docs/reference/en/modules/quick_start.xml 2008-05-13 12:59:41 UTC (rev 8055)
+++ trunk/as/docs/reference/en/modules/quick_start.xml 2008-05-13 13:01:49 UTC (rev 8056)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="quick_start">
+<chapter id="quick_start"> <!-- mark as new -->
<title>Quick Start with JBoss Server</title>
<para>This chapter covers the basics of working with the JBoss server. If you already have
Modified: trunk/as/docs/reference/en/modules/runtimes_servers.xml
===================================================================
--- trunk/as/docs/reference/en/modules/runtimes_servers.xml 2008-05-13 12:59:41 UTC (rev 8055)
+++ trunk/as/docs/reference/en/modules/runtimes_servers.xml 2008-05-13 13:01:49 UTC (rev 8056)
@@ -182,9 +182,11 @@
Wizard</link> section). </para>
<para>Servers can be started or stopped with different <link linkend="com_line_arg">command-line
arguments</link>. They are often backed by a runtime object representing that server's
- location.</para>
- <section>
+ location.</para>
+
+ <section> <!-- mark as updated -->
<title>Creating a New Server</title>
+
<para>There are many ways to get to the new server wizard. One way is to use the old standard <emphasis>
<property>File > New > Other... </property>
</emphasis> and then <emphasis>
Modified: trunk/as/docs/reference/en/modules/webtools.xml
===================================================================
--- trunk/as/docs/reference/en/modules/webtools.xml 2008-05-13 12:59:41 UTC (rev 8055)
+++ trunk/as/docs/reference/en/modules/webtools.xml 2008-05-13 13:01:49 UTC (rev 8056)
@@ -30,7 +30,7 @@
</section>
- <section>
+ <section> <!-- mark as updated -->
<title>Adding Facets to a Project</title>
<para>There are two ways to add facets to a project. The first way is to include facets into
17 years, 11 months
JBoss Tools SVN: r8054 - workspace/non-maintained/jst/plugins and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-05-13 08:59:26 -0400 (Tue, 13 May 2008)
New Revision: 8054
Added:
workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.resin/
Removed:
trunk/jst/plugins/org.jboss.tools.jst.server.resin/
Log:
moved non used wtp server implementations to non-maintained
Copied: workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.resin (from rev 8053, trunk/jst/plugins/org.jboss.tools.jst.server.resin)
17 years, 11 months
JBoss Tools SVN: r8053 - workspace/non-maintained/jst/plugins and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-05-13 08:59:17 -0400 (Tue, 13 May 2008)
New Revision: 8053
Added:
workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.jrun/
Removed:
trunk/jst/plugins/org.jboss.tools.jst.server.jrun/
Log:
moved non used wtp server implementations to non-maintained
Copied: workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.jrun (from rev 8052, trunk/jst/plugins/org.jboss.tools.jst.server.jrun)
17 years, 11 months
JBoss Tools SVN: r8052 - workspace/non-maintained/jst/plugins and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-05-13 08:59:06 -0400 (Tue, 13 May 2008)
New Revision: 8052
Added:
workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.jetty/
Removed:
trunk/jst/plugins/org.jboss.tools.jst.server.jetty/
Log:
moved non used wtp server implementations to non-maintained
Copied: workspace/non-maintained/jst/plugins/org.jboss.tools.jst.server.jetty (from rev 8051, trunk/jst/plugins/org.jboss.tools.jst.server.jetty)
17 years, 11 months