We need to keep some classfile attributes.
Otherwise compiling against the resulting jar can be hosed.
This commit is contained in:
@@ -166,6 +166,7 @@
|
|||||||
<options>
|
<options>
|
||||||
<option>-keep public class com.threerings.getdown.** { *; }</option>
|
<option>-keep public class com.threerings.getdown.** { *; }</option>
|
||||||
<option>-keep public class ca.beq.util.win32.registry.** { *; }</option>
|
<option>-keep public class ca.beq.util.win32.registry.** { *; }</option>
|
||||||
|
<option>-keepattributes Exceptions, InnerClasses, Signature</option>
|
||||||
</options>
|
</options>
|
||||||
<libs>
|
<libs>
|
||||||
<lib>${rt.jar.path}</lib>
|
<lib>${rt.jar.path}</lib>
|
||||||
|
|||||||
Reference in New Issue
Block a user