<map:blocks repository="blah">
  <map:block name="batik" version="..."/>
  <map:block name="fop"   version="..."/>
</map:blocks>

I recalled I saw some comment about specifying version ranges.

I would suggest (similar to NetBeans) a comma separated list with an initial 
operator (>, <, =, >=, <= ) followed by a version. Easy to parse, easy to 
interpret.

>= 1.3.1, <= 1.4.9

also implied rules;

= 2

would mean 
>= 2.0.0, < 3.0.0

However, the blocks may have a problem mapping other version patterns to the 
major.minor.minute suggested.

Niclas

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

Reply via email to