From jbosstools-commits at lists.jboss.org Tue May 5 12:41:04 2009 Content-Type: multipart/mixed; boundary="===============6703179066274771388==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r15029 - in trunk: documentation/jbosstools-jdocbook-style/src/main/com/css/css and 2 other directories. Date: Tue, 05 May 2009 12:38:19 -0400 Message-ID: --===============6703179066274771388== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: chukhutsina Date: 2009-05-05 12:38:18 -0400 (Tue, 05 May 2009) New Revision: 15029 Modified: trunk/as/docs/reference/en/modules/perspective.xml trunk/documentation/jbosstools-jdocbook-style/src/main/com/css/css/tools= .css trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tools= .css trunk/seam/docs/reference/en/modules/seam_editors.xml Log:

https://jira.jboss.org/jira/browse/JBDS-652 - Code patterns in text .All= the code patterns were marked using tag<code>.Necessary changes were= added to the css files.

Modified: trunk/as/docs/reference/en/modules/perspective.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/as/docs/reference/en/modules/perspective.xml 2009-05-05 16:26:25 = UTC (rev 15028) +++ trunk/as/docs/reference/en/modules/perspective.xml 2009-05-05 16:38:18 = UTC (rev 15029) @@ -471,7 +471,7 @@ The goal here is to get an end result where the XPat= h matches up with a necessary property. With that in mind, let's look= how it works. If the property you want to reach is the value of the name - attribute in the element <mbean>, then your + attribute in the element <mbean>, t= hen your XPath Patten should end with mbean = and your Attribute Name @@ -509,7 +509,7 @@ = Then, on the other hand, if your desired field is th= e text of an element - <description>, your + <description>, your XPath Patten should end with description and Attribute Name Modified: trunk/documentation/jbosstools-jdocbook-style/src/main/com/css/cs= s/tools.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/jbosstools-jdocbook-style/src/main/com/css/css/tool= s.css 2009-05-05 16:26:25 UTC (rev 15028) +++ trunk/documentation/jbosstools-jdocbook-style/src/main/com/css/css/tool= s.css 2009-05-05 16:38:18 UTC (rev 15029) @@ -49,6 +49,12 @@ z-index:-1; } */ +code{ +color:#000000; +font-size:12px; +font-family:courier; +} = + div.book, div.chapter{ text-align:justify; width: 70em; Modified: trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/cs= s/tools.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tool= s.css 2009-05-05 16:26:25 UTC (rev 15028) +++ trunk/documentation/jbosstools-jdocbook-style/src/main/org/css/css/tool= s.css 2009-05-05 16:38:18 UTC (rev 15029) @@ -51,6 +51,12 @@ z-index:-1; } */ +code{ +color:#000000; +font-size:12px; +font-family:courier; +} = + div.book{ font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-size:12px; Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-05-05 16:26:= 25 UTC (rev 15028) +++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-05-05 16:38:= 18 UTC (rev 15029) @@ -75,9 +75,9 @@ - A yellow box with a solid border represents a= - <page> - element. + A yellow box with a solid border represents a= + <page> + element. = @@ -95,9 +95,9 @@ ) = = - on the - <page> - element reveals a box that lists the param= eters for the page. + on the + <page> + element reveals a box that lists the parameter= s for the page. = = @@ -132,7 +132,7 @@ - An <exception> is represented by = a blue box with a orange diamond. + An <exception> is re= presented by a blue box with a orange diamond. = = = @@ -223,19 +223,19 @@ Auto Layout formats the layout of the diagram automatically Select Element calls the Select Element Wizard with a filter to= perform a quick search through the pages.xml file = - Rightclicking on a selected - <page> - element calls a context menu where you can= choose the following options if you click on the N= ew menu item: + Rightclicking on a selected + <page> + element calls a context menu where you can choose the= following options if you click on the New menu item: = = = Rule opens th= e Add Navigation Rule dialog in which you can browse y= our project for a view page to set the view-id in the navigation rule and = specify render or redirect navigation options - Param calls a= dialog box where you can define a parameter (using the - <param> = - tag) for the - <page> - element + Param calls a= dialog box where you can define a parameter (using the = + <param> = + tag) for the = + <page> + element = = --===============6703179066274771388==--