Author: jeff.yuchang
Date: 2011-06-30 02:10:09 -0400 (Thu, 30 Jun 2011)
New Revision: 1411
Modified:
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml
trunk/pom.xml
Log:
* Added pluginRepository, thats required by docs module.
* Fixed broken image url in gettingstartedguide book.
* Highlight the description that ESB is optional. Got asked by people that seems ESB is
required.
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml
===================================================================
--- trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-06-30
04:24:38 UTC (rev 1410)
+++ trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/examples.xml 2011-06-30
06:10:09 UTC (rev 1411)
@@ -83,7 +83,7 @@
</para>
<imageobject>
- <imagedata fileref="images/HelloWorldReqMesg.png"
align="center" width="6in" />
+ <imagedata fileref="en-US/images/HelloWorldReqMesg.png"
align="center" width="6in" />
</imageobject>
<para>
@@ -91,7 +91,7 @@
</para>
<imageobject>
- <imagedata fileref="images/HelloWorldRespMesg.png"
align="center" width="6in" />
+ <imagedata fileref="en-US/images/HelloWorldRespMesg.png"
align="center" width="6in" />
</imageobject>
<para>
@@ -201,7 +201,7 @@
When the import dialog appears, select the <emphasis>General->ExistingProject
from Workspace</emphasis> option and press the 'Next' button.
</para>
<imageobject>
- <imagedata fileref="images/ImportDialog.png" align="center"
width="4in" />
+ <imagedata fileref="en-US/images/ImportDialog.png"
align="center" width="4in" />
</imageobject>
</listitem>
<listitem>
@@ -209,7 +209,7 @@
Ensuring that the 'Select root directory' radio button is selected, press the
'Browse' button and navigate to the
<filename>${RiftSaw}/samples</filename> folder, then press 'Ok'.
</para>
<imageobject>
- <imagedata fileref="images/ImportFileDialog.png"
align="center" width="4in" />
+ <imagedata fileref="en-US/images/ImportFileDialog.png"
align="center" width="4in" />
</imageobject>
</listitem>
<listitem>
@@ -217,13 +217,13 @@
All of the Eclipse projects contained within the
<filename>samples</filename> directory structure will be listed. Press the
'Finish' button to import them all.
</para>
<imageobject>
- <imagedata fileref="images/ImportProjectsDialog.png"
align="center" width="4in" />
+ <imagedata fileref="en-US/images/ImportProjectsDialog.png"
align="center" width="4in" />
</imageobject>
<para>
Once imported, the Eclipse navigator will list the sample projects:
</para>
<imageobject>
- <imagedata fileref="images/ImportedProjects.png"
align="center" width="2in" />
+ <imagedata fileref="en-US/images/ImportedProjects.png"
align="center" width="2in" />
</imageobject>
</listitem>
</orderedlist>
@@ -234,14 +234,14 @@
</para>
<imageobject>
- <imagedata fileref="images/BPELEditor.png" align="center"
width="5in" />
+ <imagedata fileref="en-US/images/BPELEditor.png"
align="center" width="5in" />
</imageobject>
<para>
</para>
<imageobject>
- <imagedata fileref="images/WSDLEditor.png" align="center"
width="5in" />
+ <imagedata fileref="en-US/images/WSDLEditor.png"
align="center" width="5in" />
</imageobject>
</section>
Modified: trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml
===================================================================
---
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml 2011-06-30
04:24:38 UTC (rev 1410)
+++
trunk/docs/docbook/gettingstartedguide/src/main/en-US/module/installation.xml 2011-06-30
06:10:09 UTC (rev 1411)
@@ -29,7 +29,7 @@
from more recent features and bug fixes (e.g. version
3.4.0.SP1).</listitem>
<listitem>JBossESB (version 4.10 or higher), should download the
<emphasis role="bold">jbossesb-4.10.zip</emphasis>,
available from <ulink
url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbo...;.
- This is only required to run the ESB/BPEL examples.</listitem>
+ <emphasis role="bold">This is optional, only required to run
the 'samples/esb' folder's examples.</emphasis></listitem>
<listitem>RiftSaw, available from
<ulink
url="http://www.jboss.org/riftsaw">http://www.jboss.org/rift...
<listitem>
@@ -66,7 +66,7 @@
<listitem>
Install JBossESB
<para>
- This is only required if you want to run the ESB/BPEL examples.
+ This is only required if you want to run the 'samples/esb'
folder's examples.
</para>
<para>
Unpack the JBossESB installation into a location alongside the JBossAS
installation.
@@ -184,6 +184,7 @@
<listitem>postgres</listitem>
<listitem>oracle</listitem>
<listitem>sqlserver</listitem>
+ <listitem>db2</listitem>
</orderedlist>
<para>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-06-30 04:24:38 UTC (rev 1410)
+++ trunk/pom.xml 2011-06-30 06:10:09 UTC (rev 1411)
@@ -511,4 +511,12 @@
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Repository Group</name>
+ <
url>http://repository.jboss.org/nexus/content/groups/public</url>
+ </pluginRepository>
+ </pluginRepositories>
+
</project>