summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpclient_restructureJoe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/client_restructure@726140 13f79535-47bb-0310-9956-ffa450edef68
* adding synapse exchangeRajith Muditha Attapattu2007-07-2418-87/+829
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@558903 13f79535-47bb-0310-9956-ffa450edef68
* more enchancements for the Qpid java client. Also I have checked in a sample ↵Rajith Muditha Attapattu2007-06-015-29/+65
| | | | | | client(QpidTestClient) on how to use the qpid java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@543602 13f79535-47bb-0310-9956-ffa450edef68
* bug fixes and enchancements for Qpid java clientRajith Muditha Attapattu2007-05-3033-271/+623
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@542880 13f79535-47bb-0310-9956-ffa450edef68
* This is the initial checkin for the Qpid java client which is built on top ↵Rajith Muditha Attapattu2007-05-2829-117/+1757
| | | | | | of the AMQP protocol level client/framework git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@542314 13f79535-47bb-0310-9956-ffa450edef68
* added cordination supportRajith Muditha Attapattu2007-04-194-23/+242
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@530586 13f79535-47bb-0310-9956-ffa450edef68
* added state support for distributed transactionsRajith Muditha Attapattu2007-04-183-16/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@530180 13f79535-47bb-0310-9956-ffa450edef68
* initial commit for distribution transaction supportRajith Muditha Attapattu2007-04-185-35/+968
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@530171 13f79535-47bb-0310-9956-ffa450edef68
* added an abstract class factory to create concrete AMQP classesRajith Muditha Attapattu2007-03-3013-17/+257
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@524182 13f79535-47bb-0310-9956-ffa450edef68
* extracted interfaces for protocol level classesRajith Muditha Attapattu2007-03-3015-1316/+1668
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@524171 13f79535-47bb-0310-9956-ffa450edef68
* added state support to the new client and modified the example to illustrate itRajith Muditha Attapattu2007-03-3020-1149/+1303
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@524144 13f79535-47bb-0310-9956-ffa450edef68
* Branching out to make some modifications in the commons projectRajith Muditha Attapattu2007-03-290-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/client_restructure@523856 13f79535-47bb-0310-9956-ffa450edef68
* First cut of the AMQP java APIRajith Muditha Attapattu2007-03-2938-904/+2615
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@523854 13f79535-47bb-0310-9956-ffa450edef68
* This is the initial checkup for the new clientRajith Muditha Attapattu2007-03-2755-0/+5262
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@522988 13f79535-47bb-0310-9956-ffa450edef68
* Catch exception now thrown by ExchangeRegistry::getDefault() when a default ↵Gordon Sim2007-03-201-3/+7
| | | | | | has not been set. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@520493 13f79535-47bb-0310-9956-ffa450edef68
* Make --enable-valgrind the default, suppress all current leaks so we can see ↵Alan Conway2007-03-162-1/+2225
| | | | | | new ones. Fixing suppressed leaks is QPID-424. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@519146 13f79535-47bb-0310-9956-ffa450edef68
* Changed u_int<n>_t to uint<n>_t for posix compliance.Alan Conway2007-03-1592-508/+508
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518733 13f79535-47bb-0310-9956-ffa450edef68
* * python/qpid/peer.py (Peer.close): Close delegate *before* channels.Alan Conway2007-03-151-1/+4
| | | | | | | | | Otherwise we get a race: closing a channel can wake a client thread, which may see client.closed as still false. Was causing bogus exceptions in some tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518707 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 513371 via svnmerge from Alan Conway2007-03-143-4/+5
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r513371 | rgreig | 2007-03-01 10:09:17 -0500 (Thu, 01 Mar 2007) | 1 line (Patch submitted by Rupert Smith) Small changes to use virtual hosts, merged back in from perftesting_persistent branch. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518293 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 510159 via svnmerge from Alan Conway2007-03-140-0/+0
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r510159 | gsim | 2007-02-21 14:23:25 -0500 (Wed, 21 Feb 2007) | 3 lines Check for existing channel on channel_open ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518265 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 509737 via svnmerge from Alan Conway2007-03-141-1/+6
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r509737 | meyering | 2007-02-20 15:21:56 -0500 (Tue, 20 Feb 2007) | 2 lines * qpidc.spec.in: Add a %changelog entry for 0.1-4. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518263 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 509208 via svnmerge from Alan Conway2007-03-141-2/+2
| | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r509208 | meyering | 2007-02-19 09:11:17 -0500 (Mon, 19 Feb 2007) | 3 lines * qpidc.spec.in (URL): Update URL: and Source0: to point use http://rhm.et.redhat.com. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518261 13f79535-47bb-0310-9956-ffa450edef68
* cpp/tests/FramingTest.cpp: Updated for new default virtual host "/"Alan Conway2007-03-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518258 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507729 via svnmerge from Alan Conway2007-03-146-479/+254
| | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507729 | aconway | 2007-02-14 17:43:06 -0500 (Wed, 14 Feb 2007) | 8 lines Applied QPID-351 patch 1 with the following mods: - Moved "source distro" instructions in front of "subversion checkout" instructions. - Added instructions on using qpid-autotools-install - Added general blurb with links at top - renamed to README, removed other README-* files. - Updated makefiles (spec file was already OK.) ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518256 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507582 via svnmerge from Alan Conway2007-03-141-1/+1
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507582 | gsim | 2007-02-14 10:38:57 -0500 (Wed, 14 Feb 2007) | 3 lines Add durability property to queues and pass this to broker on declare. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518246 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507472 via svnmerge from Alan Conway2007-03-140-0/+0
| | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507472 | gsim | 2007-02-14 05:33:58 -0500 (Wed, 14 Feb 2007) | 9 lines Applied patch from Jim Meyering, submitted on dev list: 2007-02-14 Jim Meyering <jim@meyering.net> * gen/Makefile.am (gen-src.mk): Don't append to $@-t, in case there's a stray copy left over from an interrupted build. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518242 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507458 via svnmerge from Alan Conway2007-03-141-1/+1
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507458 | gsim | 2007-02-14 04:58:53 -0500 (Wed, 14 Feb 2007) | 5 lines Applied patch from Jim Meyering, submitted on dev list: * tests/setup: Remove use of libtool's --debug option. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518241 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507457 via svnmerge from Alan Conway2007-03-141-3/+2
| | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507457 | gsim | 2007-02-14 04:53:38 -0500 (Wed, 14 Feb 2007) | 8 lines Applied patch from Jim Meyering submitted on dev list: 2007-02-14 Jim Meyering <jim@meyering.net> * qpidc.spec.in: Use an absolute Source0: URL. Suggestion from Ralf Corsepius. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518238 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 507455 via svnmerge from Alan Conway2007-03-141-4/+4
| | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507455 | gsim | 2007-02-14 04:46:08 -0500 (Wed, 14 Feb 2007) | 8 lines Applied patch from Jim Meyering, submitted on dev list: 2007-02-14 Jim Meyering <jim@meyering.net> * configure.ac: Use $enableval, not $enable_APR in the code supporting --disable-apr and --enable-apr. The latter doesn't work. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518236 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 506972 via svnmerge from Alan Conway2007-03-141-1/+2
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r506972 | rgreig | 2007-02-13 06:21:23 -0500 (Tue, 13 Feb 2007) | 1 line (Submitted by Rupert Smith) Small ommission corrected. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518234 13f79535-47bb-0310-9956-ffa450edef68
* Ignore distribution files.Alan Conway2007-03-140-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518233 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 506967 via svnmerge from Alan Conway2007-03-141-0/+222
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r506967 | rgreig | 2007-02-13 05:59:55 -0500 (Tue, 13 Feb 2007) | 1 line (Submitted by Rupert Smith) Qpid-351, c++ build instructions, all in one file. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518231 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 506406 via svnmerge from Alan Conway2007-03-143-8/+2
| | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r506406 | gsim | 2007-02-12 05:32:56 -0500 (Mon, 12 Feb 2007) | 4 lines * lib/client/Connection.h - changed default virtual host from '/' to '' as per QPID-349 * lib/client/ClientExchange.h - fixed typo in a comment ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518207 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499864 via svnmerge from Alan Conway2007-03-141-1/+1
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499864 | aconway | 2007-01-25 12:38:02 -0500 (Thu, 25 Jan 2007) | 2 lines * Fixed typo in make rpm target. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518200 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499847 via svnmerge from Alan Conway2007-03-141-2/+3
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499847 | aconway | 2007-01-25 11:50:44 -0500 (Thu, 25 Jan 2007) | 2 lines * qpidc.spec.in: fixed bad date in changelog. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518199 13f79535-47bb-0310-9956-ffa450edef68
* Recorded rollback of revisions 492756 via svnmerge from Alan Conway2007-03-142-10/+22
| | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518198 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499845 via svnmerge from Alan Conway2007-03-133-5/+12
| | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499845 | aconway | 2007-01-25 11:45:48 -0500 (Thu, 25 Jan 2007) | 5 lines * qpidc.spec.in: updated to release 3 for RPM. * gen/make-gen-src-mk.sh: fixed problem with makefile generation in a new checkout. * Other Makefile.am: added missing files to maintainer-clean. * Added missing svn-ignores. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517931 13f79535-47bb-0310-9956-ffa450edef68
* Restore qpidc.spec.in, accidentally deleted during mergeAlan Conway2007-03-131-0/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517929 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499803 via svnmerge from Alan Conway2007-03-135-4/+6
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499803 | aconway | 2007-01-25 09:26:45 -0500 (Thu, 25 Jan 2007) | 4 lines * Removed .txt extension from README NOTICE LICENSE to follow common practice. * Updated all references to .txt files. * rpm/Makefile.am: Fixed local-clean target to clean up generaed directories. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517906 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499374 via svnmerge from Alan Conway2007-03-133-142/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499374 | gsim | 2007-01-24 07:01:48 -0500 (Wed, 24 Jan 2007) | 18 lines 2007-01-24 Jim Meyering <meyering@redhat.com> Suggestions from Ralf Corsepius in http://bugzilla.redhat.com/220630. * qpidc.spec.in (BuildRequires): Remove redundant cppunit here, too. The previous removal addressed only the redundant _Requires_. (%configure): Add --disable-static, so as not to build unused static libraries. Generate qpidc.spec. Re-factor/generate even more. * qpidc.spec.in: New file. Use it to generate qpidc.spec, substituting PACKAGE and VERSION from configure.ac. (URL): Omit trailing .tar.gz name. That's specified via "Source0". * Makefile.am (qpidc.spec): New rule. (EXTRA_DIST): Add $(PACKAGE).spec and $(PACKAGE).spec.in. (MAINTAINERCLEANFILES): Define. * qpidc.spec: Remove file. Now it's generated. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517904 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 499049 via svnmerge from Alan Conway2007-03-138-17/+2625
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499049 | gsim | 2007-01-23 10:12:27 -0500 (Tue, 23 Jan 2007) | 34 lines Patch from Jim Meyering (jim@meyering.net) submitted on dev list. Instrument all tests so that they are run via valgrind: check for both errors and leaks. * configure.ac: Add new configure options: --enable-valgrind and --disable-valgrind. For now, the latter is the default. * README-dev: Document (and recommend) --enable-valgrind. * tests/.vg-supp: Add many more, from Gordon Sim for FC5. * configure.ac: Check for valgrind. * tests/Makefile.am (TESTS_ENVIRONMENT): Export VALGRIND. * tests/setup: New file. * tests/run-unit-tests: Use new "setup" file. Invoke DllPlugInTester via $vg (aka valgrind). Refer to the source directory using $pwd, since we're now running from a temporary subdirectory. * tests/run-python-tests: Remove traps. That is now done by "setup". [VERBOSE]: Print qpidd --version. Invoke qpidd via $vg and its absolute name. Add a kludgey "sleep 3", because it can take a while for libtool to start valgrind to start qpidd, in the background. Ideally, the python script would simply sleep-0.3-and-retry for a couple seconds, upon failure of the initial connection attempt. * tests/.vg-supp: New file, exempting known leaks on Debian/unstable. Some of these leaks appear to be legitimate. * tests/Makefile.am (EXTRA_DIST): Add .vg-supp and setup. * qpid-autotools-install (usage): Add a missing backslash. Fix "make distcheck" failure. * docs/api/Makefile.am (EXTRA_DIST): Add user.doxygen ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517892 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 498591 via svnmerge from Alan Conway2007-03-130-0/+0
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r498591 | gsim | 2007-01-22 06:49:39 -0500 (Mon, 22 Jan 2007) | 3 lines Fixed creation of error message for unknown channel. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517887 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 497439 via svnmerge from Alan Conway2007-03-133-5/+13
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r497439 | gsim | 2007-01-18 09:14:54 -0500 (Thu, 18 Jan 2007) | 3 lines Added the non-standard 'binary' type to the field table implementation to support the java client. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517878 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 497341 via svnmerge from Alan Conway2007-03-131-1/+1
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r497341 | gsim | 2007-01-18 03:11:12 -0500 (Thu, 18 Jan 2007) | 3 lines Close connection when connection.close is sent to client. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517859 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 496678 via svnmerge from Alan Conway2007-03-138-14/+21
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r496678 | kpvdr | 2007-01-16 08:09:50 -0500 (Tue, 16 Jan 2007) | 1 line Fixed QPID-296 Header guards may not be compliant with C++ standard ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517855 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 496665 via svnmerge from Alan Conway2007-03-132-4/+13
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r496665 | gsim | 2007-01-16 07:00:22 -0500 (Tue, 16 Jan 2007) | 3 lines Some basic additional error logging of framing errors. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517851 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 496317 via svnmerge from Alan Conway2007-03-134-7/+8
| | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r496317 | aconway | 2007-01-15 08:58:07 -0500 (Mon, 15 Jan 2007) | 12 lines 2006-12-08 Jim Meyering <meyering@redhat.com> Ensure that AccumulatedAck.range is not used uninitialized. * lib/broker/AccumulatedAck.h (AccumulatedAck): Make this a class, rather than a struct. (AccumulatedAck::AccumulatedAck): Add a constructor to require initialization of the "range" member. * lib/broker/BrokerChannel.cpp (Channel) [accumulatedAck]: Initialize. * tests/TxAckTest.cpp (TxAckTest) [acked]: Likewise. * tests/AccumulatedAckTest.cpp (testCovers): Initialize local. (testUpdateAndConsolidate): Likewise. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517849 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 495661 via svnmerge from Alan Conway2007-03-130-0/+0
| | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r495661 | aconway | 2007-01-12 12:52:28 -0500 (Fri, 12 Jan 2007) | 4 lines With thanks to Jim Meyering and Rafael Schloming: Fix incorrect error number shown by python test failure in: testDifferentDeclaredType (tests.exchange.MiscellaneousErrorsTests) ... ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517833 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 495629 via svnmerge from Alan Conway2007-03-131-6/+3
| | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r495629 | aconway | 2007-01-12 11:18:49 -0500 (Fri, 12 Jan 2007) | 5 lines 2007-01-11 Jim Meyering <jim@meyering.net> * qpidc.spec (Requires): Remove apr and cppunit, both redundant. Suggestion from Jason Tibbitts. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517830 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 494587 via svnmerge from Alan Conway2007-03-130-0/+0
| | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r494587 | aconway | 2007-01-09 16:23:08 -0500 (Tue, 09 Jan 2007) | 2 lines Fix build order: common first. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517828 13f79535-47bb-0310-9956-ffa450edef68