I've added a small twist on processing config files in modules:
You can now include multiple XML files of config fragments in a  
module. This allows us to group related configurations together into  
their own file.

You will have to specify the order in which they are loaded and  
merged in the config using the Terracotta-Configuration property in  
the manifest file.

So if you have 3 XML files in your module:

   swing-models.xml
   awt-models.xml
   collections.xml

You'll need an entry in the manifest:

   Terracotta-Configuration: swing-models.xml, awt-models.xml,  
collections.xml

If you don't specify the above in the manifest, the processing  
reverts back to expecting a terracotta.xml file in your jar...

Tnx



_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to