[jboss-svn-commits] JBL Code SVN: r5255 - in labs/jbossesb/trunk: . product qa

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 23 05:42:08 EDT 2006


Author: mark.little at jboss.com
Date: 2006-07-23 05:42:03 -0400 (Sun, 23 Jul 2006)
New Revision: 5255

Added:
   labs/jbossesb/trunk/product/Build.txt
   labs/jbossesb/trunk/product/Copyright.txt
   labs/jbossesb/trunk/product/Developer.txt
   labs/jbossesb/trunk/qa/Copyright.txt
Removed:
   labs/jbossesb/trunk/Build.txt
Modified:
   labs/jbossesb/trunk/Developer.txt
   labs/jbossesb/trunk/Readme.txt
Log:


Deleted: labs/jbossesb/trunk/Build.txt
===================================================================
--- labs/jbossesb/trunk/Build.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/Build.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -1,5 +0,0 @@
-Use the root build.xml in conjuntion with product.properties, where various properties used
-in the build can be set for convenience. The lib/ext directory contains the most recently tested
-libs needed to build the system. You are free to use these, or your own versions of the jars
-from a JBossAS 4.0.3SP1 installation. If the latter, then set org.jboss.esb.frominstall to true
-and org.jboss.esb.jboss.home to the root of your JBossAS installation.
\ No newline at end of file

Modified: labs/jbossesb/trunk/Developer.txt
===================================================================
--- labs/jbossesb/trunk/Developer.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/Developer.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -1,13 +1,4 @@
-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
-lib/ext:		contains any jars needed to build/run the distribution
-ESBCore:		the core SOA infrastructure
-JBI:			the JBI implementation which layers on ESBCore
-javadocs:	created during the build
-build:		created during the build
-
-Any classes which occur within an 'internal' package are not meant for users. Changes to these
-classes can occur without notice and deprecation markers.
+product:	contains the JBossESB product codebase, including unit tests.
+qa:			contains the QA infrastructure for JBossESB.

Modified: labs/jbossesb/trunk/Readme.txt
===================================================================
--- labs/jbossesb/trunk/Readme.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/Readme.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -2,3 +2,7 @@
 
 For more information on JBossESB, visit http://labs.jboss.com/portal/jbossesb/?prjlist=false
 
+If you just want to check out the product codebase then check out jbossesb/product. The QA suite (available
+in jbossesb/qa) can be checked out and built separately. This is because QA code will eventually exceed the
+size of the product codebase and may not be needed by all users/developers.
+

Added: labs/jbossesb/trunk/product/Build.txt
===================================================================
--- labs/jbossesb/trunk/product/Build.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/product/Build.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -0,0 +1,5 @@
+Use the root build.xml in conjuntion with product.properties, where various properties used
+in the build can be set for convenience. The lib/ext directory contains the most recently tested
+libs needed to build the system. You are free to use these, or your own versions of the jars
+from a JBossAS 4.0.3SP1 installation. If the latter, then set org.jboss.esb.frominstall to true
+and org.jboss.esb.jboss.home to the root of your JBossAS installation.
\ No newline at end of file

Added: labs/jbossesb/trunk/product/Copyright.txt
===================================================================
--- labs/jbossesb/trunk/product/Copyright.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/product/Copyright.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -0,0 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and others contributors as indicated 
+ * by the @authors tag. All rights reserved. 
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors. 
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A 
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA  02110-1301, USA.
+ * 
+ * (C) 2005-2006,
+ */
\ No newline at end of file

Added: labs/jbossesb/trunk/product/Developer.txt
===================================================================
--- labs/jbossesb/trunk/product/Developer.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/product/Developer.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -0,0 +1,13 @@
+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
+lib/ext:		contains any jars needed to build/run the distribution
+ESBCore:		the core SOA infrastructure
+JBI:			the JBI implementation which layers on ESBCore
+javadocs:	created during the build
+build:		created during the build
+
+Any classes which occur within an 'internal' package are not meant for users. Changes to these
+classes can occur without notice and deprecation markers.

Added: labs/jbossesb/trunk/qa/Copyright.txt
===================================================================
--- labs/jbossesb/trunk/qa/Copyright.txt	2006-07-22 14:01:12 UTC (rev 5254)
+++ labs/jbossesb/trunk/qa/Copyright.txt	2006-07-23 09:42:03 UTC (rev 5255)
@@ -0,0 +1,19 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, JBoss Inc., and others contributors as indicated 
+ * by the @authors tag. All rights reserved. 
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors. 
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A 
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA  02110-1301, USA.
+ * 
+ * (C) 2005-2006,
+ */
\ No newline at end of file




More information about the jboss-svn-commits mailing list