JBoss Tools SVN: r9870 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-08-22 10:10:39 -0400 (Fri, 22 Aug 2008)
New Revision: 9870
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-386 - adding info on ESB editor
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-08-22 14:09:11 UTC (rev 9869)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_editor.xml 2008-08-22 14:10:39 UTC (rev 9870)
@@ -11,22 +11,21 @@
<title>ESB Editor</title>
- <para>
- ESB editor has <!--<link linkend="OpenOnSelection"><property>OpenOn</property></link> and
- <link linkend="CodeAssistAndDynamicCodeAssist42BasedOnProjectData"><property>Content Assist</property></link>--> lots of useful features,
- they are described in details in this chapter. In addition you get to know <link linkend="esb_file">ESB Editor</link> uses combined visual and source editing
- of esb files.</para>
+ <para> ESB editor has lots of useful features, they are described in details in this chapter. In
+ addition you'll get to know with how <property>ESB Editor</property> uses combined
+ visual and source editing of esb files.</para>
- <section id="esb_file">
-
+ <section id="esb_file" role="updated">
+
<title>ESB File Editor</title>
- <para><property>ESB File Editor</property> is a powerful and customizable tool. ESB File Editor allows developing an
- application using ESB technology.</para>
-
- <para>ESB file editor has two tabs: Tree and Source.</para>
-
- <para>You can switch to Tree. The Tree view for the editor displays all ESB artifacts in a tree format.
- By selecting any node you can see and edit its properties which will appear in the right-hand area. For example, a Provider:</para>
+ <para><property>ESB File Editor</property> is a powerful and customizable tool. ESB File
+ Editor allows developing an application using ESB technology.</para>
+
+ <para>ESB file editor has two tabs: Tree and Source.</para>
+
+ <para>You can switch to Tree. The Tree view for the editor displays all ESB artifacts in a
+ tree format. By selecting any node you can see and edit its properties which will appear
+ in the right-hand area. For example, a Provider:</para>
<figure>
<title>Tree View</title>
<mediaobject>
@@ -35,9 +34,10 @@
</imageobject>
</mediaobject>
</figure>
-
- <para>You can easily switch from Tree to Source by selecting the Source tab at the bottom of the editor and work in <link linkend="sourceView">Source view</link>.</para>
-
+
+ <para>You can easily switch from Tree to Source by selecting the Source tab at the bottom of
+ the editor and work in <property>Source view</property>.</para>
+
<figure id="sourceView">
<title>Source View</title>
<mediaobject>
@@ -46,12 +46,16 @@
</imageobject>
</mediaobject>
</figure>
- <para>The Source view for the editor displays a text content of the ESB file. It is always synchronized with tree view,
- so any changes made in one of the views will immediately appear in the other.</para>
- <para>No matter what view you select, you get full integration with <!--Properties and -->Outline view<!-- views -->.
- For example, you can work in the Source view with the help of the Outline view. The Outline view shows a tree structure of the ESB file.
- Simply select any element in the Outline view and it will jump to the same place in the Source editor,
- so you can navigate through the source code with Outline view.</para>
+
+ <para>The Source view for the editor displays a text content of the ESB file. It is always
+ synchronized with <property>Tree view</property>, so any changes made in one of the
+ views will immediately appear in the other.</para>
+
+ <para>No matter what view you select, you get full integration with <property>Outline
+ view</property>. For example, you can work in the Source view with the help of the
+ Outline view. The Outline view shows a tree structure of the ESB file. Simply select any
+ element in the <property>Outline view</property> and it will jump to the same place in
+ the Source editor, so you can navigate through the source code with Outline view.</para>
<figure>
<title>Outline View</title>
<mediaobject>
@@ -60,64 +64,126 @@
</imageobject>
</mediaobject>
</figure>
-
- <para>Adding, editing or deleting of some artifacts operations are available right in the <property>Tree</property> view. Right-click any node and select one of the available actions in the context menu.
- For example, you can easily add a new provider:</para>
- <para></para>
+
+ <para>Adding, editing or deleting of some artifacts operations are available right in the
+ <property>Tree view</property> . Right-click any node and select one of the
+ available actions in the context menu. For example, you can easily add a new Provider:</para>
+ <para/>
<figure>
- <title>Adding new provider</title>
+ <title>Adding New Provider</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/esb_editor/04_esb_add_provider.png"/>
</imageobject>
</mediaobject>
</figure>
-
- <para>You can easily add a new service too:</para>
+
+ <para>You can easily add a new Service too:</para>
<figure>
- <title>Adding new service</title>
+ <title>Adding New Service</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/esb_editor/05_esb_add_service.png"/>
</imageobject>
</mediaobject>
</figure>
-
+
<para>The same way you can create a listener for service and other elements of ESB:</para>
<figure>
- <title>Adding new listener for service</title>
+ <title>Adding New Listener for Service</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/esb_editor/06_esb_add_listener.png"/>
</imageobject>
</mediaobject>
</figure>
- <para>The same actions can be done in the right part of <property>Tree</property> view tab
- using <property>Add</property>, <property>Edit</property> and <property>Remove</property> buttons.</para>
+ <para>The same actions can be done in the right part of <property>Tree view</property> tab
+ (Form editor) using <property>Add</property>, <property>Edit</property> and
+ <property>Remove</property> buttons.</para>
+
+
+ <para>In order to add a new generic Action to your ESB XML file you should select the
+ Actions node under the Services, then right-click and choose <emphasis>
+ <property>New > Generic Action</property>
+ </emphasis> or instead make use of <emphasis>
+ <property>Add...</property>
+ </emphasis> button in the <property>Form editor</property> on the left.</para>
+
+ <figure>
+ <title>Adding New Action in the Tree View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/11_esb_editor.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <figure>
+ <title>Adding New Action in the Form Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/12_esb_editor.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As you can see on the bath figures above, the context menu will also prompt you to
+ insert one of the Actions that are supplied out-of-the-box with <property>JBoss
+ ESB</property>. After choosing one an appeared <property>New Action wizard</property>
+ will ask you to fill out a name field and others specific for each Action property
+ fields. For example, for converter Action <emphasis>
+ <property>ObjectToCSVString</property>
+ </emphasis> the wizard looks as follows:</para>
+
+ <figure>
+ <title>New Action Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/13_esb_editor.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+<!--
+ <para>In the <property>Form editor</property> on the left it's possible to edit
+ properties for any created Action.</para>
+
+ <figure>
+ <title>Form Editor for Chosen Action</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/14_esb_editor.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+-->
+
</section>
-
-
-
+
<section id="esb_editors_features">
-
+
<title>ESB Editors Features</title>
- <para>JBoss ESB tooling has powerful editor features that help you easily make use of content and code assist.</para>
-
+ <para>JBoss ESB tooling has powerful editor features that help you easily make use of
+ content and code assist.</para>
+
<section id="ESBsyntaxvalidation84">
-
+
<title>ESB syntax validation</title>
- <para>When working in JBoss ESB editor you are constantly provided with feedback
- and contextual error checking as you type. In the Source viewer, if at any point a tag is incorrect or incomplete, an error will be indicated next to the line and also in the Problems view below.</para>
+ <para>When working in JBoss ESB editor you are constantly provided with feedback and
+ contextual error checking as you type. In the Source viewer, if at any point a tag
+ is incorrect or incomplete, an error will be indicated next to the line and also in
+ the Problems view below.</para>
</section>
-
- <section id="ESBSupportXMLSchema">
+
+ <section id="ESBSupportXMLSchema">
<title>Support for XML Schema</title>
-
- <para>JBoss ESB Framework fully
- <link linkend="sourceView">supports XML files based on schemas as well as DTDs</link>.</para>
- </section>
-
- <!--<section id="OpenOnSelection">
+
+ <para>JBoss ESB Framework fully <link linkend="sourceView">supports XML files based on
+ schemas as well as DTDs</link>.</para>
+ </section>
+
+ <!--<section id="OpenOnSelection">
<title>OpenOn</title>
@@ -135,37 +201,36 @@
</section>
-->
- <section id="ESBContentAssist">
-
- <title>Content Assist for ESB XML file</title>
+ <section id="ESBContentAssist">
- <para>When you work with any ESB XML file <property>Content Assist</property> is available to help you.
- It provides pop-up tip to help you complete your code statements.
- It allows you to write your code faster and with more accuracy.
- Content assist is always available in the Source mode. Simply type <emphasis>
- <property>Ctrl-Space</property></emphasis> to see what is available.</para>
+ <title>Content Assist for ESB XML file</title>
- <para>Content Assist for ESB XML file:</para>
- <figure>
- <title>Content Assist for ESB XML file</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/esb_editor/08_esb_features.png" scale="80"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>Content Assist for attributes:</para>
- <figure>
- <title>Content Assist for attributes:</title>
- <mediaobject>
- <imageobject>
- <imagedata
- fileref="images/esb_editor/09_esb_features.png" scale="80"/>
- </imageobject>
- </mediaobject>
- </figure>
+ <para>When you work with any ESB XML file <property>Content Assist</property> is
+ available to help you. It provides pop-up tip to help you complete your code
+ statements. It allows you to write your code faster and with more accuracy. Content
+ assist is always available in the Source mode. Simply type <emphasis>
+ <property>Ctrl-Space</property>
+ </emphasis> to see what is available.</para>
+
+ <para>Content Assist for ESB XML file:</para>
+ <figure>
+ <title>Content Assist for ESB XML file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/08_esb_features.png" scale="80"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Content Assist for attributes:</para>
+ <figure>
+ <title>Content Assist for attributes:</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_editor/09_esb_features.png" scale="80"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<!-- </section>
<section id="ContentAssistWithinTreeEditor">
@@ -183,19 +248,20 @@
</imageobject>
</mediaobject>
</figure>
- </section> -->
- </section>
-
+ </section> -->
+ </section>
+
<section id="FullControlOverSourceFiles-SynchronizedSourcAndVisualEditing">
-
+
<title>Synchronized Source and Visual Editing</title>
- <para>ESB file can be edited in either source
- or extra visual modes at the same time.</para>
+ <para>ESB file can be edited in either source or extra visual modes at the same time.</para>
- <para>JBoss Tools provide you two different editors to speed your development: a graphical view (<property>Tree</property>) and source
- (<property>Source</property>). At the same time, you always have full control over esb source file. Any changes you
- make in the source view will immediately appear in the tree view. Both views are synchronized, you can edit the file in any view.</para>
+ <para>JBoss Tools provide you two different editors to speed your development: a
+ graphical view (<property>Tree</property>) and source (<property>Source</property>).
+ At the same time, you always have full control over esb source file. Any changes you
+ make in the source view will immediately appear in the tree view. Both views are
+ synchronized, you can edit the file in any view.</para>
<figure>
<title>Two Views are Synchronized</title>
@@ -205,12 +271,12 @@
</imageobject>
</mediaobject>
</figure>
-
+
</section>
-
+
<para>The last chapter covers capabilities on how you can use ESB editor.</para>
-
- <para>In summary, this reference supplies you with all necessary information on the functionality
- that JBoss ESB Editor provides for work with JBoss ESB.</para>
+
+ <para>In summary, this reference supplies you with all necessary information on the
+ functionality that JBoss ESB Editor provides for work with JBoss ESB.</para>
</section>
</chapter>
17 years, 7 months
JBoss Tools SVN: r9869 - trunk/esb/docs/esb_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-08-22 10:09:11 -0400 (Fri, 22 Aug 2008)
New Revision: 9869
Modified:
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-386 - updating sections
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-08-22 14:08:26 UTC (rev 9868)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2008-08-22 14:09:11 UTC (rev 9869)
@@ -13,84 +13,72 @@
<title>ESB Support</title>
- <para>In this section we will focus more on all concepts that JBoss Tools integrates for
- working with ESB.</para>
+ <para>In this section we will focus on all concepts that <property>JBoss Tools</property>
+ integrates for working with JBoss ESB.</para>
- <section>
- <title>ESB Framework Installation</title>
-
- <para>This chapter will provide you with detailed information on how to install JBoss ESB plugin into Eclipse.</para>
-
- <para>ESB Editor is a one module of JBoss Tools project. Since ESB Editor has a dependence on other JBoss
- Tools modules we recommend you to install a bundle of all <ulink url="http://labs.jboss.com/tools/download/index.html">JBoss Tools plug-ins</ulink>.
- Installation instruction you can find on JBoss Wiki in <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools">InstallingJBossTools</ulink> section.</para>
- <!-- <para>To install the JBoss ESB plugins for Eclipse, download the appropriate installation file from <ulink url="http://www.jboss.org/jbossesb/downloads/">JBoss ESB Downloads</ulink> page
- and install it. </para>
- you need the following:</para>
-
- <itemizedlist>
- <listitem>
- <para>Get Eclipse 3.3.1 and Web Tools 2.0.1</para>
- </listitem>
- </itemizedlist>
- <para>The quickest way to get a WTP version is to download "Eclipse IDE for Java EE Developers"
- via <ulink url="http://www.eclipse.org">www.eclipse.org</ulink>.</para>
- <note><title>Note:</title><para>Remember to choose the download that matches your OS and use Java 5 when you run it.</para></note>
- <itemizedlist>
- <listitem>
- <para>Get the <ulink url="http://www.jboss.org/jbossesb/downloads/">JBoss ESB build</ulink></para>
- </listitem>
- </itemizedlist>
- <para>You can also find the latest development release of JBoss ESB from <ulink url="http://www.jboss.org/jbossesb/downloads/">JBoss ESB Downloads Site</ulink></para>
- <itemizedlist>
- <listitem>
- <para>Finally, install the build</para>
- </listitem>
- </itemizedlist>
-
- <para>Unzip the file(s) directly into your Eclipse <emphasis>
- <property>plugins/features</property>
- </emphasis> directory and it will be readily available. It might be necessary to start Eclipse
- with eclipse -clean to make sure it starts clean and rereads the new list of plugins.</para>
- -->
- </section>
+ <section>
+ <title>ESB Tools Installation</title>
- <section>
- <title>Creating a ESB File</title>
- <para>In this chapter we suggest a step-by-step walk-through of creating your own simple file. Let's try to organize a new ESB file.</para>
-
- <para>We will show you how to use the Creation wizard for creating a new ESB file.</para>
-
- <para>At first you should open any project. Select <emphasis><property>File >New > Other...</property>
- </emphasis> in the main menu bar or context menu for selected project and then <emphasis><property>ESB > ESB File</property></emphasis> in the New dialog:</para>
-
- <figure>
- <title>New Dialog</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/esb_support/01_create_esb.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para> Clicking <emphasis><property>Next</property></emphasis> brings us to the wizard page where it's necessary to specify the
- folder, name and version for the file. We choose, for example, <emphasis><property>jboss-esb.xml</property>
- </emphasis> as the name and accept the selected projects folder and default version.</para>
- <figure>
- <title>Folder, Name and Version</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/esb_support/02_create_esb.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>Thus, our file will be created in the selected projects folder by default. If you want to change the folder
- for your future file click <emphasis><property>Browse...</property></emphasis> button to set needed folder or simply type it.</para>
-
- <para>Clicking on <emphasis><property>Finish</property>
- </emphasis> results in the file being generated. The wizard creates one xml file.</para>
-
- </section>
-
+ <para>This chapter will provide you with the information on how to install
+ JBoss ESB plugin into Eclipse.</para>
+
+ <para>ESB Tools come as one module of JBoss Tools project. Since ESB Tools have a
+ dependence on other JBoss Tools modules we recommend you to install a bundle
+ of all <ulink url="http://labs.jboss.com/tools/download/index.html">JBoss
+ Tools plug-ins</ulink> installation instruction on which you can find on
+ JBoss Wiki in <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools"
+ >InstallingJBossTools</ulink> section.</para>
+ </section>
+
+ <section>
+ <title>Creating a ESB File</title>
+ <para>In this chapter we suggest a step-by-step walk-through of creating your own
+ simple file. Let's try to organize a new ESB file.</para>
+
+ <para>We will show you how to use the Creation wizard for creating a new ESB file.</para>
+
+ <para>At first you should open any project. Select <emphasis>
+ <property>File >New > Other...</property>
+ </emphasis> in the main menu bar or context menu for selected project and
+ then <emphasis>
+ <property>ESB > ESB File</property>
+ </emphasis> in the New dialog:</para>
+
+ <figure>
+ <title>New Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_support/01_create_esb.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para> Clicking <emphasis>
+ <property>Next</property>
+ </emphasis> brings us to the wizard page where it's necessary to
+ specify the folder, name and version for the file. We choose, for example, <emphasis>
+ <property>jboss-esb.xml</property>
+ </emphasis> as the name and accept the selected projects folder and default
+ version.</para>
+ <figure>
+ <title>Folder, Name and Version</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_support/02_create_esb.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Thus, our file will be created in the selected projects folder by default. If
+ you want to change the folder for your future file click <emphasis>
+ <property>Browse...</property>
+ </emphasis> button to set needed folder or simply type it.</para>
+
+ <para>Clicking on <emphasis>
+ <property>Finish</property>
+ </emphasis> results in the file being generated. The wizard creates one xml
+ file.</para>
+
+ </section>
+
</chapter>
Modified: trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2008-08-22 14:08:26 UTC (rev 9868)
+++ trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2008-08-22 14:09:11 UTC (rev 9869)
@@ -15,32 +15,48 @@
</chapterinfo>
<title>Introduction</title>
-
+
<section>
-
+
<title>What is ESB?</title>
-
- <para>ESB (Enterprise Service Bus) - an abstraction layer on top of an implementation of an enterprise messaging system
- that provides the features with which Service Oriented Architectures may be implemented.</para>
- <para>If you want to develop applications using ESB technology JBoss ESB also meet your needs.
- The JBoss Tools provide ESB editor and all necessary wizards for creating ESB file.</para>
- <para>In this guide we provide you with the information on ESB Editor which allows you to develop ESB file much faster and with far fewer errors so sparing your time.</para>
+ <para>ESB (Enterprise Service Bus) - an abstraction layer on top of an implementation of an
+ enterprise messaging system that provides the features with which Service Oriented
+ Architectures may be implemented.</para>
+ <para>If you want to develop applications using ESB technology JBoss ESB also meet your
+ needs. The JBoss Tools provide ESB editor and all necessary wizards for creating ESB
+ file.</para>
+ <para>In this guide we provide you with the information on ESB Editor which allows you to
+ develop ESB file much faster and with far fewer errors so sparing your time.</para>
+
</section>
-
+
<section>
<title>Other relevant resources on the topic</title>
-
+
<para>You can find a set of benefits and other extra information on:</para>
<itemizedlist>
- <listitem><para><ulink url="http://www.jboss.org/jbossesb">JBoss ESB</ulink></para></listitem>
- <listitem><para><ulink url="http://wiki.jboss.org/wiki/JBossESB">JBoss Wiki</ulink></para></listitem>
- <listitem><para><ulink url="http://www.jboss.org/jbossesb/docs/index.html">JBoss ESB Documentation Library</ulink></para></listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.jboss.org/jbossesb">JBoss ESB</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://wiki.jboss.org/wiki/JBossESB">JBoss Wiki</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.jboss.org/jbossesb/docs/index.html">JBoss ESB
+ Documentation Library</ulink>
+ </para>
+ </listitem>
</itemizedlist>
-
- <para>All JBoss Developer Studio/JBoss Tools documentation you can find <ulink url="http://www.jboss.com/products/devstudio/docs">here</ulink>.</para>
- <para>The latest documentation builds are available <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">here</ulink>.</para>
-
+
+ <para>The latest <property>JBoss Tools/JBoss Developer Studio</property> documentation
+ builds are available <ulink url="http://download.jboss.org/jbosstools/nightly-docs/"
+ >here</ulink>.</para>
+
</section>
-
</chapter>
17 years, 7 months
JBoss Tools SVN: r9868 - trunk/esb/docs/esb_ref_guide/en/images/esb_editor.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-08-22 10:08:26 -0400 (Fri, 22 Aug 2008)
New Revision: 9868
Added:
trunk/esb/docs/esb_ref_guide/en/images/esb_editor/11_esb_editor.png
trunk/esb/docs/esb_ref_guide/en/images/esb_editor/12_esb_editor.png
trunk/esb/docs/esb_ref_guide/en/images/esb_editor/13_esb_editor.png
Log:
https://jira.jboss.org/jira/browse/JBDS-386 - adding new screens
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/11_esb_editor.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/11_esb_editor.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/12_esb_editor.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/12_esb_editor.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/13_esb_editor.png
===================================================================
(Binary files differ)
Property changes on: trunk/esb/docs/esb_ref_guide/en/images/esb_editor/13_esb_editor.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 7 months
JBoss Tools SVN: r9867 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-08-22 09:57:02 -0400 (Fri, 22 Aug 2008)
New Revision: 9867
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-296 - adding role to the updated section
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-08-22 13:55:26 UTC (rev 9866)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-08-22 13:57:02 UTC (rev 9867)
@@ -324,7 +324,7 @@
<para> For additional information see <ulink url="http://www.jboss.com/products/devstudio"
>JBoss.com</ulink></para>
- <section id="JBossToolsInstall">
+ <section id="JBossToolsInstall" role="updated">
<title>JBoss Tools Installation</title>
<para>Here, let's consider the installation of the <property>JBoss Tools</property>
modules.</para>
17 years, 7 months
JBoss Tools SVN: r9866 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-08-22 09:55:26 -0400 (Fri, 22 Aug 2008)
New Revision: 9866
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-383 - adding the role to the section
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2008-08-22 13:41:45 UTC (rev 9865)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2008-08-22 13:55:26 UTC (rev 9866)
@@ -753,7 +753,7 @@
</section>
</section>
- <section id="visual_page">
+ <section id="visual_page" role="updated">
<title>Visual Page Editor</title>
17 years, 7 months
JBoss Tools SVN: r9865 - in trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test: ca and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-08-22 09:41:45 -0400 (Fri, 22 Aug 2008)
New Revision: 9865
Added:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide2437Test.java
Modified:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
Log:
JBIDE-2437 CA suggests only proposals for EL.
The test case is added for the issue.
Modified: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2008-08-22 13:18:47 UTC (rev 9864)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/JstJspAllTests.java 2008-08-22 13:41:45 UTC (rev 9865)
@@ -8,6 +8,7 @@
import org.jboss.tools.jst.jsp.test.ca.JsfJspJbide1717Test;
import org.jboss.tools.jst.jsp.test.ca.JsfJspJbide1807Test;
import org.jboss.tools.jst.jsp.test.ca.JsfJspJbide1813Test;
+import org.jboss.tools.jst.jsp.test.ca.JsfJspJbide2437Test;
import org.jboss.tools.jst.jsp.test.ca.JstJspJbide1585Test;
import org.jboss.tools.jst.jsp.test.ca.JstJspJbide1641Test;
import org.jboss.tools.jst.jsp.test.ca.JstJspJbide1759Test;
@@ -17,7 +18,7 @@
public static Test suite() {
TestSuite suite = new TestSuite("Test for org.jboss.tools.jst.jsp.test");
-
+
suite.addTestSuite(JsfJspJbide1813Test.class);
suite.addTestSuite(JsfJspJbide1807Test.class);
suite.addTestSuite(JstJspJbide1585Test.class);
@@ -27,6 +28,8 @@
suite.addTestSuite(JsfJspJbide1717Test.class);
suite.addTestSuite(JstJspJbide1759Test.class);
suite.addTestSuite(Jbide1791Test.class);
+ suite.addTestSuite(JsfJspJbide2437Test.class);
+
return suite;
}
Added: trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide2437Test.java
===================================================================
--- trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide2437Test.java (rev 0)
+++ trunk/jst/tests/org.jboss.tools.jst.jsp.test/src/org/jboss/tools/jst/jsp/test/ca/JsfJspJbide2437Test.java 2008-08-22 13:41:45 UTC (rev 9865)
@@ -0,0 +1,153 @@
+package org.jboss.tools.jst.jsp.test.ca;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.core.resources.IResource;
+import org.eclipse.jface.text.contentassist.ICompletionProposal;
+import org.eclipse.jface.text.contentassist.IContentAssistProcessor;
+import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
+import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
+import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
+import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;
+import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
+import org.jboss.tools.common.test.util.TestProjectProvider;
+import org.jboss.tools.jst.jsp.contentassist.AutoContentAssistantProposal;
+import org.jboss.tools.jst.jsp.test.TestUtil;
+import org.jboss.tools.test.util.xpl.EditorTestHelper;
+
+public class JsfJspJbide2437Test extends ContentAssistantTestCase {
+ TestProjectProvider provider = null;
+
+ boolean makeCopy = false;
+ private static final String PROJECT_NAME = "JsfJbide1704Test";
+ private static final String PAGE_NAME = "/WebContent/pages/greeting.xhtml";
+
+ private static final String TAG_NAME = "ui:composition";
+ private static final String ATTR_NAME = "template";
+
+ public static Test suite() {
+ return new TestSuite(JsfJspJbide2437Test.class);
+ }
+
+ public void setUp() throws Exception {
+ provider = new TestProjectProvider("org.jboss.tools.jst.jsp.test", null, PROJECT_NAME, makeCopy);
+ project = provider.getProject();
+ Throwable exception = null;
+ try {
+ project.refreshLocal(IResource.DEPTH_INFINITE, null);
+ } catch (Exception x) {
+ exception = x;
+ x.printStackTrace();
+ }
+ assertNull("An exception caught: " + (exception != null? exception.getMessage() : ""), exception);
+ }
+
+ protected void tearDown() throws Exception {
+ if(provider != null) {
+ provider.dispose();
+ }
+ }
+
+ public void testJsfJspJbide2437 () {
+ try {
+ EditorTestHelper.joinBackgroundActivities();
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+
+ assertTrue("Test project \"" + PROJECT_NAME + "\" is not loaded", (project != null));
+
+ openEditor(PAGE_NAME);
+
+ IStructuredDocumentRegion[] regions = ((IStructuredDocument)document).getStructuredDocumentRegions();
+
+ boolean fUiCompositionTagFound = false;
+ for (int i = 0; i < regions.length && !fUiCompositionTagFound; i++) {
+ IStructuredDocumentRegion sdRegion = regions[i];
+ ITextRegionList list = sdRegion.getRegions();
+
+ // find <ui:composition tag
+ if (!fUiCompositionTagFound) {
+ if (DOMRegionContext.XML_TAG_OPEN == list.get(0).getType() &&
+ DOMRegionContext.XML_TAG_NAME == list.get(1).getType() &&
+ TAG_NAME.equals(sdRegion.getFullText(list.get(1)).trim())) {
+ fUiCompositionTagFound = true;
+
+ // find TEMPLATE attribute of <ui:composition tag
+ boolean fUiCompositionTemplateAttributeFound = false;
+ for (int j = 2; j < list.size(); j++) {
+ ITextRegion region = list.get(j);
+ if (!fUiCompositionTemplateAttributeFound) {
+ if (DOMRegionContext.XML_TAG_ATTRIBUTE_NAME == region.getType() &&
+ ATTR_NAME.equalsIgnoreCase(sdRegion.getFullText(list.get(j)).trim())) {
+ fUiCompositionTemplateAttributeFound = true;
+ }
+ continue;
+ } else {
+ if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == region.getType()) {
+ String valueText = sdRegion.getFullText(region);
+ int openQuoteIndex = valueText == null ? 0 : valueText.indexOf('\"');
+ if (openQuoteIndex == -1)
+ openQuoteIndex = valueText == null ? 0 : valueText.indexOf('\'');
+
+ assertFalse("There is no value defined for template attribute of tag ui:composition.", (openQuoteIndex == -1));
+
+ int offsetToTest = sdRegion.getStartOffset(region) + openQuoteIndex + 1;
+
+ ICompletionProposal[] result= null;
+ String errorMessage = null;
+
+ IContentAssistProcessor p= TestUtil.getProcessor(viewer, offsetToTest, contentAssistant);
+ if (p != null) {
+ try {
+ result= p.computeCompletionProposals(viewer, offsetToTest);
+ } catch (Throwable x) {
+ x.printStackTrace();
+ }
+ errorMessage= p.getErrorMessage();
+ }
+
+ boolean bELProposalsFound = false;
+ boolean bTemplatePathProposalsFound = false;
+ for (int k = 0;
+ result != null && k < result.length &&
+ (!bELProposalsFound || !bTemplatePathProposalsFound); k++) {
+ if (result[k] instanceof AutoContentAssistantProposal) {
+ AutoContentAssistantProposal proposal = (AutoContentAssistantProposal)result[k];
+
+ // Test the display string for the proposals - it has to shown the thmplate path beginning or EL-expression beginning
+ // because the CA is started the calculation from the very beginning of the attribute value.
+ String dispString = proposal.getDisplayString();
+
+ assertFalse("The CA proposal returned NULL display string.", (dispString == null));
+
+ if (dispString.startsWith("#{") || dispString.startsWith("${")) {
+ bELProposalsFound = true;
+ } else if (dispString.indexOf("/") != -1) {
+ bTemplatePathProposalsFound = true;
+ }
+ }
+ }
+
+ // There should be proposals for template paths
+ assertTrue("Content Assistant peturned no proposals for template paths.", bTemplatePathProposalsFound);
+ // There should be proposals for EL-expresions
+ assertTrue("Content Assistant peturned no proposals for template paths.", bELProposalsFound);
+
+ break;
+ }
+ }
+ }
+
+ }
+ continue;
+ }
+
+ break;
+ }
+
+ closeEditor();
+ }
+
+}
17 years, 7 months
JBoss Tools SVN: r9864 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2008-08-22 09:18:47 -0400 (Fri, 22 Aug 2008)
New Revision: 9864
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
Log:
code adjustment, unused exception handling was removed
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2008-08-22 12:30:53 UTC (rev 9863)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2008-08-22 13:18:47 UTC (rev 9864)
@@ -1225,7 +1225,6 @@
switcher.stopActiveEditor();
}
- try {
/*
* adding calls of core event handlers, for example' CTR+H' or
* 'CTRL+M' event handler dialog
@@ -1325,10 +1324,6 @@
* JBIDE-2670
*/
keyEvent.stopPropagation();
- } catch (Exception e) {
- VpePlugin.getPluginLog().logError(e);
- visualRefresh();
- }
}
public void elementResized(nsIDOMElement element, int resizerConstrains,
17 years, 7 months
JBoss Tools SVN: r9863 - trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2008-08-22 08:30:53 -0400 (Fri, 22 Aug 2008)
New Revision: 9863
Modified:
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/TypeInfoCollector.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2673 Fixed
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/TypeInfoCollector.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/TypeInfoCollector.java 2008-08-22 10:22:31 UTC (rev 9862)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/util/TypeInfoCollector.java 2008-08-22 12:30:53 UTC (rev 9863)
@@ -1126,7 +1126,9 @@
} else {
name.delete(0, 3);
}
- name.setCharAt(0, Character.toLowerCase(name.charAt(0)));
+ if(name.length()<2 || Character.isLowerCase(name.charAt(1))) {
+ name.setCharAt(0, Character.toLowerCase(name.charAt(0)));
+ }
String propertyName = name.toString();
MemberPresentation pr = new MemberPresentation(propertyName, m);
if(!properties.contains(pr)) {
17 years, 7 months
JBoss Tools SVN: r9862 - in trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test: src/org/jboss/tools/jsf/vpe/jsf/test and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-08-22 06:22:31 -0400 (Fri, 22 Aug 2008)
New Revision: 9862
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2594Test.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2624.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE924Test.java
Log:
Move configuration for el substitution to the another bundle.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF 2008-08-22 10:17:22 UTC (rev 9861)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/META-INF/MANIFEST.MF 2008-08-22 10:22:31 UTC (rev 9862)
@@ -22,5 +22,7 @@
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jboss.tools.jsf.vpe.jsf.test
+Import-Package: org.jboss.tools.common.editor.el,
+ org.jboss.tools.common.editor.rreferences
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java 2008-08-22 10:17:22 UTC (rev 9861)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/CommonJBIDE2010Test.java 2008-08-22 10:22:31 UTC (rev 9862)
@@ -17,8 +17,8 @@
import java.util.Map.Entry;
import org.eclipse.core.resources.IFile;
-import org.jboss.tools.vpe.editor.css.ELReferenceList;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
+import org.jboss.tools.common.editor.el.ELReferenceList;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.vpe.ui.test.TestUtil;
import org.jboss.tools.vpe.ui.test.VpeTest;
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2594Test.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2594Test.java 2008-08-22 10:17:22 UTC (rev 9861)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2594Test.java 2008-08-22 10:22:31 UTC (rev 9862)
@@ -18,9 +18,9 @@
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Platform;
+import org.jboss.tools.common.editor.el.GlobalELReferenceList;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.jsf.vpe.jsf.test.CommonJBIDE2010Test;
-import org.jboss.tools.vpe.editor.css.GlobalELReferenceList;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
import org.jboss.tools.vpe.editor.util.ElService;
/**
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2624.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2624.java 2008-08-22 10:17:22 UTC (rev 9861)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE2624.java 2008-08-22 10:22:31 UTC (rev 9862)
@@ -21,12 +21,12 @@
import org.eclipse.core.runtime.CoreException;
import org.eclipse.ui.IEditorInput;
import org.eclipse.ui.part.FileEditorInput;
+import org.jboss.tools.common.editor.rreferences.AbsoluteFolderReferenceList;
+import org.jboss.tools.common.editor.rreferences.RelativeFolderReferenceList;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests;
import org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor;
import org.jboss.tools.vpe.editor.VpeController;
-import org.jboss.tools.vpe.editor.css.AbsoluteFolderReferenceList;
-import org.jboss.tools.vpe.editor.css.RelativeFolderReferenceList;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
import org.jboss.tools.vpe.editor.util.HTML;
import org.jboss.tools.vpe.ui.test.TestUtil;
import org.jboss.tools.vpe.ui.test.VpeTest;
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE924Test.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE924Test.java 2008-08-22 10:17:22 UTC (rev 9861)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JBIDE924Test.java 2008-08-22 10:22:31 UTC (rev 9862)
@@ -12,14 +12,15 @@
import java.util.ArrayList;
import java.util.List;
+
import org.eclipse.core.resources.IFile;
import org.eclipse.ui.IEditorInput;
import org.eclipse.ui.part.FileEditorInput;
+import org.jboss.tools.common.editor.rreferences.AbsoluteFolderReferenceList;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests;
import org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor;
import org.jboss.tools.vpe.editor.VpeController;
-import org.jboss.tools.vpe.editor.css.AbsoluteFolderReferenceList;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
import org.jboss.tools.vpe.editor.util.HTML;
import org.jboss.tools.vpe.ui.test.TestUtil;
import org.jboss.tools.vpe.ui.test.VpeTest;
17 years, 7 months
JBoss Tools SVN: r9861 - trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences.
by jbosstools-commits@lists.jboss.org
Author: estherbin
Date: 2008-08-22 06:17:22 -0400 (Fri, 22 Aug 2008)
New Revision: 9861
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java
Log:
Move configuration for el substitution to the another bundle.
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java 2008-08-22 10:17:11 UTC (rev 9860)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/internal/preferences/ELVariablesPreferencePage.java 2008-08-22 10:17:22 UTC (rev 9861)
@@ -22,10 +22,10 @@
import org.eclipse.swt.widgets.Control;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchPreferencePage;
+import org.jboss.tools.common.editor.el.GlobalELReferenceList;
+import org.jboss.tools.common.editor.el.GlobalElVariablesComposite;
+import org.jboss.tools.common.editor.rreferences.ResourceReference;
import org.jboss.tools.common.model.options.PreferenceModelUtilities;
-import org.jboss.tools.vpe.editor.css.GlobalELReferenceList;
-import org.jboss.tools.vpe.editor.css.GlobalElVariablesComposite;
-import org.jboss.tools.vpe.editor.css.ResourceReference;
import org.jboss.tools.vpe.editor.css.VpeResourcesDialog;
/**
17 years, 7 months