[jboss-svn-commits] JBL Code SVN: r8520 - labs/jbossesb/trunk/product

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 21 14:17:19 EST 2006


Author: mark.little at jboss.com
Date: 2006-12-21 14:17:16 -0500 (Thu, 21 Dec 2006)
New Revision: 8520

Added:
   labs/jbossesb/trunk/product/README_FIRST.txt
Modified:
   labs/jbossesb/trunk/product/Developer.txt
   labs/jbossesb/trunk/product/build.xml
Log:
Added README_FIRST.txt file for built distribution.

Modified: labs/jbossesb/trunk/product/Developer.txt
===================================================================
--- labs/jbossesb/trunk/product/Developer.txt	2006-12-21 19:11:32 UTC (rev 8519)
+++ labs/jbossesb/trunk/product/Developer.txt	2006-12-21 19:17:16 UTC (rev 8520)
@@ -1,5 +1,3 @@
-WARNING: this will be updated soon and refers to the old structure.
-
 The structure of the distribution is as follows:
 
 lib:			contains the built jar

Added: labs/jbossesb/trunk/product/README_FIRST.txt
===================================================================
--- labs/jbossesb/trunk/product/README_FIRST.txt	2006-12-21 19:11:32 UTC (rev 8519)
+++ labs/jbossesb/trunk/product/README_FIRST.txt	2006-12-21 19:17:16 UTC (rev 8520)
@@ -0,0 +1,9 @@
+Welcome to JBossESB. In order to get you started, we recommend that you look
+first at the Getting Started Guide in docs before then proceeding to the various
+Quick Start examples in the samples directory. Once you have progressed through
+these, the Trailblazer example (also in the samples directory) is an excellent way
+of bringing together the various components and lessons learnt.
+
+Don't forget, if you have any questions or comments about JBossESB, please go to
+the forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=246) where we
+will respond as soon as possible.

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2006-12-21 19:11:32 UTC (rev 8519)
+++ labs/jbossesb/trunk/product/build.xml	2006-12-21 19:17:16 UTC (rev 8520)
@@ -267,6 +267,8 @@
 		</copy>
 		
 		<echo message="Installing docs"/>
+			<copy file="README_FIRST.txt" todir="${org.jboss.esb.installationdirectory}"/>
+		
 			<mkdir dir="${org.jboss.esb.installationdirectory}/docs"/>
 			<copy
 				todir="${org.jboss.esb.installationdirectory}/docs"




More information about the jboss-svn-commits mailing list