opends/resource/DynamicConstants.java.stubs
@@ -157,12 +157,6 @@ "${ADMINISTRATION_GUIDE_URL}"; /** * Indicates wheater this build includes AspectJ weaving for the debug logging * framework. */ public static boolean WEAVE_ENABLED = ${WEAVE_ENABLED}; /** * A string representation of the version number. */ public static String VERSION_NUMBER_STRING = @@ -296,10 +290,6 @@ } catch(Exception ex) {} try{ WEAVE_ENABLED = (Boolean)c.getField("WEAVE_ENABLED").get(obj); } catch (Exception ex) {} try{ VERSION_NUMBER_STRING = (String)c.getField("VERSION_NUMBER_STRING").get(obj); }