From 39939cbeb2965312e1fee64c4cbf824b37ea857c 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

---
 opends/src/server/org/opends/server/util/SetupUtils.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/SetupUtils.java b/opends/src/server/org/opends/server/util/SetupUtils.java
index 31fd13c..a9803fd 100644
--- a/opends/src/server/org/opends/server/util/SetupUtils.java
+++ b/opends/src/server/org/opends/server/util/SetupUtils.java
@@ -107,6 +107,8 @@
   public static final String POINT_VERSION = "Point Version";
   /** Revision number in SVN. */
   public static final String REVISION_NUMBER = "Revision Number";
+  /** the SVN url repository. */
+  public static final String URL_REPOSITORY = "URL Repository";
   /** The version qualifier. */
   public static final String VERSION_QUALIFIER = "Version Qualifier";
   /** Incompatibilities found between builds (used by the upgrade tool). */

--
Gitblit v1.10.0