JBoss Tools SVN: r11433 - in trunk/documentation/guides/GettingStartedGuide: en/modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-31 12:27:08 -0400 (Fri, 31 Oct 2008)
New Revision: 11433
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
trunk/documentation/guides/GettingStartedGuide/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-463 - adding diffmk profile;
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-10-31 16:23:18 UTC (rev 11432)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-10-31 16:27:08 UTC (rev 11433)
@@ -350,7 +350,7 @@
>JBoss.com</ulink></para>
</section>
- <section id="JBossToolsInstall" role="updated">
+ <section id="JBossToolsInstall">
<title>JBoss Tools Installation</title>
<para>Here, let's consider the installation of the <property>JBoss Tools</property>
modules.</para>
Modified: trunk/documentation/guides/GettingStartedGuide/pom.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-10-31 16:23:18 UTC (rev 11432)
+++ trunk/documentation/guides/GettingStartedGuide/pom.xml 2008-10-31 16:27:08 UTC (rev 11433)
@@ -10,8 +10,16 @@
<packaging>jdocbook</packaging>
<name>Getting_Started_Guide</name>
+ <profiles>
+ <profile>
+ <id>diffmk</id>
+ <properties>
+ <master>master_output.xml</master>
+ </properties>
+ </profile>
+ </profiles>
+
<build>
-
<plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
@@ -41,7 +49,7 @@
</dependencies>
<configuration>
- <sourceDocumentName>master.xml</sourceDocumentName>
+ <sourceDocumentName>${master}</sourceDocumentName>
<sourceDirectory>${pom.basedir}/en</sourceDirectory>
<imageResource>
<directory>${pom.basedir}/en</directory>
@@ -96,6 +104,7 @@
<properties>
<stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ <master>master.xml</master>
<translation>en-US</translation>
</properties>
16 years, 1 month
JBoss Tools SVN: r11431 - in branches/jbosstools-3.0.0.Beta1: birt/docs/en/modules and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2008-10-31 12:23:18 -0400 (Fri, 31 Oct 2008)
New Revision: 11431
Modified:
branches/jbosstools-3.0.0.Beta1/birt/docs/en/master.xml
branches/jbosstools-3.0.0.Beta1/birt/docs/en/modules/birt_designer.xml
branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/editors_features/editors_features_2.png
branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/editors_features/editors_features_6.png
branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/visual_page/visual_page_7.png
branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/modules/editors.xml
branches/jbosstools-3.0.0.Beta1/portlet/docs/reference/en/modules/portlets_support.xml
branches/jbosstools-3.0.0.Beta1/struts/docs/struts_tools_ref_guide/en/modules/rel_resources_links.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-463
chapters area updated. master.xml schema is updated
Modified: branches/jbosstools-3.0.0.Beta1/birt/docs/en/master.xml
===================================================================
--- branches/jbosstools-3.0.0.Beta1/birt/docs/en/master.xml 2008-10-31 16:15:59 UTC (rev 11430)
+++ branches/jbosstools-3.0.0.Beta1/birt/docs/en/master.xml 2008-10-31 16:23:18 UTC (rev 11431)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-"?http://www.docbook.org/xsd/4.3/docbook.xsd"
+"http://www.docbook.org/xml/4.3/docbookx.dtd"
[
<!ENTITY introduction SYSTEM "modules/introduction.xml">
Modified: branches/jbosstools-3.0.0.Beta1/birt/docs/en/modules/birt_designer.xml
===================================================================
--- branches/jbosstools-3.0.0.Beta1/birt/docs/en/modules/birt_designer.xml 2008-10-31 16:15:59 UTC (rev 11430)
+++ branches/jbosstools-3.0.0.Beta1/birt/docs/en/modules/birt_designer.xml 2008-10-31 16:23:18 UTC (rev 11431)
@@ -29,13 +29,13 @@
<para>The next part of user interface is different <property>Views</property> that can be arranged around the Layout Editor area the way you like:</para>
<itemizedlist>
- <listitem><para><emphasis role="bold">Palette</emphasis> - BIRT View that shows the standard report items you can add to your report using drag and drop.</para></listitem>
- <listitem><para><emphasis role="bold">Outline</emphasis> - BIRT View that shows the structure of your report as a tree view.</para></listitem>
- <listitem><para><emphasis role="bold">Navigator</emphasis> - Standard Eclipse view that shows your projects, and the reports within your projects.</para></listitem>
- <listitem><para><emphasis role="bold">Data Explorer</emphasis> - BIRT View that shows your data sources (connections), data sets (queries) and report parameters. You also use this view to add data set columns to your report layout.</para></listitem>
- <listitem><para><emphasis role="bold">Property Editor</emphasis> - BIRT View that displays properties for many report items. It has tabs and groupings that organize properties into categories.</para></listitem>
- <listitem><para><emphasis role="bold">Properties View</emphasis> - Standard Eclipse view that shows all properties for a report item as a simple list. This view is optional, and we will not use it in this tutorial.</para></listitem>
- <listitem><para><emphasis role="bold">Library Explorer View</emphasis> - BIRT allows the reuse of report objects, such as tables, data sources and styles. Objects created for reuse are stored in a library file. The Library Explorer will display Libraries that exist in the resource folder. Developed libraries can be added to the resource folder by selecting File→Publish Library to Resource Folder or by right clicking in Library Explorer and selecting add. The resource folder location can be configured. </para></listitem>
+ <listitem><para><emphasis role="bold">Palette</emphasis> - shows the standard report items you can add to your report using drag and drop.</para></listitem>
+ <listitem><para><emphasis role="bold">Outline</emphasis> - shows the structure of your report as a tree view.</para></listitem>
+ <listitem><para><emphasis role="bold">Navigator</emphasis> - shows your projects and reports within the projects.</para></listitem>
+ <listitem><para><emphasis role="bold">Data Explorer</emphasis> - shows your data sources, data sets and report parameters. You also can use this view to add data set columns to your report layout.</para></listitem>
+ <listitem><para><emphasis role="bold">Property Editor</emphasis> - displays properties for many report items.</para></listitem>
+ <listitem><para><emphasis role="bold">Properties View</emphasis> - shows all properties for a report item as a simple list.</para></listitem>
+ <listitem><para><emphasis role="bold">Library Explorer View</emphasis> - allows the reuse of report objects, such as tables, data sources and styles. Objects created for reuse are stored in a library file. The Library Explorer will display Libraries that exist in the Resource folder. Developed libraries can be added to the resource folder by selecting <emphasis>File→Publish Library in Resource Folder</emphasis>. The resource folder location can be configured. </para></listitem>
@@ -60,23 +60,14 @@
<listitem><para><emphasis role="bold">Report Preview</emphasis> - Report Preview is used to test your newly created report with some real data.</para></listitem>
<listitem><para><emphasis role="bold">Chart Builder</emphasis> - using the Chart Builder you can add any charts to the design of your report. Just select a chart type, then data and, finally, format the chart.</para></listitem>
<listitem><para><emphasis role="bold">Expression Builder </emphasis> - expressions are simple scripts that return a value. They are used to assign data values to report elements, build image locations, hyperlinks, parameter default values etc.</para></listitem>
- <listitem><para><emphasis role="bold">Cheat Sheets</emphasis> - Cheat sheets are small pices of useful dosumentation that lead you through a report creation process. Just select when you need and then follow the instructions.</para></listitem>
+ <listitem><para><emphasis role="bold">Cheat Sheets</emphasis> - Cheat sheets are small pices of useful documentation that lead you through a report creation process. Just select what you need and then follow the instructions.</para></listitem>
<listitem><para><emphasis role="bold">Outline</emphasis> - this view provides a compact overview of the entire report structure.</para></listitem>
</itemizedlist>
- <para>There are a number of ways we can improve the report's appearance: </para>
-
- <itemizedlist>
- <listitem><para>Add a title to the top of the report;</para></listitem>
- <listitem><para> Add a title to the top of the report. </para></listitem>
- <listitem><para> Add some color to enhance the column headings. </para></listitem>
- <listitem><para> Shrink the size of the city and state columns. </para></listitem>
- <listitem><para>Add some color to make the state and city group headers stand out. </para></listitem>
- <listitem><para>Format the phone numbers. </para></listitem>
- <listitem><para>Sort customers by name.</para></listitem>
- </itemizedlist>
</section>
+
+ <para>In this guide we made a simple overview of the BIRT plugin: its installation, support, features etc. that will help you to make your first steps with it.</para>
</chapter>
Modified: branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/editors_features/editors_features_2.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/editors_features/editors_features_6.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/images/visual_page/visual_page_7.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/modules/editors.xml 2008-10-31 16:15:59 UTC (rev 11430)
+++ branches/jbosstools-3.0.0.Beta1/jsf/docs/userguide/en/modules/editors.xml 2008-10-31 16:23:18 UTC (rev 11431)
@@ -839,13 +839,22 @@
<para>When working in JBoss Tools JSP editor you are constantly provided with
feedback and contextual error checking as you type.</para>
</section>
+ </section>
+ <section id="pages_styling">
+ <title>Pages Styling</title>
+
+ <para>Most web pages use the cascading style sheets (CSS) to control the way they look.
+ With <property>Visual Page Editor</property> you can easily stylise your pages. In
+ this section we are going to introduce you to a powerful mechanism that <property>VPE</property> provides for
+ a complete control over pages styling. </para>
+
<section id="inline_styling">
<title>Inline Style Editing</title>
- <para>In the Visual part of the VPE there is a graphical toolbar, use it to add
- inline styling to JSF and Struts tags on your page. The toolbar can be hidden by
- clicking on arrow sign in the upper left corner.</para>
+ <para>In the Visual part of the <property>VPE</property> there is a graphical
+ toolbar, use it to add inline styling to JSF and Struts tags on your page. The
+ toolbar can be hidden by clicking on arrow sign in the upper left corner.</para>
<figure>
<title>Text Formatting</title>
@@ -856,8 +865,8 @@
</mediaobject>
</figure>
- <para>For editing inline styles for DOM elements VPE also provides <property>CSS
- Dialog</property>. It can be called from <emphasis>
+ <para>For editing inline styles for DOM elements <property>VPE</property> also
+ provides <property>CSS Dialog</property>. It can be called from <emphasis>
<property>style</property>
</emphasis> line in the <property>Properties view</property> for a currently
selected element.</para>
@@ -873,7 +882,7 @@
<para id="css_dialog"><property>CSS Dialog</property> has four tabs where css
properties for text, background, borders and others can be specified. A simple
- preview which is generated at the bottom of the <property>CSS Dialog</property>
+ preview which is generated at the top of the <property>CSS Dialog</property>
allows you to see the changes before you apply them.</para>
<figure>
@@ -886,68 +895,167 @@
</figure>
</section>
- <section id="vpe_templating">
- <title>Templating</title>
+ <section id="external_stylesheets">
+ <title>External Stylesheets</title>
+ <para>The pages you are working with in <property>VPE</property> can use external
+ stylesheets. <property>VPE</property> allows you to create new style classes in
+ existing stylesheets and/or edit them as well. For these purposes <property>CSS
+ Style Class Dialog</property> is provided.</para>
+ <para>Select the element for which you need to create or edit style class and press
+ button next to <emphasis>
+ <property>styleClass</property>
+ </emphasis> field in <property>Properties view</property>.</para>
- <para>The VPE also makes it possible to create templates for unknown tags.</para>
+ <figure>
+ <title>Calling the CSS Style Class Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_17.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>To call the <property>Template dialog</property> for a tag, right-click on it
- in Visual mode and select <emphasis>
- <property>Template</property>
- </emphasis> option.</para>
-
+ <para>It'll pick up the <property>CSS Style Class Dialog</property> which
+ looks like on the figure below.</para>
<figure>
- <title>Calling Template Dialog</title>
+ <title>CSS Style Class Dialog</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/visual_page/visual_page_7a.png"/>
+ <imagedata fileref="images/visual_page/visual_page_18.png"/>
</imageobject>
</mediaobject>
</figure>
+ <para>First, you should specify the CSS file where you are going to put your style
+ class. Do this by pressing button next to the <emphasis>
+ <property>CSS file</property>
+ </emphasis> field.</para>
+ <figure>
+ <title>CSS File Selection</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_19.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para id="template_dialog">Here is what the <property>Template dialog</property> looks like.</para>
-
+ <para>To create new CSS class write its name in the <emphasis>
+ <property>Style class</property>
+ </emphasis> field and then configure style settings switching between the tabs: <emphasis>
+ <property>Text/Font</property>, </emphasis>
+ <emphasis>
+ <property>Background</property>, </emphasis>
+ <emphasis>
+ <property>Boxes</property>, </emphasis>
+ <emphasis>
+ <property>Property Sheet</property>. </emphasis>To add existing styling to
+ the chosen element expand the list of the existed style classes and point to the
+ necessary one.</para>
+
<figure>
- <title>Template Dialog</title>
+ <title>Style Class Selection</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/visual_page/visual_page_7b.png"/>
+ <imagedata fileref="images/visual_page/visual_page_20.png"/>
</imageobject>
</mediaobject>
</figure>
-
+
<para><emphasis>
- <property>Tag for Display</property>
- </emphasis> field in the <property>Template dialog</property> requires
- specifying a type of tag. It can be SPAN, DIV, TABLE or any other html element.
- Here it's also possible to mark weather the tag is children or not (by checking <emphasis>
- <property>Children</property></emphasis>), whether it contains an IMG tag (by checking <emphasis>
- <property>Icon</property></emphasis>) and
- specify a value for it.</para>
+ <property>Quick Edit</property>
+ </emphasis> gives a preview of the properties which are set for the existing
+ style class. You can easily modify them with the help of this wizard.</para>
- <para>What comes to the <emphasis>
- <property>Style</property></emphasis> field, you can fill it out manually or make use of the button
- next to the field to bring the <link linkend="css_dialog">CSS Dialog</link> for
- editing styles.</para>
+ <figure>
+ <title>Quick Edit</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_21.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>You can observe all defined templates in the <link linkend="VisualPageEditor2"
- >VPE Preferences</link> on the Templates tab which you can quickly access by
- pressing <link linkend="AdvancedSettings954">Preferences button</link>.</para>
+ <para>Preview at the top of the <property>CSS Style Class Dialog</property>
+ visualizes the result.</para>
+
+ <para>The dialog for creating a new CSS class, which is called from <emphasis>
+ <property>New > Other... > JBoss Tools Web > CSS Class</property>,
+ </emphasis> looks the same.</para>
<figure>
- <title>Templates Tab of the VPE Preferences Page</title>
+ <title>New CSS Class Dialog</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/visual_page/visual_page_7c.png"/>
+ <imagedata fileref="images/visual_page/visual_page_22.png"/>
</imageobject>
</mediaobject>
</figure>
-
- <para>Here it's possible to edit or remove any listed in the table template.</para>
-
</section>
</section>
+ <section id="vpe_templating">
+ <title>Templating</title>
+
+ <para>The VPE also makes it possible to create templates for unknown tags.</para>
+
+ <para>To call the <property>Template dialog</property> for a tag, right-click on it in
+ Visual mode and select <emphasis>
+ <property>Template</property>
+ </emphasis> option.</para>
+
+ <figure>
+ <title>Calling Template Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_7a.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para id="template_dialog">Here is what the <property>Template dialog</property> looks
+ like.</para>
+
+ <figure>
+ <title>Template Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_7b.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para><emphasis>
+ <property>Tag for Display</property>
+ </emphasis> field in the <property>Template dialog</property> requires specifying a
+ type of tag. It can be SPAN, DIV, TABLE or any other html element. Here
+ it's also possible to mark weather the tag is children or not (by checking <emphasis>
+ <property>Children</property>
+ </emphasis>), whether it contains an IMG tag (by checking <emphasis>
+ <property>Icon</property>
+ </emphasis>) and specify a value for it.</para>
+
+ <para>What comes to the <emphasis>
+ <property>Style</property>
+ </emphasis> field, you can fill it out manually or make use of the button next to
+ the field to bring the <link linkend="css_dialog">CSS Dialog</link> for editing
+ styles.</para>
+
+ <para>You can observe all defined templates in the <link linkend="VisualPageEditor2">VPE
+ Preferences</link> on the Templates tab which you can quickly access by pressing
+ <link linkend="AdvancedSettings954">Preferences button</link>.</para>
+
+ <figure>
+ <title>Templates Tab of the VPE Preferences Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_7c.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Here it's possible to edit or remove any listed in the table template.</para>
+
+ </section>
+
<section id="AdvancedSettings954">
<title>Advanced Settings</title>
Modified: branches/jbosstools-3.0.0.Beta1/portlet/docs/reference/en/modules/portlets_support.xml
===================================================================
--- branches/jbosstools-3.0.0.Beta1/portlet/docs/reference/en/modules/portlets_support.xml 2008-10-31 16:15:59 UTC (rev 11430)
+++ branches/jbosstools-3.0.0.Beta1/portlet/docs/reference/en/modules/portlets_support.xml 2008-10-31 16:23:18 UTC (rev 11431)
@@ -32,8 +32,8 @@
</mediaobject>
</figure>
- <para>The wizard fills in The Web Project and Source Folder fields for you. Then you need to specify
- the Java package and the Class name and click <emphasis>
+ <para>The wizard fills in The Web Project and Source Folder fields for you. Then you need to
+ specify the Java package and the Class name and click <emphasis>
<property>Next</property>
</emphasis>.</para>
@@ -205,9 +205,9 @@
</imageobject>
</mediaobject>
</figure>
-
+
<para>The JSF Portlet looks in the Browser as follows.</para>
-
+
<figure>
<title>JSF Portlet in the Browser Window</title>
<mediaobject>
@@ -217,4 +217,13 @@
</mediaobject>
</figure>
</section>
+
+ <para>With this document you've learnt how to get started with <property>JBoss
+ Portal</property> using <property>JBoss Tools</property> suite of Eclipse plugins. The
+ above chapters walked you through the steps on how to organize a web project with portlets
+ which includes a sample staff and deploy it onto the <property>JBoss Portal</property>.</para>
+
+ <para>If you still have questions or suggestions you are always welcome on our <ulink
+ url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"
+ >Forum</ulink>. Your feedback will be very much appreciated.</para>
</chapter>
Modified: branches/jbosstools-3.0.0.Beta1/struts/docs/struts_tools_ref_guide/en/modules/rel_resources_links.xml
===================================================================
--- branches/jbosstools-3.0.0.Beta1/struts/docs/struts_tools_ref_guide/en/modules/rel_resources_links.xml 2008-10-31 16:15:59 UTC (rev 11430)
+++ branches/jbosstools-3.0.0.Beta1/struts/docs/struts_tools_ref_guide/en/modules/rel_resources_links.xml 2008-10-31 16:23:18 UTC (rev 11431)
@@ -16,4 +16,16 @@
<para>Find out necessary information on <ulink url="http://struts.apache.org/">Struts
technology</ulink> if you don't know enough.</para>
+ <para>In summary, this reference should help you to get familiar with those parts of
+ <property>JBoss Tools</property> which are meant for development with Struts
+ technology. If you've carefully gone through the document, you should know
+ now how to create/import Struts project or enable Struts capabilities for an
+ existing web project as well as organize and edit all necessary staff for your
+ Struts application using a set of views and editors provided by <property>JBoss
+ Tools</property>.</para>
+
+ <para>If you'd like to contribute your feedback is always appreciated. You can
+ leave your questions and suggestions on our <ulink
+ url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"
+ >Forum</ulink>.</para>
</chapter>
16 years, 1 month
JBoss Tools SVN: r11432 - trunk/documentation/guides/Exadel-migration.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-10-31 12:23:18 -0400 (Fri, 31 Oct 2008)
New Revision: 11432
Modified:
trunk/documentation/guides/Exadel-migration/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-463 - adding diffmk profile;
Modified: trunk/documentation/guides/Exadel-migration/pom.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/pom.xml 2008-10-31 16:23:18 UTC (rev 11431)
+++ trunk/documentation/guides/Exadel-migration/pom.xml 2008-10-31 16:23:18 UTC (rev 11432)
@@ -9,7 +9,16 @@
<version>1.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Exadel_Studio_Migration_Guide</name>
-
+
+ <profiles>
+ <profile>
+ <id>diffmk</id>
+ <properties>
+ <master>master_output.xml</master>
+ </properties>
+ </profile>
+ </profiles>
+
<build>
<plugins>
<plugin>
@@ -37,7 +46,7 @@
</dependency>
</dependencies>
<configuration>
- <sourceDocumentName>master.xml</sourceDocumentName>
+ <sourceDocumentName>${master}</sourceDocumentName>
<sourceDirectory>${pom.basedir}/en</sourceDirectory>
<imageResource>
<directory>${pom.basedir}/en</directory>
@@ -101,6 +110,7 @@
<properties>
<stylesdir>../../../documentation/jbosstools-docbook-xslt/src/main/resources/</stylesdir>
<cssdir>../../../documentation/jbosstools-jdocbook-style/src/main/com/css/</cssdir>
+ <master>master.xml</master>
<translation>en-US</translation>
</properties>
16 years, 1 month
JBoss Tools SVN: r11430 - in trunk/common/plugins/org.jboss.tools.common.meta.ui: src/org/jboss/tools/common/meta/ui/editor and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:15:59 -0400 (Fri, 31 Oct 2008)
New Revision: 11430
Added:
trunk/common/plugins/org.jboss.tools.common.meta.ui/src/org/jboss/tools/common/meta/ui/editor/GenerateKeysGloballyHandler.java
Modified:
trunk/common/plugins/org.jboss.tools.common.meta.ui/plugin.xml
Log:
JBIDE-2969
Modified: trunk/common/plugins/org.jboss.tools.common.meta.ui/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.meta.ui/plugin.xml 2008-10-31 16:13:54 UTC (rev 11429)
+++ trunk/common/plugins/org.jboss.tools.common.meta.ui/plugin.xml 2008-10-31 16:15:59 UTC (rev 11430)
@@ -88,6 +88,8 @@
class="org.jboss.tools.common.meta.ui.editor.FileMetaLoader"/>
<xclass id="org.jboss.tools.common.meta.ui.editor.GenerateHelpKeysHandler"
class="org.jboss.tools.common.meta.ui.editor.GenerateHelpKeysHandler"/>
+ <xclass id="org.jboss.tools.common.meta.ui.editor.GenerateKeysGloballyHandler"
+ class="org.jboss.tools.common.meta.ui.editor.GenerateKeysGloballyHandler"/>
<xclass id="org.jboss.tools.common.meta.ui.editor.MetaAttributeDataImpl"
class="org.jboss.tools.common.meta.ui.editor.MetaAttributeDataImpl"/>
<xclass id="org.jboss.tools.common.meta.ui.editor.MetaAttributeEditorImpl"
Added: trunk/common/plugins/org.jboss.tools.common.meta.ui/src/org/jboss/tools/common/meta/ui/editor/GenerateKeysGloballyHandler.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.meta.ui/src/org/jboss/tools/common/meta/ui/editor/GenerateKeysGloballyHandler.java (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.meta.ui/src/org/jboss/tools/common/meta/ui/editor/GenerateKeysGloballyHandler.java 2008-10-31 16:15:59 UTC (rev 11430)
@@ -0,0 +1,205 @@
+package org.jboss.tools.common.meta.ui.editor;
+
+import java.io.File;
+import java.util.ArrayList;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Properties;
+import java.util.Set;
+
+import org.jboss.tools.common.meta.action.impl.AbstractHandler;
+import org.jboss.tools.common.meta.action.impl.handlers.DefaultCreateHandler;
+import org.jboss.tools.common.meta.action.impl.handlers.DefaultRemoveHandler;
+import org.jboss.tools.common.meta.key.WizardKeys;
+import org.jboss.tools.common.model.XModelException;
+import org.jboss.tools.common.model.XModelObject;
+import org.jboss.tools.common.model.filesystems.impl.FolderImpl;
+import org.jboss.tools.common.model.util.EclipseResourceUtil;
+
+public class GenerateKeysGloballyHandler extends AbstractHandler {
+
+ //TODO ask in wizard
+ String root = "C:/Documents and Settings/glory/RedHat-3.4";
+
+ public GenerateKeysGloballyHandler() {}
+
+ public boolean isEnabled(XModelObject object) {
+ return object != null;
+ }
+
+ public void executeHandler(XModelObject object, Properties p) throws XModelException {
+ File productRoot = new File(root);
+ File[] plugins = productRoot.listFiles();
+ List<PluginData> relevantPlugins = new ArrayList<PluginData>();
+ Set<String> allKeys = new HashSet<String>();
+ for (int i = 0; i < plugins.length; i++) {
+ if(!plugins[i].isDirectory()) continue;
+ File pxml = new File(plugins[i], "plugin.xml");
+ if(!pxml.isFile()) continue;
+ File meta = new File(plugins[i], "resources/meta");
+ if(!meta.isDirectory()) continue;
+ File helpFolder = new File(plugins[i], "resources/help");
+ if(!helpFolder.isDirectory()) {
+
+ //TODO create folder
+ }
+ XModelObject o = EclipseResourceUtil.createObjectForLocation(pxml.getAbsolutePath());
+ if(o == null) {
+// System.out.println("Null for" + pxml);
+ } else {
+ XModelObject parent = o.getParent();
+ PluginData pluginData = new PluginData();
+ pluginData.rootFolder = plugins[i];
+ pluginData.rootObject = parent;
+ pluginData.metaFolder = parent.getChildByPath("resources/meta");
+ relevantPlugins.add(pluginData);
+ XModelObject[] cs = parent.getChildren();
+ if(!helpFolder.isDirectory()) {
+ System.out.println("No help folder");
+ }
+ XModelObject helpFolderObject = parent.getChildByPath("resources/help");
+ if(helpFolderObject != null) {
+ XModelObject[] hf = helpFolderObject.getChildren("FilePROPERTIES");
+ for (int j = 0; j < hf.length; j++) {
+ XModelObject[] ps = hf[j].getChildren();
+ for (int k = 0; k < ps.length; k++) allKeys.add(ps[k].getAttributeValue("name"));
+ }
+ }
+ }
+
+
+ }
+
+ System.out.println("Total keys count = " + allKeys.size());
+
+ generateAttributeNameKeys(allKeys, relevantPlugins);
+
+ generateMenuNameKeys(allKeys, relevantPlugins);
+ }
+
+ private void generateAttributeNameKeys(Set<String> allKeys, List<PluginData> relevantPlugins) throws XModelException {
+ for (PluginData d: relevantPlugins) {
+ XModelObject[] ms = d.metaFolder.getChildren("FileMETA");
+ for (int i = 0; i < ms.length; i++) {
+ XModelObject version = ms[i].getChildByPath("Version");
+ String module = version.getAttributeValue("module");
+
+ String attrKeysFileName = "keys-" + module.toLowerCase() + "-attrs";
+
+ XModelObject attrKeys = findOrCreatePropertiesFile(d.rootObject, attrKeysFileName);
+ if(attrKeys == null) {
+ continue;
+ }
+ XModelObject[] es = ms[i].getChildren("MetaEntity");
+ for (int j = 0; j < es.length; j++) {
+ XModelObject[] as = es[j].getChildByPath("Attributes").getChildren();
+ for (int k = 0; k < as.length; k++) {
+ if(as[k].getModelEntity().getName().equals("MetaAttribute")) {
+ addAttributeFieldDisplayName(attrKeys, module, allKeys, es[j], as[k]);
+ }
+
+ }
+ }
+ if(attrKeys.getChildren().length > 0) {
+ System.out.println(attrKeysFileName + " " + attrKeys.getChildren().length);
+ ((FolderImpl)attrKeys.getParent()).saveChild(attrKeys);
+ }
+ }
+ }
+ }
+
+ private void addAttributeFieldDisplayName(XModelObject attrKeys, String module, Set<String> allKeys, XModelObject ent, XModelObject attr) throws XModelException {
+ String name = attr.getAttributeValue("name");
+ String key_att_1 = ent.getAttributeValue("name") + "_" + name.replace(' ', '_');
+ if(allKeys.contains(key_att_1)) {
+// System.out.println("--->" + key_att_1);
+ return;
+ }
+ key_att_1 = ent.getAttributeValue("name") + "." + name.replace(' ', '_');
+ if(allKeys.contains(key_att_1)) {
+// System.out.println("--->" + key_att_1);
+ return;
+ }
+ String key_att_2 = module + "." + name.replace(' ', '_').replace(':', '_');
+ boolean invisible = "false".equals(attr.getAttributeValue("visibility"));
+ if(attrKeys.getChildByPath(key_att_2) != null) {
+ if(invisible) {
+// DefaultRemoveHandler.removeFromParent(attrKeys.getChildByPath(key_att_2));
+ }
+ return;
+ }
+ if(invisible) return;
+ XModelObject po = attrKeys.getModel().createModelObject("Property", new Properties());
+ po.setAttributeValue("name", key_att_2);
+ po.setAttributeValue("value", WizardKeys.toDisplayName(name));
+ DefaultCreateHandler.addCreatedObject(attrKeys, po, 2);
+ }
+
+ private void generateMenuNameKeys(Set<String> allKeys, List<PluginData> relevantPlugins) throws XModelException {
+ Set<String> mk = new HashSet<String>(); //Temp
+ for (PluginData d: relevantPlugins) {
+ XModelObject[] ms = d.metaFolder.getChildren("FileMETA");
+ for (int i = 0; i < ms.length; i++) {
+ XModelObject version = ms[i].getChildByPath("Version");
+ String module = version.getAttributeValue("module");
+
+ String menuKeysFileName = "keys-" + module.toLowerCase() + "-menu";
+
+ XModelObject menuKeys = findOrCreatePropertiesFile(d.rootObject, menuKeysFileName);
+ if(menuKeys == null) {
+ continue;
+ }
+ XModelObject[] es = ms[i].getChildren("MetaEntity");
+ for (int j = 0; j < es.length; j++) {
+ XModelObject list = es[j].getChildByPath("ActionList");
+ if(list != null) {
+ generateMenuNameKeys(allKeys, menuKeys, list, mk);
+ }
+ }
+ if(menuKeys.getChildren().length > 0) {
+ System.out.println(menuKeysFileName + " " + menuKeys.getChildren().length);
+ ((FolderImpl)menuKeys.getParent()).saveChild(menuKeys);
+ }
+ }
+ }
+ System.out.println("action menu names " + mk.size());
+ for (String s: mk) System.out.println(s);
+ }
+
+ private void generateMenuNameKeys(Set<String> allKeys, XModelObject menuKeys, XModelObject list, Set<String> mk) throws XModelException {
+ String n = list.getAttributeValue("name");
+ String g = list.getAttributeValue("group");
+ if("1".equals(g)) {
+ mk.add(n);
+ }
+ XModelObject[] cs = list.getChildren();
+ for (int i = 0; i < cs.length; i++) {
+ String entity = cs[i].getModelEntity().getName();
+ if("MetaActionList".equals(entity)) {
+ generateMenuNameKeys(allKeys, menuKeys, cs[i], mk);
+ } else {
+ String na = cs[i].getAttributeValue("name");
+ mk.add(na);
+ }
+ }
+ }
+
+ private XModelObject findOrCreatePropertiesFile(XModelObject root, String name) {
+ XModelObject parent = root.getChildByPath("resources/help");
+ if(parent == null) return null;
+ XModelObject o = parent.getChildByPath(name + ".properties");
+ if(o == null) {
+ o = parent.getModel().createModelObject("FilePROPERTIES", new Properties());
+ o.setAttributeValue("name", name);
+ parent.addChild(o);
+ parent.setModified(true);
+ }
+ return o;
+ }
+
+ class PluginData {
+ File rootFolder;
+ XModelObject rootObject;
+ XModelObject metaFolder;
+ }
+}
16 years, 1 month
JBoss Tools SVN: r11429 - in trunk/jst/plugins/org.jboss.tools.jst.web: resources/help and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:13:54 -0400 (Fri, 31 Oct 2008)
New Revision: 11429
Added:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-attrs.properties
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml
Log:
JBIDE-2969
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml 2008-10-31 16:13:33 UTC (rev 11428)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/plugin.xml 2008-10-31 16:13:54 UTC (rev 11429)
@@ -19,8 +19,8 @@
</meta>
</extension>
<extension point="org.jboss.tools.common.model.keys">
- <keys path="help/keys-web.properties">
- </keys>
+ <keys path="help/keys-web.properties"/>
+ <keys path="help/keys-web-attrs.properties"/>
</extension>
<extension point="org.jboss.tools.common.model.specialwizard">
<specialwizard class="org.jboss.tools.jst.web.project.AddServletSupportWizard" id="org.jboss.tools.jst.web.project.AddServletSupportWizard">
Added: trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-attrs.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-attrs.properties (rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web-attrs.properties 2008-10-31 16:13:54 UTC (rev 11429)
@@ -0,0 +1,134 @@
+Web.element_type=Element Type
+Web.name=Name
+Web.extension=Extension
+Web.tlibversion=Tlibversion
+Web.jspversion=Jspversion
+Web.shortname=Shortname
+Web.uri=URI
+Web.info=Info
+Web.encoding=Encoding
+Web.required=Required
+Web.rtexprvalue=Rtexprvalue
+Web.tagclass=Tagclass
+Web.teiclass=Teiclass
+Web.bodycontent=Bodycontent
+Web.comment=Comment
+Web.display-name=Display-Name
+Web.small-icon=Small-Icon
+Web.large-icon=Large-Icon
+Web.description=Description
+Web.id=ID
+Web.folder=Folder
+Web.version=Version
+Web.separator=Separator
+Web.separator2=Separator2
+Web.type=Type
+Web.listener-class=Listener-Class
+Web.example=Example
+Web.validator-class=Validator-Class
+Web.name-given=Name-Given
+Web.name-from-attribute=Name-From-Attribute
+Web.variable-class=Variable-Class
+Web.declare=Declare
+Web.scope=Scope
+Web.distributable=Distributable
+Web.param-name=Param-Name
+Web.param-value=Param-Value
+Web.ejb-ref-name=Ejb-Ref-Name
+Web.ejb-ref-type=Ejb-Ref-Type
+Web.local-home=Local-Home
+Web.local=Local
+Web.ejb-link=Ejb-Link
+Web.home=Home
+Web.remote=Remote
+Web.env-entry-name=Env-Entry-Name
+Web.env-entry-value=Env-Entry-Value
+Web.env-entry-type=Env-Entry-Type
+Web.error-code=Error-Code
+Web.exception-type=Exception-Type
+Web.location=Location
+Web.filter-name=Filter-Name
+Web.filter-class=Filter-Class
+Web.url-pattern=URL-Pattern
+Web.servlet-name=Servlet-Name
+Web.auth-method=Auth-Method
+Web.realm-name=Realm-Name
+Web.form-login-page=Form-Login-Page
+Web.form-error-page=Form-Error-Page
+Web.mime-type=Mime-Type
+Web.web-resource-name=Web-Resource-Name
+Web.url-patterns=URL-Patterns
+Web.http-methods=Http-Methods
+Web.resource-env-ref-name=Resource-Env-Ref-Name
+Web.resource-env-ref-type=Resource-Env-Ref-Type
+Web.res-ref-name=Res-Ref-Name
+Web.res-type=Res-Type
+Web.res-auth=Res-Auth
+Web.role-name=Role-Name
+Web.role-link=Role-Link
+Web.servlet-class=Servlet-Class
+Web.jsp-file=JSP-File
+Web.load-on-startup=Load-on-Startup
+Web.session-timeout=Session-Timeout
+Web.taglib-uri=Taglib-URI
+Web.taglib-location=Taglib-Location
+Web.transport-guarantee=Transport-Guarantee
+Web.file_name=File Name
+Web.xmlns=Xmlns
+Web.xmlns_xsi=Xmlns\:xsi
+Web.xsi_schemaLocation=Xsi\:schemaLocation
+Web.deferred-value_type=Deferred-Value Type
+Web.deferred-method_signature=Deferred-Method Signature
+Web.fragment=Fragment
+Web.function-class=Function-Class
+Web.function-signature=Function-Signature
+Web.path=Path
+Web.page_path=Page Path
+Web.project=Project
+Web.implementation=Implementation
+Web.velocity_templates=Velocity Templates
+Web.templates_location=Templates Location
+Web.core_library=Core Library
+Web.common_library=Common Library
+Web.language=Language
+Web.country=Country
+Web.model_path=Model Path
+Web.URI=URI
+Web.path_on_disk=Path on Disk
+Web.root_file_system=Root File System
+Web.src_file_system=Src File System
+Web.url=URL
+Web.filter=Filter
+Web.add_libraries=Add Libraries
+Web.servlet_version=Servlet Version
+Web.use_default_path=Use Default Path
+Web.import_type=Import Type
+Web.template=Template
+Web.TLDs=TLDs
+Web.domain=Domain
+Web.runtime=Runtime
+Web.target_server=Target Server
+Web.build=Build
+Web.compile=Compile
+Web.create_jar=Create Jar
+Web.metadata-complete=Metadata-Complete
+Web.dispatchers=Dispatchers
+Web.el-ignored=El-Ignored
+Web.page-encoding=Page-Encoding
+Web.scripting-invalid=Scripting-Invalid
+Web.is-xml=Is-XML
+Web.include-prelude=Include-Prelude
+Web.include-coda=Include-Coda
+Web.locale=Locale
+Web.message-destination-name=Message-Destination-Name
+Web.message-destination-ref-name=Message-Destination-Ref-Name
+Web.message-destination-type=Message-Destination-Type
+Web.message-destination-usage=Message-Destination-Usage
+Web.message-destination-link=Message-Destination-Link
+Web.service-ref-name=Service-Ref-Name
+Web.service-interface=Service-Interface
+Web.wsdl-file=Wsdl-File
+Web.jaxrpc-mapping-file=Jaxrpc-Mapping-File
+Web.service-qname=Service-Qname
+Web.port-component-ref=Port-Component-Ref
+Web.handler=Handler
16 years, 1 month
JBoss Tools SVN: r11428 - workspace/snjeza/seam-examples.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-10-31 12:13:33 -0400 (Fri, 31 Oct 2008)
New Revision: 11428
Modified:
workspace/snjeza/seam-examples/jboss-seam-jpa.zip
Log:
JBIDE-3031 Project examples (Seam Booking) don't start on server.
Modified: workspace/snjeza/seam-examples/jboss-seam-jpa.zip
===================================================================
(Binary files differ)
16 years, 1 month
JBoss Tools SVN: r11427 - in trunk/vpe/plugins/org.jboss.tools.vpe: resources/help and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:13:01 -0400 (Fri, 31 Oct 2008)
New Revision: 11427
Added:
trunk/vpe/plugins/org.jboss.tools.vpe/resources/help/keys-vpe-attrs.properties
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml
Log:
JBIDE-2969
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml 2008-10-31 16:11:13 UTC (rev 11426)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/plugin.xml 2008-10-31 16:13:01 UTC (rev 11427)
@@ -11,6 +11,7 @@
<extension point="org.jboss.tools.common.model.keys">
<keys path="help/keys-vpe.properties"/>
+ <keys path="help/keys-vpe-attrs.properties"/>
</extension>
<!-- extension
point="org.jboss.tools.vpe.templates">
Added: trunk/vpe/plugins/org.jboss.tools.vpe/resources/help/keys-vpe-attrs.properties
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/resources/help/keys-vpe-attrs.properties (rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/resources/help/keys-vpe-attrs.properties 2008-10-31 16:13:01 UTC (rev 11427)
@@ -0,0 +1,3 @@
+VPE.scope=Scope
+VPE.location=Location
+VPE.prefix=Prefix
16 years, 1 month
JBoss Tools SVN: r11426 - in trunk/jst/plugins/org.jboss.tools.jst.web.tiles: resources/help and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:11:13 -0400 (Fri, 31 Oct 2008)
New Revision: 11426
Added:
trunk/jst/plugins/org.jboss.tools.jst.web.tiles/resources/help/keys-tiles-attrs.properties
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.tiles/plugin.xml
Log:
JBIDE-2969
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.tiles/plugin.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles/plugin.xml 2008-10-31 16:09:49 UTC (rev 11425)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles/plugin.xml 2008-10-31 16:11:13 UTC (rev 11426)
@@ -7,8 +7,8 @@
</meta>
</extension>
<extension point="org.jboss.tools.common.model.keys">
- <keys path="help/keys-tiles.properties">
- </keys>
+ <keys path="help/keys-tiles.properties"/>
+ <keys path="help/keys-tiles-attrs.properties"/>
</extension>
<extension
Added: trunk/jst/plugins/org.jboss.tools.jst.web.tiles/resources/help/keys-tiles-attrs.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.tiles/resources/help/keys-tiles-attrs.properties (rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.tiles/resources/help/keys-tiles-attrs.properties 2008-10-31 16:11:13 UTC (rev 11426)
@@ -0,0 +1,34 @@
+Tiles.folder=Folder
+Tiles.separator=Separator
+Tiles.register=Register
+Tiles.element_type=Element Type
+Tiles.name=Name
+Tiles.extension=Extension
+Tiles.encoding=Encoding
+Tiles.update_references=Update References
+Tiles.id=ID
+Tiles.value=Value
+Tiles.type=Type
+Tiles.direct=Direct
+Tiles.content=Content
+Tiles.classtype=Classtype
+Tiles.path=Path
+Tiles.page=Page
+Tiles.template=Template
+Tiles.extends=Extends
+Tiles.role=Role
+Tiles.controllerClass=ControllerClass
+Tiles.controllerUrl=ControllerUrl
+Tiles.small-icon=Small-Icon
+Tiles.large-icon=Large-Icon
+Tiles.display-name=Display-Name
+Tiles.description=Description
+Tiles.link=Link
+Tiles.icon=Icon
+Tiles.tooltip=Tooltip
+Tiles.title=Title
+Tiles.subtype=Subtype
+Tiles.shape=Shape
+Tiles.target=Target
+Tiles.hidden=Hidden
+Tiles.shortcut=Shortcut
16 years, 1 month
JBoss Tools SVN: r11425 - in trunk/struts/plugins/org.jboss.tools.struts: resources/help and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:09:49 -0400 (Fri, 31 Oct 2008)
New Revision: 11425
Added:
trunk/struts/plugins/org.jboss.tools.struts/resources/help/keys-struts-attrs.properties
Modified:
trunk/struts/plugins/org.jboss.tools.struts/plugin.xml
Log:
JBIDE-2969
Modified: trunk/struts/plugins/org.jboss.tools.struts/plugin.xml
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/plugin.xml 2008-10-31 16:08:42 UTC (rev 11424)
+++ trunk/struts/plugins/org.jboss.tools.struts/plugin.xml 2008-10-31 16:09:49 UTC (rev 11425)
@@ -15,8 +15,8 @@
<meta path="meta/strutsprojects.meta"/>
</extension>
<extension point="org.jboss.tools.common.model.keys">
- <keys path="help/keys-struts.properties">
- </keys>
+ <keys path="help/keys-struts.properties"/>
+ <keys path="help/keys-struts-attrs.properties"/>
</extension>
<extension point="org.jboss.tools.common.model.specialwizard">
<specialwizard class="org.jboss.tools.struts.webprj.model.helpers.sync.SortFileSystems" id="org.jboss.tools.struts.webprj.model.helpers.sync.SortFileSystems">
Added: trunk/struts/plugins/org.jboss.tools.struts/resources/help/keys-struts-attrs.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/resources/help/keys-struts-attrs.properties (rev 0)
+++ trunk/struts/plugins/org.jboss.tools.struts/resources/help/keys-struts-attrs.properties 2008-10-31 16:09:49 UTC (rev 11425)
@@ -0,0 +1,109 @@
+Struts.element_type=Element Type
+Struts.folder=Folder
+Struts.separator=Separator
+Struts.module=Module
+Struts.file_system=File System
+Struts.register_in_web.xml=Register in web.xml
+Struts.version=Version
+Struts.name=Name
+Struts.type=Type
+Struts.shape=Shape
+Struts.target=Target
+Struts.comment=Comment
+Struts.title=Title
+Struts.id=ID
+Struts.subtype=Subtype
+Struts.path=Path
+Struts.link_shape=Link Shape
+Struts.hidden=Hidden
+Struts.shortcut=Shortcut
+Struts.attribute=Attribute
+Struts.className=ClassName
+Struts.forward=Forward
+Struts.include=Include
+Struts.input=Input
+Struts.parameter=Parameter
+Struts.prefix=Prefix
+Struts.scope=Scope
+Struts.suffix=Suffix
+Struts.unknown=Unknown
+Struts.validate=Validate
+Struts.small-icon=Small-Icon
+Struts.large-icon=Large-Icon
+Struts.display-name=Display-Name
+Struts.description=Description
+Struts.extension=Extension
+Struts.encoding=Encoding
+Struts.key=Key
+Struts.autoCommit=AutoCommit
+Struts.driverClass=DriverClass
+Struts.loginTimeout=LoginTimeout
+Struts.maxCount=MaxCount
+Struts.minCount=MinCount
+Struts.user=User
+Struts.password=Password
+Struts.readOnly=ReadOnly
+Struts.url=URL
+Struts.redirect=Redirect
+Struts.property=Property
+Struts.value=Value
+Struts.roles=Roles
+Struts.bufferSize=BufferSize
+Struts.contentType=ContentType
+Struts.debug=Debug
+Struts.forwardPattern=ForwardPattern
+Struts.inputForward=InputForward
+Struts.locale=Locale
+Struts.maxFileSize=MaxFileSize
+Struts.memFileSize=MemFileSize
+Struts.multipartClass=MultipartClass
+Struts.nocache=Nocache
+Struts.pagePattern=PagePattern
+Struts.processorClass=ProcessorClass
+Struts.tempDir=TempDir
+Struts.bundle=Bundle
+Struts.handler=Handler
+Struts.dynamic=Dynamic
+Struts.initial=Initial
+Struts.size=Size
+Struts.contextRelative=ContextRelative
+Struts.factory=Factory
+Struts.null=Null
+Struts.action_class=Action Class
+Struts.base_class=Base Class
+Struts.global_forwards=Global Forwards
+Struts.local_forwards=Local Forwards
+Struts.properties=Properties
+Struts.imports=Imports
+Struts.output_path=Output Path
+Struts.exception_class=Exception Class
+Struts.message=Message
+Struts.formbean_class=Formbean Class
+Struts.forward_class=Forward Class
+Struts.tag=Tag
+Struts.refer_to=Refer to
+Struts.link_type=Link Type
+Struts.create_file=Create File
+Struts.template=Template
+Struts.resource=Resource
+Struts.arg=Arg
+Struts.position=Position
+Struts.constant-name=Constant-Name
+Struts.constant-value=Constant-Value
+Struts.depends=Depends
+Struts.page=Page
+Struts.indexedListProperty=IndexedListProperty
+Struts.language=Language
+Struts.country=Country
+Struts.variant=Variant
+Struts.classname=Classname
+Struts.method=Method
+Struts.methodParams=MethodParams
+Struts.msg=Msg
+Struts.jsFunctionName=JsFunctionName
+Struts.var-name=Var-Name
+Struts.var-value=Var-Value
+Struts.var-jstype=Var-Jstype
+Struts.property_file=Property File
+Struts.dependency_name=Dependency Name
+Struts.file=File
16 years, 1 month
JBoss Tools SVN: r11424 - in trunk/seam/plugins/org.jboss.tools.seam.pages.xml: resources/help and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-10-31 12:08:42 -0400 (Fri, 31 Oct 2008)
New Revision: 11424
Added:
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/resources/help/keys-seampages-attrs.properties
Modified:
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.xml
Log:
JBIDE-2969
Modified: trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.xml 2008-10-31 16:07:30 UTC (rev 11423)
+++ trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.xml 2008-10-31 16:08:42 UTC (rev 11424)
@@ -8,8 +8,8 @@
</extension>
<extension point="org.jboss.tools.common.model.keys">
- <keys path="help/keys-seam-pages.properties">
- </keys>
+ <keys path="help/keys-seam-pages.properties"/>
+ <keys path="help/keys-seampages-attrs.properties"/>
</extension>
<extension
Added: trunk/seam/plugins/org.jboss.tools.seam.pages.xml/resources/help/keys-seampages-attrs.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.pages.xml/resources/help/keys-seampages-attrs.properties (rev 0)
+++ trunk/seam/plugins/org.jboss.tools.seam.pages.xml/resources/help/keys-seampages-attrs.properties 2008-10-31 16:08:42 UTC (rev 11424)
@@ -0,0 +1,74 @@
+SeamPages.element_type=Element Type
+SeamPages.class=Class
+SeamPages.view_id=View ID
+SeamPages.error_code=Error Code
+SeamPages.if_outcome=If Outcome
+SeamPages.if=If
+SeamPages.kind=Kind
+SeamPages.rename_file=Rename File
+SeamPages.create_file=Create File
+SeamPages.template=Template
+SeamPages.name=Name
+SeamPages.extension=Extension
+SeamPages.encoding=Encoding
+SeamPages.xmlns=Xmlns
+SeamPages.xmlns_xsi=Xmlns\:xsi
+SeamPages.xsi_schemaLocation=Xsi\:schemaLocation
+SeamPages.concurrent_request_timeout=Concurrent Request Timeout
+SeamPages.expires=Expires
+SeamPages.no_conversation_view_id=No Conversation View ID
+SeamPages.login_view_id=Login View ID
+SeamPages.namespaceMapping=NamespaceMapping
+SeamPages.http_port=Http Port
+SeamPages.https_port=Https Port
+SeamPages.action=Action
+SeamPages.switch=Switch
+SeamPages.conversation_required=Conversation Required
+SeamPages.login_required=Login Required
+SeamPages.scheme=Scheme
+SeamPages.timeout=Timeout
+SeamPages.bundle=Bundle
+SeamPages.conversation=Conversation
+SeamPages.restrict=Restrict
+SeamPages.description=Description
+SeamPages.execute=Execute
+SeamPages.on_postback=On Postback
+SeamPages.join=Join
+SeamPages.nested=Nested
+SeamPages.pageflow=Pageflow
+SeamPages.flush_mode=Flush Mode
+SeamPages.task_id=Task ID
+SeamPages.parameter_name=Parameter Name
+SeamPages.parameter_value=Parameter Value
+SeamPages.definition=Definition
+SeamPages.before_redirect=Before Redirect
+SeamPages.root=Root
+SeamPages.transition=Transition
+SeamPages.log=Log
+SeamPages.log_level=Log Level
+SeamPages.value=Value
+SeamPages.scope=Scope
+SeamPages.message=Message
+SeamPages.for=For
+SeamPages.severity=Severity
+SeamPages.from_action=From Action
+SeamPages.evaluate=Evaluate
+SeamPages.converter=Converter
+SeamPages.converter_id=Converter ID
+SeamPages.validator=Validator
+SeamPages.validator_id=Validator ID
+SeamPages.required=Required
+SeamPages.type=Type
+SeamPages.url=URL
+SeamPages.resume-process=Resume-Process
+SeamPages.process_id=Process ID
+SeamPages.pattern=Pattern
+SeamPages.title=Title
+SeamPages.id=ID
+SeamPages.subtype=Subtype
+SeamPages.path=Path
+SeamPages.shape=Shape
+SeamPages.params=Params
+SeamPages.target=Target
+SeamPages.hidden=Hidden
+SeamPages.shortcut=Shortcut
16 years, 1 month