You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/09/04 11:45:44 UTC

cvs commit: avalon-sandbox/framework README.TXT

leosimons    2003/09/04 02:45:44

  Modified:    framework README.TXT
  Log:
  merge readme
  
  Revision  Changes    Path
  1.3       +50 -19    avalon-sandbox/framework/README.TXT
  
  Index: README.TXT
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/framework/README.TXT,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.TXT	22 Aug 2003 11:09:49 -0000	1.2
  +++ README.TXT	4 Sep 2003 09:45:44 -0000	1.3
  @@ -1,19 +1,50 @@
  -
  -
  -Avalon Framework
  -================
  -
  -Available goals
  ----------------
  -
  -  avalon:build            - build from sources, jar and install into the local Maven repository
  -                            [reactor jar:install]
  -  avalon:build-snapshot   - build and install snapshot jars
  -                            [reactor jar:install-snapshot]
  -  avalon:site             - build the site
  -                            [prereqs: avalon:build]
  -  avalon:dist             - build the distribution under ${basedir}/target
  -                            [prereqs: avalon:site]
  -  avalon:clean            - clean this project and all subprojects
  -                            [reactor clean:clean]
  -
  +=======================================================================
  +            __
  +           /  \    Apache
  +          /    \__________________________________
  +         /  /\  \  \/  /    \ |  |  /   \|   \|  |
  +        /  /  \  \    /  /\  \|  |_|  O  |  \ \  |
  +       /__/    \__\__/__/  \__\_____\__ /|__|\___|
  +
  +
  +                         == Avalon-Framework ==
  +
  +=======================================================================
  +summary:   the core interfaces of the avalon project
  +publisher: Avalon Software Foundation
  +website:   http://avalon.apache.org/framework/
  +version:   4.1.5RC-2
  +license:   Please see the LICENSE.txt file
  +=======================================================================
  +
  +The Avalon Framework consists of interfaces that define relationships
  +between commonly used application components, best-of-practice pattern
  +enforcements, and several lightweight convenience implementations of
  +the generic components.
  +
  +More documentation?
  +===================
  +We do not distribute all our documentation through releases. Rather,
  +you are encouraged to visit our website at
  +    http://avalon.apache.org/framework/
  +for more information.
  +
  +Building from source?
  +=====================
  +Avalon is built using maven. You will need to download and install
  +maven, if you do not have it already. The following maven goals are
  +available:
  +
  +  avalon:build            - build from sources, jar and install into
  +                            the local Maven repository
  +                            [reactor jar:install]
  +  avalon:build-snapshot   - build and install snapshot jars
  +                            [reactor jar:install-snapshot]
  +  avalon:site             - build the site
  +                            [prereqs: avalon:build]
  +  avalon:dist             - build the distribution under
  +                            ${basedir}/target
  +                            [prereqs: avalon:site]
  +  avalon:clean            - clean this project and all subprojects
  +                            [reactor clean:clean]
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org