diff options
author | Robert Gemmell <robbie@apache.org> | 2010-07-12 20:50:35 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-07-12 20:50:35 +0000 |
commit | fdbf1734e19cd2898ebbfd8545cfc95981e1391a (patch) | |
tree | a5631bce594bf9f89164d4ae5d02a1466936f48b /cpp | |
parent | 322492d5b1e89ef7e36f732a33007ee43db1bd15 (diff) | |
download | qpid-python-fdbf1734e19cd2898ebbfd8545cfc95981e1391a.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/qpid@963482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL | 2 | ||||
-rw-r--r-- | cpp/etc/emacs/qpid-c++-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index 9afe4740a3..a941f4e0b8 100644 --- a/cpp/INSTALL +++ b/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/cpp/etc/emacs/qpid-c++-mode.el b/cpp/etc/emacs/qpid-c++-mode.el index 102966f86b..ed1b4aa44b 100644 --- a/cpp/etc/emacs/qpid-c++-mode.el +++ b/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) |