hlship      2004/06/04 15:42:40

  Modified:    framework/src/descriptor/META-INF hivemodule.sdl
  Log:
  Order hivemind.ApplicationDefaults *before* hivemind.FactoryDefaults (rather 
than having hivemind.FactoryDefaults come dead last).
  
  Revision  Changes    Path
  1.9       +3 -3      
jakarta-hivemind/framework/src/descriptor/META-INF/hivemodule.sdl
  
  Index: hivemodule.sdl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/framework/src/descriptor/META-INF/hivemodule.sdl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- hivemodule.sdl    4 Jun 2004 19:26:45 -0000       1.8
  +++ hivemodule.sdl    4 Jun 2004 22:42:39 -0000       1.9
  @@ -66,8 +66,8 @@
   
        contribution (configuration-id=SymbolSources)
        {
  -             source (name=hivemind.ApplicationDefaults 
service-id=ApplicationDefaultsSymbolSource)
  -             source (name=hivemind.FactoryDefaults after="*" 
service-id=FactoryDefaultsSymbolSource)
  +             source (name=hivemind.ApplicationDefaults 
before="hivemind.FactoryDefaults" service-id=ApplicationDefaultsSymbolSource)
  +             source (name=hivemind.FactoryDefaults 
service-id=FactoryDefaultsSymbolSource)
        }
        
        schema (id=Defaults)
  
  
  

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

Reply via email to