From 4353eebb63857e5c2993f8147e71c0d1565b3e16 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.
---
opendj-sdk/opends/resource/DynamicConstants.java.stubs | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/opendj-sdk/opends/resource/DynamicConstants.java.stubs b/opendj-sdk/opends/resource/DynamicConstants.java.stubs
index aefc29e..a5dbc9e 100644
--- a/opendj-sdk/opends/resource/DynamicConstants.java.stubs
+++ b/opendj-sdk/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