Author: thomas.heute(a)jboss.com
Date: 2009-08-04 11:15:06 -0400 (Tue, 04 Aug 2009)
New Revision: 13660
Modified:
docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
docs/enterprise/trunk/PortletBridge/en-US/Getting_Started.xml
docs/enterprise/trunk/Read_Me/en-US/Release_Notes_GA.xml
docs/enterprise/trunk/Reference_Guide/en-US/Book_Info.xml
docs/enterprise/trunk/Reference_Guide/en-US/Supported.xml
Log:
Minor
Modified: docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml
===================================================================
--- docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2009-08-04 14:08:48
UTC (rev 13659)
+++ docs/enterprise/trunk/Installation_Guide/en-US/Getting_Started.xml 2009-08-04 15:15:06
UTC (rev 13660)
@@ -419,13 +419,13 @@
</section>
</section>
-
+ <!--
<section
id="Getting_Started-Components_of_JBoss_Enterprise_Application_Platform">
<title>Components of &JBEPP;</title>
<para>For current information on the revision level of included components please
refer to <ulink
url="http://www.jboss.com/products/platforms/portals/components"...;.
</para>
-
+ -->
<!--<para>
Below is a listing of the components of &JBEPP; and their revision level at the
time of writing. For an updated list of component revision levels please refer to
<ulink
url="http://www.redhat.com/docs/manuals/jboss">http://www.re...;.
</para>
@@ -587,7 +587,8 @@
</tgroup>
</table>
</para> -->
+ <!--
</section>
-
+ -->
</chapter>
Modified: docs/enterprise/trunk/PortletBridge/en-US/Getting_Started.xml
===================================================================
--- docs/enterprise/trunk/PortletBridge/en-US/Getting_Started.xml 2009-08-04 14:08:48 UTC
(rev 13659)
+++ docs/enterprise/trunk/PortletBridge/en-US/Getting_Started.xml 2009-08-04 15:15:06 UTC
(rev 13660)
@@ -42,12 +42,12 @@
</entry>
<entry align="left" nameend="c5" namest="c2">
<para>
- By including the following dependency in your web pom, you will automatically
enable SSO between JBoss Portal and your Seam application.
+ By including the following dependency in your web pom, you will automatically
enable SSO between JBoss Portal and your Seam 2.1.1.GA application.
<programlisting>
<dependency>
<groupId>org.jboss.portletbridge.extensions.seam</groupId>
<artifactId>PortalIdentity</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.CR2</version>
</dependency>
</programlisting>
</para>
@@ -106,7 +106,7 @@
<programlisting>mvn archetype:generate
-DarchetypeGroupId=org.jboss.portletbridge.archetypes
-DarchetypeArtifactId=1.2-basic
- -DarchetypeVersion=1.0.0-SNAPSHOT
+ -DarchetypeVersion=1.0.0.CR2
-DgroupId=org.whatever.project
-DartifactId=myprojectname
-DarchetypeRepository=http://repository.jboss.org/maven2/
@@ -122,7 +122,7 @@
<programlisting>mvn archetype:generate
-DarchetypeGroupId=org.jboss.portletbridge.archetypes
-DarchetypeArtifactId=richfaces-basic
- -DarchetypeVersion=1.0.0-SNAPSHOT
+ -DarchetypeVersion=1.0.0.CR2
-DgroupId=org.whatever.project
-DartifactId=myprojectname
-DarchetypeRepository=http://repository.jboss.org/maven2/
@@ -138,7 +138,7 @@
<programlisting>mvn archetype:generate
-DarchetypeGroupId=org.jboss.portletbridge.archetypes
-DarchetypeArtifactId=seam-basic
- -DarchetypeVersion=1.0.0-SNAPSHOT
+ -DarchetypeVersion=1.0.0.CR2
-DgroupId=org.whatever.project
-DartifactId=seamproject
-DarchetypeRepository=http://repository.jboss.org/maven2/
@@ -158,21 +158,24 @@
Each example application is configured to download the latest version of JBoss Portal
bundled with JBoss Application Server. After running the archetype <xref
linkend="sect-JBoss_Portlet_Bridge_Overview-Getting_started_with_JBoss_Portlet_Bridge-Maven_Archetypes"
/> or <ulink
url="http://www.jboss.org/portletbridge/download/">downloading the source
code</ulink> for the example application that you are interested in, you can run one
of the following Maven profiles to save time and get everything up and running with only 2
commands.
</para>
<para>
- <emphasis role="bold">JBoss Portal 2.7.0.B1 + JBoss AS 4.2.2
(Bundled)</emphasis>
+ <emphasis role="bold">JBoss Portal 2.7.2.GA + JBoss AS 4.2.3
(Bundled)</emphasis>
</para>
<programlisting role="XML">
-mvn install cargo:start -Premote-portal -Dportal-2.7.0.B1
-mvn cargo:deploy -Premote-portal -Dportal-2.7.0.B1
+mvn install -Plocal-portal cargo:start
+mvn cargo:deploy -Plocal-portal
+visit
http://localhost:8080/portal
</programlisting>
+<!--
<para>
- <emphasis role="bold">JBoss Portlet Container 2.0 + JBoss AS 4.2.2
(Bundled)</emphasis>
+ <emphasis role="bold">JBoss Portlet Container 2.0 + JBoss AS 4.2.3
(Bundled)</emphasis>
</para>
<programlisting role="XML">
mvn install cargo:start -Premote-portal -Dpc20
mvn cargo:deploy -Premote-portal -Dpc20
</programlisting>
+ -->
<para>
<emphasis>Time Saving Tips</emphasis>
</para>
@@ -180,8 +183,7 @@
<emphasis role="normal">If you plan on using the cargo profiles to do
active development, you can save a lot of time by not downloading the bundle each time you
do a clean install. To use a locally configured server bundled with portal, use the
following command line parameters. The variable for JBOSS_HOME_DIR is related to how you
zip the server directory. If you zip the files under JBOSS_HOME/* then it will only be the
name of your archive. But if you zip the actual folder JBOSS_HOME then JBOSS_HOME_DIR must
be defined as 'zip file name/JBOSS_HOME folder name'.</emphasis>
</para>
-<literallayout>
-</literallayout>
+<!--
<para>
<emphasis role="bold">JBoss Portal 2.7.0.B1</emphasis>
</para>
@@ -198,6 +200,7 @@
mvn install cargo:start -Plocal-portal
-DJBOSS_ZIP_HOME=/path_to_bundle_zip/Jboss-4.2.2-PC20.zip
-DJBOSS_HOME_DIR=Jboss-4.2.2-PC20
mvn cargo:deploy -Plocal-portal -DJBOSS_ZIP_HOME=/path_to_bundle_zip/Jboss-4.2.2-PC20.zip
-DJBOSS_HOME_DIR=Jboss-4.2.2-PC20
</programlisting>
+ -->
</section>
</section>
Modified: docs/enterprise/trunk/Read_Me/en-US/Release_Notes_GA.xml
===================================================================
--- docs/enterprise/trunk/Read_Me/en-US/Release_Notes_GA.xml 2009-08-04 14:08:48 UTC (rev
13659)
+++ docs/enterprise/trunk/Read_Me/en-US/Release_Notes_GA.xml 2009-08-04 15:15:06 UTC (rev
13660)
@@ -48,17 +48,17 @@
<itemizedlist>
<listitem>
<para>
- Identity Module 1.0.7
+ Identity Module 1.1.0
</para>
</listitem>
<listitem>
<para>
- Common Module 1.2.3
+ Common Module 1.2.5
</para>
</listitem>
<listitem>
<para>
- Portlet Module 2.0.5
+ Portlet Module 2.0.8
</para>
</listitem>
<listitem>
@@ -68,11 +68,11 @@
</listitem>
<listitem>
<para>
- CMS Module 1.2.4
+ CMS Module 1.2.6
</para>
</listitem> <listitem>
<para>
- JBoss Portlet Bridge 1.0.B6
+ JBoss Portlet Bridge 1.0.0CR2
</para>
</listitem>
</itemizedlist>
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Book_Info.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Book_Info.xml 2009-08-04 14:08:48 UTC (rev
13659)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Book_Info.xml 2009-08-04 15:15:06 UTC (rev
13660)
@@ -13,7 +13,7 @@
<issuenum>1</issuenum>
- <abstract><para>This book is a Enterprise Portal Platform Reference
Guide.</para>
+ <abstract><para>This book is the Enterprise Portal Platform Reference
Guide.</para>
</abstract>
<corpauthor>
<inlinemediaobject>
Modified: docs/enterprise/trunk/Reference_Guide/en-US/Supported.xml
===================================================================
--- docs/enterprise/trunk/Reference_Guide/en-US/Supported.xml 2009-08-04 14:08:48 UTC (rev
13659)
+++ docs/enterprise/trunk/Reference_Guide/en-US/Supported.xml 2009-08-04 15:15:06 UTC (rev
13660)
@@ -30,7 +30,7 @@
</section>
<section>
<title>JBoss Enterprise Application Platform (EAP)</title>
- <para>Enterprise Portal Platform 4.3 embeds JBoss EAP 4.3_CP03 and supports
the same environment unless specified.</para>
+ <para>Enterprise Portal Platform 4.3 CP02 embeds JBoss EAP 4.3_CP06 and JBoss
EAP FP01 4.3_CP05 and supports the same environment unless specified.</para>
</section>
<section id="supportedversions-db">
<title>Databases</title>