summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2006-11-09 22:13:12 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2006-11-09 22:13:12 +0000
commit4d29ab045e343f157ddc2ef5846e18086a8b63a2 (patch)
treeb3de564737657d41d1349b9d9fd3b73159a6c0b2
parent1cdb3c23f45820f32ef25e8e8ced000d35cf5d44 (diff)
downloadqpid-python-4d29ab045e343f157ddc2ef5846e18086a8b63a2.tar.gz
removing the duplicate read me file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473092 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/ReadMe.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/qpid/java/ReadMe.txt b/qpid/java/ReadMe.txt
deleted file mode 100644
index a389131844..0000000000
--- a/qpid/java/ReadMe.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Running the Broker
-------------------
-
-To run the broker, set the QPID_HOME environment variable to
-distribution directory and add $QPID_HOME/bin to your PATH. Then run
-the qpid-server shell script or qpid-server.bat batch file to start
-the broker. By default, the broker will use $QPID_HOME/etc to find
-the configuration files. You can supply a custom configuration using
-the -c argument.
-
-For example:
-
-qpid-server -c ~/etc/config.xml
-
-You can get a list of all command line arguments by using the -h argument.