summaryrefslogtreecommitdiff
path: root/qpid/java/client/example/README.txt
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2015-04-15 09:47:28 +0000
committerAlex Rudyy <orudyy@apache.org>2015-04-15 09:47:28 +0000
commit0a0baee45ebcff44635907d457c4ff6810b09c87 (patch)
tree8bfb0f9eddbc23cff88af69be80ab3ce7d47011c /qpid/java/client/example/README.txt
parent54aa3d7070da16ce55c28ccad3f7d0871479e461 (diff)
downloadqpid-python-0a0baee45ebcff44635907d457c4ff6810b09c87.tar.gz
QPID-6481: Move java source tree to top level
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example/README.txt')
-rw-r--r--qpid/java/client/example/README.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/client/example/README.txt b/qpid/java/client/example/README.txt
deleted file mode 100644
index 36e4351a51..0000000000
--- a/qpid/java/client/example/README.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-===========================
-Running the client examples
-===========================
-
-Use maven to build the module, and additionally copy the dependencies
-alongside their output:
-
- mvn clean package dependency:copy-dependencies -DincludeScope=runtime -DskipTests
-
-Now you can run the examples using commands of the format:
-
- java -cp "target/classes/:target/dependency/*" org.apache.qpid.example.Hello
-
-
-NOTE: The earlier build command will cause Maven to resolve the client artifact
-dependencies against its local and remote repositories. If you wish to use a
-locally-built client, ensure to install it in your local maven repo first.