You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/03/15 18:55:21 UTC

cvs commit: avalon/framework README.TXT project.properties

niclas      2004/03/15 09:55:21

  Modified:    framework README.TXT project.properties
  Log:
  Formatting
  
  Revision  Changes    Path
  1.4       +50 -50    avalon/framework/README.TXT
  
  Index: README.TXT
  ===================================================================
  RCS file: /home/cvs/avalon/framework/README.TXT,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.TXT	4 Sep 2003 09:45:44 -0000	1.3
  +++ README.TXT	15 Mar 2004 17:55:21 -0000	1.4
  @@ -1,50 +1,50 @@
  -=======================================================================
  -            __
  -           /  \    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]
  -
  +=======================================================================
  +            __
  +           /  \    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.5
  +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]
  +
  
  
  
  1.3       +4 -3      avalon/framework/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/framework/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	30 Oct 2003 01:16:07 -0000	1.2
  +++ project.properties	15 Mar 2004 17:55:21 -0000	1.3
  @@ -1,10 +1,11 @@
  +
   maven.repo.remote = http://www.apache.org/dist/avalon/,http://www.ibiblio.org/maven/
   maven.junit.fork = yes
  -#avalon.buildsystem = ${basedir}/../../avalon/buildsystem
  -avalon.buildsystem = ${basedir}
  +
  +avalon.buildsystem = ${basedir}/../buildsystem
   maven.xdoc.poweredby.image=
   
   # gump integration
   project.name=avalon-framework
   do.not.debug=true
  -do.not.warn=true
  \ No newline at end of file
  +do.not.warn=true
  
  
  

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