[rhmessaging-commits] rhmessaging commits: r3322 - store/branches/java/0.5-release/bin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Apr 23 13:41:37 EDT 2009


Author: ritchiem
Date: 2009-04-23 13:41:37 -0400 (Thu, 23 Apr 2009)
New Revision: 3322

Added:
   store/branches/java/0.5-release/bin/qpid-server-bdb.bat
Log:
Add a DOS formated batch script that sets the required options for qpid-server.bat
merged from trunk r3321

Copied: store/branches/java/0.5-release/bin/qpid-server-bdb.bat (from rev 3321, store/trunk/java/bdbstore/bin/qpid-server-bdb.bat)
===================================================================
--- store/branches/java/0.5-release/bin/qpid-server-bdb.bat	                        (rev 0)
+++ store/branches/java/0.5-release/bin/qpid-server-bdb.bat	2009-04-23 17:41:37 UTC (rev 3322)
@@ -0,0 +1,25 @@
+ at REM
+ at REM Licensed to the Apache Software Foundation (ASF) under one
+ at REM or more contributor license agreements.  See the NOTICE file
+ at REM distributed with this work for additional information
+ at REM regarding copyright ownership.  The ASF licenses this file
+ at REM to you under the Apache License, Version 2.0 (the
+ at REM "License"); you may not use this file except in compliance
+ at REM with the License.  You may obtain a copy of the License at
+ at REM 
+ at REM   http://www.apache.org/licenses/LICENSE-2.0
+ at REM 
+ at REM Unless required by applicable law or agreed to in writing,
+ at REM software distributed under the License is distributed on an
+ at REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ at REM KIND, either express or implied.  See the License for the
+ at REM specific language governing permissions and limitations
+ at REM under the License.
+ at REM
+
+set VERSION=0.5
+
+set BDBSTORE_HOME=%QPID_HOME%
+
+set QPID_MODULE_JARS=%BDBSTORE_HOME%\lib\qpid-bdbstore-%VERSION%.jar;%BDBSTORE_HOME%\lib\je-3.3.62.jar
+.\qpid-server.bat




More information about the rhmessaging-commits mailing list