summaryrefslogtreecommitdiff
path: root/java/ReadMe.txt
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
commitb714a3baba364626f87916362ef8dd020130a13a (patch)
treeadd83be74cef07dd9a3a1ea71862d21196971f63 /java/ReadMe.txt
parentac0e04e18f02d8b0af2230a2d57b7b51f2a90d42 (diff)
downloadqpid-python-b714a3baba364626f87916362ef8dd020130a13a.tar.gz
removing the duplicate read me file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/ReadMe.txt')
-rw-r--r--java/ReadMe.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/java/ReadMe.txt b/java/ReadMe.txt
deleted file mode 100644
index a389131844..0000000000
--- a/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.