[seam-commits] Seam SVN: r10385 - in trunk/examples/metawidget: dvdstore and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Apr 11 02:32:03 EDT 2009


Author: dan.j.allen
Date: 2009-04-11 02:32:03 -0400 (Sat, 11 Apr 2009)
New Revision: 10385

Modified:
   trunk/examples/metawidget/booking/readme.txt
   trunk/examples/metawidget/dvdstore/readme.txt
   trunk/examples/metawidget/groovybooking/readme.txt
Log:
clarify setup instructions


Modified: trunk/examples/metawidget/booking/readme.txt
===================================================================
--- trunk/examples/metawidget/booking/readme.txt	2009-04-11 06:31:37 UTC (rev 10384)
+++ trunk/examples/metawidget/booking/readme.txt	2009-04-11 06:32:03 UTC (rev 10385)
@@ -8,10 +8,14 @@
 The source files in this example are just the overrides needed to utilize
 metawidget. Before the example is built, these overrides are merged with the
 original booking source code in a staging directory. This step is performed
-by following command, which is automatically called on any Ant build:
+by following command:
 
   ant stage
 
+The stage command is automatically called on any Ant build, so you can simply run:
+
+  ant explode
+
 This example runs on JBoss AS as an EAR or Tomcat with JBoss Embedded as a WAR.
 
  example.name=booking

Modified: trunk/examples/metawidget/dvdstore/readme.txt
===================================================================
--- trunk/examples/metawidget/dvdstore/readme.txt	2009-04-11 06:31:37 UTC (rev 10384)
+++ trunk/examples/metawidget/dvdstore/readme.txt	2009-04-11 06:32:03 UTC (rev 10385)
@@ -10,6 +10,10 @@
 The source files in this example are just the overrides needed to utilize
 metawidget. Before the example is built, these overrides are merged with the
 original dvdstore source code in a staging directory. This step is performed
-by following command, which is automatically called on any Ant build:
+by following command:
 
   ant stage
+
+The stage command is automatically called on any Ant build, so you can simply run:
+
+  ant explode

Modified: trunk/examples/metawidget/groovybooking/readme.txt
===================================================================
--- trunk/examples/metawidget/groovybooking/readme.txt	2009-04-11 06:31:37 UTC (rev 10384)
+++ trunk/examples/metawidget/groovybooking/readme.txt	2009-04-11 06:32:03 UTC (rev 10385)
@@ -13,10 +13,14 @@
 The source files in this example are just the overrides needed to utilize
 metawidget. Before the example is built, these overrides are merged with the
 original groovybooking source code in a staging directory. This step is performed
-by following command, which is automatically called on any Ant build:
+by following command:
 
   ant stage
 
+The stage command is automatically called on any Ant build, so you can simply run:
+
+  ant explode
+
 When editing Groovy files from the src/action directory, you can run "ant
 build jbosswar.explode" to see your changes take effect.  When editing Groovy files
 from src/model, you need to run "ant build jbosswar.explode jbosswar.restart"




More information about the seam-commits mailing list