From: <jbo...@li...> - 2006-04-19 09:02:50
|
Author: mar...@jb... Date: 2006-04-19 05:02:41 -0400 (Wed, 19 Apr 2006) New Revision: 3789 Added: labs/jbossesb/trunk/Copyright.txt labs/jbossesb/trunk/Developer.txt labs/jbossesb/trunk/lib/ labs/jbossesb/trunk/lib/ext/ Log: Added: labs/jbossesb/trunk/Copyright.txt =================================================================== --- labs/jbossesb/trunk/Copyright.txt 2006-04-19 08:53:05 UTC (rev 3788) +++ labs/jbossesb/trunk/Copyright.txt 2006-04-19 09:02:41 UTC (rev 3789) @@ -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/Developer.txt =================================================================== --- labs/jbossesb/trunk/Developer.txt 2006-04-19 08:53:05 UTC (rev 3788) +++ labs/jbossesb/trunk/Developer.txt 2006-04-19 09:02:41 UTC (rev 3789) @@ -0,0 +1,11 @@ +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. |