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 2002/07/03 04:20:21 UTC

cvs commit: jakarta-avalon-excalibur/assembly/src/etc profile.xml

mcconnell    2002/07/02 19:20:21

  Modified:    assembly README.TXT
               assembly/src/etc profile.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +4 -5      jakarta-avalon-excalibur/assembly/README.TXT
  
  Index: README.TXT
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/README.TXT,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.TXT	1 Jul 2002 04:37:13 -0000	1.1
  +++ README.TXT	3 Jul 2002 02:20:21 -0000	1.2
  @@ -1,16 +1,15 @@
   
  -Merlin II - Building a siolution for reusable componets.
  -========================================================
  +Assembly � an open container architecture.
  +==========================================
   
  -This package contains work in progress relating to Merlin II - a set of service based on the containerkit abstraction dealing with implicat component assembly and a container model isolated from a kernel application.  Everything is this package is very ALPHA and is subject to change and restructuring arrising from chages in the containerkit package and general evolution of this package.
  +This package contains work in progress originating from the Merlin container.  It includes a set of service based on the containerkit abstraction dealing with implicit component assembly and container isolated from a kernel application.  Everything is this package is very ALPHA and is subject to change and restructuring arising from changes in the containerkit package and general evolution of this package.
   
   A demonstration of current status should be visible using:
   
      ant kernel
   
  -This will cause the build of the type repository, a set of sdemo compoents, and the execution of a dedicated repositroy componet deployment main method.  The main method basically sets up the repository and involvokes execute - which is where experimentatal stuff is generally centered.
  +This will cause the build of the type repository, a set of demo components, and the creation and deployment of a repository component.  The Main method basically sets up the repository and invokes execute - which is where experimental stuff is generally centred.
   
   Stephen McConnell
   mcconnell@apache.org
   
  - 
  \ No newline at end of file
  
  
  
  1.2       +2 -1      jakarta-avalon-excalibur/assembly/src/etc/profile.xml
  
  Index: profile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/etc/profile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- profile.xml	1 Jul 2002 04:27:15 -0000	1.1
  +++ profile.xml	3 Jul 2002 02:20:21 -0000	1.2
  @@ -17,7 +17,7 @@
   
      <extensions>
        <dirset dir=".">
  -       <include name="lib"/>
  +       <include name="deploy"/>
        </dirset>
      </extensions>
   
  @@ -34,6 +34,7 @@
   
        <classpath>
          <fileset dir="dist">
  +         <include name="assembly.jar"/>
            <include name="demo.jar"/>
          </fileset>
        </classpath>
  
  
  

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