]> source.dussan.org Git - vaadin-framework.git/commit
Allow for multiple license keys in a single license file #14408
authorJonatan Kronqvist <jonatan@vaadin.com>
Tue, 12 Aug 2014 10:52:09 +0000 (13:52 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 13 Aug 2014 13:37:42 +0000 (13:37 +0000)
commitfba69ae5d8cd617424e324c62b14225decf0315e
treeaea203ee02a551a8abd841b8a22cfcf1d2d9a8f4
parent223670ca8b6f8a89af59b0088bad97fddf2d956a
Allow for multiple license keys in a single license file #14408

License files can now contain multiple keys to support different
versions of a product. The keys are identified by the major version
number followed by an equals sign and the key for that version, e.g.

  1 = foo-bar-baz
  2 = baz-foo-bar

The license file can also contain a "default" license key, which
is used for all versions except for the explicitly defined ones, e.g.

  foo-bar-baz
  3 = baz-bar-foo
  4 = bar-baz-baz

Change-Id: Id07d22e9fdc44189c4298b634006cf0df128bfd9
client-compiler/src/com/vaadin/tools/CvalChecker.java
client-compiler/tests/src/com/vaadin/tools/CvalCheckerTest.java