mcconnell    2002/12/27 08:23:40

  Modified:    assembly/src/test/org/apache/avalon/playground/basic
                        BasicComponent.xprofile
  Log:
  Updated <profiles> element to include <profile> elements instead of 
<componant> so that the purpose of the element is directly reflecting the 
object created.
  
  Revision  Changes    Path
  1.2       +2 -2      
avalon-sandbox/assembly/src/test/org/apache/avalon/playground/basic/BasicComponent.xprofile
  
  Index: BasicComponent.xprofile
  ===================================================================
  RCS file: 
/home/cvs/avalon-sandbox/assembly/src/test/org/apache/avalon/playground/basic/BasicComponent.xprofile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BasicComponent.xprofile   19 Dec 2002 10:46:17 -0000      1.1
  +++ BasicComponent.xprofile   27 Dec 2002 16:23:40 -0000      1.2
  @@ -19,12 +19,12 @@
      will take priority over PACKAGED profiles.
      -->
    
  -   <component name="basic">
  +   <profile name="basic">
        <context class="org.apache.avalon.playground.basic.BasicContextImp">
          <import name="urn:avalon:home" key="home" />
          <entry key="location">Paris</entry>
        </context>
  -   </component>
  +   </profile>
   
   </profiles>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to