Description: Use the scm-safe comment style by default (improves the reproducibility)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/src/org/eigenbase/resgen/ResourceGenTask.java
+++ b/src/org/eigenbase/resgen/ResourceGenTask.java
@@ -164,7 +164,7 @@
     int style = STYLE_DYNAMIC;
     String locales;
     boolean force;
-    int commentStyle = COMMENT_STYLE_NORMAL;
+    int commentStyle = COMMENT_STYLE_SCM_SAFE;
 
     private static final int MODE_UNKNOWN = -1;
     private static final int MODE_JAVA = 1;
