We need to keep some classfile attributes.

Otherwise compiling against the resulting jar can be hosed.
This commit is contained in:
Michael Bayne
2013-01-09 12:57:36 -08:00
parent bfb23911f0
commit 8f3c990d6e
+1
View File
@@ -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>