From fab83f2576599d1392e25dc13e4593d98ca9227c Mon Sep 17 00:00:00 2001
From: jpikus <jpikus@localhost>
Date: Fri, 20 Mar 2009 14:40:00 +0000
Subject: [PATCH] fix incorrect svn revision and add svn url in start-ds -F
---
opendj-sdk/opends/resource/DynamicConstants.java.stubs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/resource/DynamicConstants.java.stubs b/opendj-sdk/opends/resource/DynamicConstants.java.stubs
index 80b238d..9f2176e 100644
--- a/opendj-sdk/opends/resource/DynamicConstants.java.stubs
+++ b/opendj-sdk/opends/resource/DynamicConstants.java.stubs
@@ -127,6 +127,12 @@
public static final long REVISION_NUMBER = ${REVISION_NUMBER};
/**
+ * The Subversion url repository location on which this build is based.
+ */
+ public static final String URL_REPOSITORY =
+ "${URL_REPOSITORY}";
+
+ /**
* Indicates wheater this build includes AspectJ weaving for the debug logging
* framework.
*/
--
Gitblit v1.10.0