Skip to content

Commit

Permalink
Minor, translator credit
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 29, 2009
1 parent cd865ce commit 2368a06
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
38 changes: 31 additions & 7 deletions reference/en-US/Author_Group.xml
Expand Up @@ -5,15 +5,15 @@
<firstname>Gavin</firstname>
<surname>King</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) specification lead</jobtitle>
<jobtitle>JSR-299 specification lead</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</author>
<author>
<firstname>Pete</firstname>
<surname>Muir</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) Reference Implementation lead
<jobtitle>Web Beans (JSR-299 Reference Implementation) lead
</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
Expand All @@ -23,9 +23,33 @@
<surname>Benaglia</surname>
<contrib>Italian Translation</contrib>
</othercredit>
<othercredit>
<firstname>Francesco</firstname>
<surname>Milesi</surname>
<contrib>Italian Translation</contrib>
</othercredit>
<othercredit>
<firstname>Gladys</firstname>
<surname>Guerrero</surname>
<contrib>Spanish Translation</contrib>
<affiliation>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</othercredit>
<othercredit>
<firstname>Eun-Ju</firstname>
<surname>Ki,</surname>
<contrib>Korean Translation</contrib>
<affiliation>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</othercredit>
<othercredit>
<firstname>Terry</firstname>
<surname>Chuang</surname>
<contrib>Traditional Chinese Translation</contrib>
<affiliation>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</othercredit>
<othercredit>
<firstname>Francesco</firstname>
<surname>Milesi</surname>
<contrib>Italian Translation</contrib>
</othercredit>
</authorgroup>
12 changes: 12 additions & 0 deletions reference/en-US/ri.xml
Expand Up @@ -136,6 +136,18 @@ $ ant update</programlisting>
<programlisting>$ cd examples/numberguess
ant deploy</programlisting>

<para>
Start JBoss AS:
</para>

<programlisting>$ /Application/jboss-5.0.0.GA/bin/run.sh</programlisting>

<tip>
<para>
If you use Windows, use the <literal>run.bat</literal>script.
</para>
</tip>

<para>
Wait for the application to deploy, and enjoy hours of fun at
<ulink url="http://localhost:8080/webbeans-numberguess" />!
Expand Down

0 comments on commit 2368a06

Please sign in to comment.