summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-07-12 20:50:35 +0000
committerRobert Gemmell <robbie@apache.org>2010-07-12 20:50:35 +0000
commit7ccf7dbd8d1695e6ace648850aa079e9f7407b5b (patch)
tree713dae08f46fce5f449aeea31287cd451cb2376b
parenta6f17cb659cd73005f55edebdd1b78db043d73a9 (diff)
downloadqpid-python-7ccf7dbd8d1695e6ace648850aa079e9f7407b5b.tar.gz
QPID-2709: update references to the old incubator mailing lists and svn repository addresses
Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@963482 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/INSTALL2
-rw-r--r--qpid/cpp/etc/emacs/qpid-c++-mode.el2
-rw-r--r--qpid/doc/book/src/Download.xml2
-rw-r--r--qpid/gentools/README.txt2
-rw-r--r--qpid/ruby/Rakefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index 9afe4740a3..a941f4e0b8 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/cpp/INSTALL
@@ -281,7 +281,7 @@ optimization:
=====================================
To get the source code from the subversion repository (trunk) do:
- # svn checkout https://svn.apache.org/repos/asf/incubator/qpid/trunk/.
+ # svn checkout http://svn.apache.org/repos/asf/qpid/trunk/qpid/.
To build a fresh checkout:
diff --git a/qpid/cpp/etc/emacs/qpid-c++-mode.el b/qpid/cpp/etc/emacs/qpid-c++-mode.el
index 102966f86b..ed1b4aa44b 100644
--- a/qpid/cpp/etc/emacs/qpid-c++-mode.el
+++ b/qpid/cpp/etc/emacs/qpid-c++-mode.el
@@ -32,7 +32,7 @@
;; Written by Alan Conway: aconway@redhat.com
;;
;; For latest version, check
-;; http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/cpp/etc/emacs/qpid-c++.el
+;; http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/etc/emacs/qpid-c++-mode.el
;;
(require 'cc-mode)
diff --git a/qpid/doc/book/src/Download.xml b/qpid/doc/book/src/Download.xml
index 6e2352d490..7bc08143ac 100644
--- a/qpid/doc/book/src/Download.xml
+++ b/qpid/doc/book/src/Download.xml
@@ -35,7 +35,7 @@
<para>For details on cross component compatibility among releases, see: <ulink url="### FIX ME ###">AMQP Release Compatibility for Qpid|AMQP compatibility</ulink></para>
-<para>If you have any questions about these releases, please mail the user list (<ulink url="mailto:qpid-user@incubator.apache.org">qpid-user@incubator.apache.org</ulink>).</para>
+<para>If you have any questions about these releases, please mail the user list (<ulink url="mailto:users@qpid.apache.org">users@qpid.apache.org</ulink>).</para>
</section>
diff --git a/qpid/gentools/README.txt b/qpid/gentools/README.txt
index c4abecc199..94f705b064 100644
--- a/qpid/gentools/README.txt
+++ b/qpid/gentools/README.txt
@@ -56,6 +56,6 @@ For a more detaild description of the generator, see the Qpid Wiki
(http://cwiki.apache.org/qpid/multiple-amqp-version-support.html).
Please send comments and bugs to me (kim.vdriet [at] redhat.com) or via the
-Apache Qpid list (qpid-dev [at] incubator.apache.org).
+Apache Qpid list (dev [at] qpid.apache.org).
Kim van der Riet
diff --git a/qpid/ruby/Rakefile b/qpid/ruby/Rakefile
index ba6e54448e..9b0878813d 100644
--- a/qpid/ruby/Rakefile
+++ b/qpid/ruby/Rakefile
@@ -100,7 +100,7 @@ DIST_FILES = FileList[
SPEC = Gem::Specification.new do |s|
s.name = GEM_NAME
s.version = PKG_VERSION
- s.email = "qpid-dev@incubator.apache.org"
+ s.email = "dev@qpid.apache.org"
s.homepage = "http://cwiki.apache.org/qpid/"
s.summary = "Ruby client for Qpid"
s.files = PKG_FILES