[jboss-cvs] jboss-seam/examples/contactlist ...
Gavin King
gavin.king at jboss.com
Wed Sep 27 20:54:13 EDT 2006
User: gavin
Date: 06/09/27 20:54:13
Modified: examples/contactlist build.xml readme.txt
Log:
get name right
Revision Changes Path
1.2 +2 -2 jboss-seam/examples/contactlist/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- build.xml 28 Sep 2006 00:18:33 -0000 1.1
+++ build.xml 28 Sep 2006 00:54:13 -0000 1.2
@@ -3,8 +3,8 @@
<project name="CRUD" default="deploy" basedir=".">
<!-- Example name -->
- <property name="Name" value="Seam CRUD Example"/>
- <property name="example.name" value="jboss-seam-crud"/>
+ <property name="Name" value="Seam Contact List Example"/>
+ <property name="example.name" value="jboss-seam-contactlist"/>
<!-- WAR -->
<zipfileset id="example.war.docroot"
1.2 +10 -10 jboss-seam/examples/contactlist/readme.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: readme.txt
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- readme.txt 28 Sep 2006 00:18:33 -0000 1.1
+++ readme.txt 28 Sep 2006 00:54:13 -0000 1.2
@@ -1,6 +1,6 @@
-Seam Registration Example
+Seam Contact List Example
=========================
-This is a trivial example for the Seam tutorial.
+This example demonstrates the Seam CRUD framework.
How to Build and Deploy the Example on JBoss AS
-----------------------------------------------
@@ -17,13 +17,13 @@
4. Build Seam by running "ant" the Seam root directory
5. Build and deploy the example by running "ant" in the Seam
- "examples/registration" directory
+ "examples/contactlist" directory
6. Start JBoss AS by typing "bin/run.sh" in the JBoss home directory
7. Point your web browser to:
- http://localhost:8080/seam-registration/
+ http://localhost:8080/seam-contactlist/
NOTE: The default build uses the HSQL database embedded in JBoss AS
@@ -46,18 +46,18 @@
4. Build Seam by running "ant" the Seam root directory
5. Build and deploy the example by running "ant deploy.tomcat"
- in the Seam "examples/registration" directory
+ in the Seam "examples/contactlist" directory
6. Start Tomcat
7. Point your web browser to:
- http://localhost:8080/jboss-seam-registration/
+ http://localhost:8080/jboss-seam-contactlist/
Running The TestNG Tests
------------------------
-In the "examples/registration" directory, type "ant testexample"
+In the "examples/contactlist" directory, type "ant testexample"
Running the TestNG Tests in Eclipse
-----------------------------------
@@ -68,8 +68,8 @@
in your source path:
src/main/
- examples/registration/src/
- examples/registration/resources/
+ examples/contactlist/src/
+ examples/contactlist/resources/
embedded-ejb/conf/
And all jar files from the following directories in your classpath:
@@ -77,6 +77,6 @@
lib/
embedded-ejb/lib
-3. Run examples/registration/src/org/jboss/seam/example/registration/test/testng.xml
+3. Run examples/registration/src/org/jboss/seam/example/contactlist/test/testng.xml
using the TestNG plugin.
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list