blob: 4fcba1bdc1bffa65239bdadbca538ae900835cba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Should work
resource test1 test1/
# Mapping into jar files should work
resource test3 jar:test3.jar!/resources/
# Invalid line
resource test4
# Check we made it through the whole manifest
resource test5 test5/
|