From b7d4b7fe4faa066678983b7ff69a166bbf11886c Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 28 Jan 2007 18:55:53 +0000
Subject: [PATCH] Add features into our build process that can make use of the SVNKit library to interact with the Subversion workspace.  This includes three components:

---
 opends/resource/DynamicConstants.java.stubs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opends/resource/DynamicConstants.java.stubs b/opends/resource/DynamicConstants.java.stubs
index 7c371cb..5c19014 100644
--- a/opends/resource/DynamicConstants.java.stubs
+++ b/opends/resource/DynamicConstants.java.stubs
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Portions Copyright 2006 Sun Microsystems, Inc.
+ *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
  */
 package org.opends.server.util;
 
@@ -112,6 +112,11 @@
   public static final boolean DEBUG_BUILD = ${DEBUG_BUILD};
 
   /**
+   * The Subversion revision number on which this build is based.
+   */
+  public static final long REVISION_NUMBER = ${REVISION_NUMBER};
+
+  /**
    * A compact version string for this product, suitable for use in path
    * names and similar cases.
    */

--
Gitblit v1.10.0