> I made some changes to existing configuration arangement.
> Now, all entries in TurbineResources.properties that match the following RE
> ^services\.(.*)\.(.*)=(.*)$
> mean that a Service named $1 has a property named $2 that has value of $3
> Because of this, all services have at least one property, classname
> containing the name of the class implementing the service, which is
> prety useless, but doesn't really hurt anything. Anyway, I find this notation
> more natural than the old one.

This regex should probably read:

  ^services\.(.+)\.(.+)=(.*)$

-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to