[rhmessaging-commits] rhmessaging commits: r2408 - store/branches/java/broker-queue-refactor/java/bdbstore/src/tools/java/org/apache/qpid/server/store/berkeleydb.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Sep 4 11:18:26 EDT 2008


Author: ritchiem
Date: 2008-09-04 11:18:26 -0400 (Thu, 04 Sep 2008)
New Revision: 2408

Modified:
   store/branches/java/broker-queue-refactor/java/bdbstore/src/tools/java/org/apache/qpid/server/store/berkeleydb/BDBStoreUpgrade.java
Log:
RHM-6 : Updated the long parameter option format to be more unix standard.

Modified: store/branches/java/broker-queue-refactor/java/bdbstore/src/tools/java/org/apache/qpid/server/store/berkeleydb/BDBStoreUpgrade.java
===================================================================
--- store/branches/java/broker-queue-refactor/java/bdbstore/src/tools/java/org/apache/qpid/server/store/berkeleydb/BDBStoreUpgrade.java	2008-09-04 15:15:09 UTC (rev 2407)
+++ store/branches/java/broker-queue-refactor/java/bdbstore/src/tools/java/org/apache/qpid/server/store/berkeleydb/BDBStoreUpgrade.java	2008-09-04 15:18:26 UTC (rev 2408)
@@ -53,8 +53,8 @@
  */
 public class BDBStoreUpgrade
 {
-    private static final String FROM_DIR = "-input";
-    private static final String TO_DIR = "-output";
+    private static final String FROM_DIR = "--input";
+    private static final String TO_DIR = "--output";
 
     private static final Logger _logger = LoggerFactory.getLogger(BDBStoreUpgrade.class);
     /** The Store Directory that needs upgrading */




More information about the rhmessaging-commits mailing list