Author: mmcallis
Date: 2008-01-31 23:12:08 -0500 (Thu, 31 Jan 2008)
New Revision: 9695
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
Log:
2.3.1. Getting the Sources few sentence rewrites
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
02:10:51 UTC (rev 9694)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installation.xml 2008-02-01
04:12:08 UTC (rev 9695)
@@ -191,8 +191,8 @@
<sect2>
<title>Getting the Sources</title>
<para>
- The JBoss Portal source files can be obtained from the the
- <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
Portal Downloads</ulink> page. The source files downloaded uses a
<filename>JBoss Portal Source Code</filename> naming convention. As well, they
can be obtained from SVN:
+ The JBoss Portal source files can be obtained from the
+ <ulink
url="http://labs.jboss.com/portal/jbossportal/download/index.html&qu...
Portal Downloads</ulink> page. The source files download uses a
<filename>JBoss Portal Source Code</filename> naming convention. As well, the
sources can be obtained from SVN:
</para>
<para>
<itemizedlist>
@@ -209,7 +209,7 @@
</itemizedlist>
</para>
<para>
- Several parts have been extracted from the repositories above. These modules have a
different lifecycle and a different version scheme. The following is a list of modules
used in JBoss Portal 2.6.3, and the locations of their source code:
+ Several modules have been extracted from the JBoss Portal SVN repository. These
modules have a different lifecycle and a different version scheme. The following is a list
of modules used in JBoss Portal 2.6.3, and the locations of their source code:
</para>
<para>
<itemizedlist>
@@ -241,7 +241,7 @@
</itemizedlist>
</para>
<para>
- After checking out the source from SVN, or after extracting the <filename>JBoss
Portal Source Code</filename> zip file, the directory structure will be similar to
the following:
+ After checking out the source from SVN, or after extracting the <filename>JBoss
Portal Source Code</filename> zip file, a directory structure similar to the
following will be created:
</para>
<mediaobject>
<imageobject>
@@ -249,7 +249,7 @@
</imageobject>
</mediaobject>
<para>
- If the source files were obtained from SVN, there will be an empty
<filename>thirdparty</filename> directory. This directory will contain files
after building the JBoss Portal source in <xref
linkend="building_deploying_from_source" />. For more information about the
JBoss Portal SVN, and accessing different versions of the JBoss Portal codebase, please
visit the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... SVN
Repo</ulink> page on the JBoss Wiki.
+ If the source files were obtained from SVN, change into the
<filename>trunk/src/</filename> directory to see the directories from the
above image. As well, there will be an empty <filename>thirdparty</filename>
directory. This directory will contain files after building the JBoss Portal source code
(<xref linkend="building_deploying_from_source" />). For more information
about the JBoss Portal SVN repository, and accessing different versions of the JBoss
Portal codebase, please visit the <ulink
url="http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo">... Portal SVN
Repo</ulink> page on the JBoss Wiki.
</para>
</sect2>
<sect2>