[jboss-cvs] JBossAS SVN: r93105 - in projects/docs/enterprise/5.0/Examples/RESTEasy: guice-hello and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 19:57:03 EDT 2009


Author: laubai
Date: 2009-09-01 19:57:03 -0400 (Tue, 01 Sep 2009)
New Revision: 93105

Modified:
   projects/docs/enterprise/5.0/Examples/RESTEasy/async-job-service/README.txt
   projects/docs/enterprise/5.0/Examples/RESTEasy/guice-hello/README.txt
Log:
RESTEasy examples updated.

Modified: projects/docs/enterprise/5.0/Examples/RESTEasy/async-job-service/README.txt
===================================================================
--- projects/docs/enterprise/5.0/Examples/RESTEasy/async-job-service/README.txt	2009-09-01 23:22:55 UTC (rev 93104)
+++ projects/docs/enterprise/5.0/Examples/RESTEasy/async-job-service/README.txt	2009-09-01 23:57:03 UTC (rev 93105)
@@ -1,7 +1,7 @@
 README for the RESTEasy async-job-service example project:
 =========================================================
 
-This project is a simple example demostrating the use of the Asynchronous Job Service.
+This project is a simple example demonstrating the use of the Asynchronous Job Service.
 
 
 System Requirements:

Modified: projects/docs/enterprise/5.0/Examples/RESTEasy/guice-hello/README.txt
===================================================================
--- projects/docs/enterprise/5.0/Examples/RESTEasy/guice-hello/README.txt	2009-09-01 23:22:55 UTC (rev 93104)
+++ projects/docs/enterprise/5.0/Examples/RESTEasy/guice-hello/README.txt	2009-09-01 23:57:03 UTC (rev 93105)
@@ -1,14 +1,17 @@
+README for the RESTEasy guice-hello example project:
+===================================================
 
-This project is a simple example showing the guice integration. 
+This project is a simple example demonstrating integration with Guice.
 
+
 System Requirements:
 ====================
 - Maven 2.0.9 or higher
 
+
 Building the project:
 ====================
-1. In root directoy
 
-mvn clean install
-
-This will build a WAR and run it with embedded Jetty
\ No newline at end of file
+In the project's root directory, run:
+  mvn clean install
+This builds a WAR and runs it with embedded Jetty.




More information about the jboss-cvs-commits mailing list