You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/01/24 19:38:59 UTC

cvs commit: avalon-sandbox/lifecycle/src/xdocs index.xml

mcconnell    2003/01/24 10:38:59

  Modified:    lifecycle build.xml default.properties
               lifecycle/src/xdocs index.xml
  Log:
  Updated bui9ld properties to define jar name on package-version.
  
  Revision  Changes    Path
  1.3       +4 -1      avalon-sandbox/lifecycle/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/lifecycle/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	1 Dec 2002 06:43:22 -0000	1.2
  +++ build.xml	24 Jan 2003 18:38:58 -0000	1.3
  @@ -151,7 +151,10 @@
                   <param name="-windowtitle" value="${Name} API"/>
                   <param name="-link" value="http://java.sun.com/j2se/1.4/docs/api/"/>
                   <param name="-link" value="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
  -                <param name="-link" value="http://jakarta.apache.org/avalon/api/"/>
  +                <param name="-link" value="../../avalon/"/>
  +                <param name="-link" value="../../assembly/api"/>
  +                <param name="-link" value="../../meta/api"/>
  +                <param name="-link" value="../../merlin/api"/>
                   <param name="-bottom"
                       value="&quot;Copyright &#169; ${year} Apache Avalon Project. All Rights Reserved.&quot;"/>
               </doclet>
  
  
  
  1.2       +2 -2      avalon-sandbox/lifecycle/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/lifecycle/default.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.properties	24 Nov 2002 12:56:06 -0000	1.1
  +++ default.properties	24 Jan 2003 18:38:58 -0000	1.2
  @@ -9,7 +9,7 @@
   Name=Avalon Containment Lifecycle Extensions
   dir-name=lifecycle
   version=1.0
  -package-version=0.99
  +package-version=1.0
   year=2000-2002
   
   # --------------------------------------------------
  @@ -68,7 +68,7 @@
   dist.name = ${name}-${version}
   
   #  name of jar file
  -jar.name = ${name}-${version}.jar
  +jar.name = ${name}-${package-version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  
  1.2       +2 -2      avalon-sandbox/lifecycle/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/lifecycle/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	24 Nov 2002 12:56:07 -0000	1.1
  +++ index.xml	24 Jan 2003 18:38:59 -0000	1.2
  @@ -13,7 +13,7 @@
   
       <s1 title="Introduction">
   
  -      <p>The Lifecycle package contains a set of interfaces and classes supporting pertable lifecycle extensions.</p>
  +      <p>The Lifecycle package contains a set of interfaces and classes supporting portable lifecycle extensions.</p>
   
         <p>Contributions to this project are based on co-development actives by container projects aiming towards cross-container component portability and consistent service management.</p>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>