-1:000000000000 | 0:3b61107feab4 |
---|---|
1 # Should work | |
2 resource test1 test1/ | |
3 | |
4 # Duplicates should be ignored | |
5 resource test1 foo/ | |
6 | |
7 # Mapping into jar files should work | |
8 resource test3 jar:test3.jar!/resources/ | |
9 | |
10 # Invalid line | |
11 resource test4 | |
12 | |
13 # Check we made it through the whole manifest | |
14 resource test5 test5/ |