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/07/26 18:27:14 UTC

cvs commit: avalon-sandbox/merlin/composition/src/java/org/apache/avalon/composition/data/builder XMLContainmentProfileCreator.java

mcconnell    2003/07/26 09:27:14

  Modified:    merlin/composition/src/java/org/apache/avalon/composition/data/builder
                        XMLContainmentProfileCreator.java
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.2       +5 -3      avalon-sandbox/merlin/composition/src/java/org/apache/avalon/composition/data/builder/XMLContainmentProfileCreator.java
  
  Index: XMLContainmentProfileCreator.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/composition/src/java/org/apache/avalon/composition/data/builder/XMLContainmentProfileCreator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLContainmentProfileCreator.java	17 Jul 2003 21:21:56 -0000	1.1
  +++ XMLContainmentProfileCreator.java	26 Jul 2003 16:27:14 -0000	1.2
  @@ -115,8 +115,10 @@
           //
   
           final String name = getName( config );
  -        DependencyDescriptor[] imports = getDependencies( config.getChild( "dependencies", false ) );
  -        ServiceDirective[] exports = getServicesDirectives( config.getChild( "services", false ) );
  +        DependencyDescriptor[] imports = 
  +          getDependencies( config.getChild( "dependencies", false ) );
  +        ServiceDirective[] exports = 
  +          getServicesDirectives( config.getChild( "services", false ) );
   
           Configuration implementation = config;
           if( config.getChild( "implementation", false ) != null )
  
  
  

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