OLD | NEW |
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 # | 2 # |
3 # Copyright 2009 - 2014 | 3 # Copyright 2009 - 2014 |
4 # André Malo or his licensors, as applicable | 4 # André Malo or his licensors, as applicable |
5 # | 5 # |
6 # Licensed under the Apache License, Version 2.0 (the "License"); | 6 # Licensed under the Apache License, Version 2.0 (the "License"); |
7 # you may not use this file except in compliance with the License. | 7 # you may not use this file except in compliance with the License. |
8 # You may obtain a copy of the License at | 8 # You may obtain a copy of the License at |
9 # | 9 # |
10 # http://www.apache.org/licenses/LICENSE-2.0 | 10 # http://www.apache.org/licenses/LICENSE-2.0 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 [manifest] | 69 [manifest] |
70 #packages.lib = . | 70 #packages.lib = . |
71 #packages.collect = | 71 #packages.collect = |
72 modules = rjsmin | 72 modules = rjsmin |
73 | 73 |
74 #scripts = | 74 #scripts = |
75 | 75 |
76 dist = | 76 dist = |
77 bench | 77 bench |
78 bench.sh | 78 bench.sh |
OLD | NEW |