[seam-commits] Seam SVN: r9883 - in branches/enterprise/JBPAPP_4_2_CP01: doc/reference/en/modules and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jan 7 10:59:11 EST 2009
Author: manaRH
Date: 2009-01-07 10:59:11 -0500 (Wed, 07 Jan 2009)
New Revision: 9883
Removed:
branches/enterprise/JBPAPP_4_2_CP01/examples/portal/
Modified:
branches/enterprise/JBPAPP_4_2_CP01/build.xml
branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/configuration.xml
branches/enterprise/JBPAPP_4_2_CP01/examples/readme.txt
branches/enterprise/JBPAPP_4_2_CP01/release-process.txt
Log:
JBPAPP-1494
Modified: branches/enterprise/JBPAPP_4_2_CP01/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/build.xml 2009-01-07 13:32:43 UTC (rev 9882)
+++ branches/enterprise/JBPAPP_4_2_CP01/build.xml 2009-01-07 15:59:11 UTC (rev 9883)
@@ -459,7 +459,6 @@
<ant dir="examples/numberguess" target="clean" inheritall="false"/>
<ant dir="examples/registration" target="clean" inheritall="false"/>
<ant dir="examples/todo" target="clean" inheritall="false"/>
- <ant dir="examples/portal" target="clean" inheritall="false"/>
<ant dir="examples/drools" target="clean" inheritall="false"/>
<ant dir="examples/remoting/helloworld" target="clean" inheritall="false"/>
<ant dir="examples/remoting/chatroom" target="clean" inheritall="false"/>
@@ -847,7 +846,6 @@
<ant dir="examples/registration" target="testexample" inheritall="false"/>
<ant dir="examples/todo" target="testexample" inheritall="false"/>
<ant dir="examples/blog" target="testexample" inheritall="false"/>
- <ant dir="examples/portal" target="testexample" inheritall="false"/>
<junitreport todir="./report">
<fileset dir=".">
@@ -1105,7 +1103,6 @@
<include name="messages/**/*"/>
<include name="todo/**/*"/>
<include name="numberguess/**/*"/>
- <include name="portal/**/*"/>
<include name="drools/**/*"/>
<include name="remoting/chatroom/**/*"/>
<include name="remoting/helloworld/**/*"/>
Modified: branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/configuration.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/configuration.xml 2009-01-07 13:32:43 UTC (rev 9882)
+++ branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/configuration.xml 2009-01-07 15:59:11 UTC (rev 9883)
@@ -1099,9 +1099,7 @@
<para>
To run a Seam application as a portlet, you'll need to provide certain
portlet metadata (<literal>portlet.xml</literal>, etc) in addition to
- the usual Java EE metadata. See the <literal>examples/portal</literal>
- directory for an example of the booking demo preconfigured to run on
- JBoss Portal.
+ the usual Java EE metadata.
</para>
<para>
Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/readme.txt
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/readme.txt 2009-01-07 13:32:43 UTC (rev 9882)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/readme.txt 2009-01-07 15:59:11 UTC (rev 9883)
@@ -58,10 +58,7 @@
spring/ Demonstrates Spring framework integration
drools/ A version of the number guessing example that
- uses Drools with jBPM
-
-portal/ A port of the Seam Hibernate demo to run on
- JBoss Portal
+ uses Drools with jBPM
remoting/helloworld/ A trivial example using Ajax
Modified: branches/enterprise/JBPAPP_4_2_CP01/release-process.txt
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/release-process.txt 2009-01-07 13:32:43 UTC (rev 9882)
+++ branches/enterprise/JBPAPP_4_2_CP01/release-process.txt 2009-01-07 15:59:11 UTC (rev 9883)
@@ -132,7 +132,6 @@
mail
messages
numberguess
-portal
readme.txt
registration
remoting
More information about the seam-commits
mailing list