From 6225172ce1aba3545d54830c1a9a965f0bd6c5b7 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 23 Sep 2009 18:56:06 +0000
Subject: [PATCH] Fix for issue 2531: Removed all AspectJ dependencies.
---
opends/resource/DynamicConstants.java.stubs | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/opends/resource/DynamicConstants.java.stubs b/opends/resource/DynamicConstants.java.stubs
index aefc29e..a5dbc9e 100644
--- a/opends/resource/DynamicConstants.java.stubs
+++ b/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);
}
--
Gitblit v1.10.0