[seam-commits] Seam SVN: r10617 - in examples/trunk: servlet-booking and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 23 17:34:52 EDT 2009


Author: dan.j.allen
Date: 2009-04-23 17:34:52 -0400 (Thu, 23 Apr 2009)
New Revision: 10617

Modified:
   examples/trunk/booking/readme.txt
   examples/trunk/servlet-booking/readme.txt
Log:
clarify unfinished instructions


Modified: examples/trunk/booking/readme.txt
===================================================================
--- examples/trunk/booking/readme.txt	2009-04-23 21:32:32 UTC (rev 10616)
+++ examples/trunk/booking/readme.txt	2009-04-23 21:34:52 UTC (rev 10617)
@@ -50,7 +50,9 @@
 Note that the -o puts Maven in offline mode so that it doesn't perform time
 consuming update checks.
 
----
+----------------------
+Unfinished intructions
+----------------------
 When this profile is activated, the maven-antrun-plugin will copy the exploded
 packages for the WAR, EJB-JAR, and EAR to the JBoss AS deploy directory. This
 all happens in the maven package phase.

Modified: examples/trunk/servlet-booking/readme.txt
===================================================================
--- examples/trunk/servlet-booking/readme.txt	2009-04-23 21:32:32 UTC (rev 10616)
+++ examples/trunk/servlet-booking/readme.txt	2009-04-23 21:34:52 UTC (rev 10617)
@@ -61,7 +61,9 @@
 files to be copied to your src/main/webapp directory. You may accidently check
 them into the source repository or include them in the deployable archive.
 
----
+-----------------------
+Unfinished instructions
+-----------------------
 Have to decide if you want war:inplace which mixes compiled files w/ source
 files but gives you instant change or change the warSourceDirectory and require
 war:exploded to be run to see changes take affect.




More information about the seam-commits mailing list