blob: cef736f87e72288cfcb688594a2ccf23bad482bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# File containing standard options to Ravenizer for Ravenwood
# Keep all classes / methods / fields in tests and its target
--default-keep
--delete-finals
# Include standard annotations
@jar:texts/ravenwood-standard-annotations.txt
# Apply common policies
--policy-override-file
jar:texts/ravenwood-common-policies.txt
|