Changed min and max to not_before and before, and put them on a separate <version...
commit145a93d401f9fb585aaeecb68b8b2f71c6c41e95
authorThomas Leonard <talex5@gmail.com>
Tue, 18 Apr 2006 09:08:55 +0000 (18 09:08 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
tree13355334aad4915b8127c0c011198709d4b09362
parent53005db7163e04a8137f3baebc8dc09af190dcc6
Changed min and max to not_before and before, and put them on a separate <version> element

rather than directly on the <requires>. 'before' is more useful than 'max-version' because you usually
want to say before='2.6', rather than max-version='2.5.999...' and you can get the effect of
'max' easily using 'before', but not the other way around.

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@809 9f8c893c-44ee-0310-b757-c8ca8341c71e
tests/testreader.py
zeroinstall/injector/model.py
zeroinstall/injector/reader.py