├── .gitattributes ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── Settings.StyleCop ├── Spring.Amqp.build ├── Spring.Messaging.Amqp.2010-40.sln ├── Spring.Messaging.Amqp.2010-40.sln.DotSettings ├── Spring.Net.snk ├── changelog.txt ├── deploy-to-nuget-gallery.bat ├── doc ├── docx │ └── Spring.Messaging.Amqp-1.0 │ │ ├── .gitignore │ │ ├── Spring.Erlang.dxc │ │ ├── Spring.Messaging.Amqp-1.0.dxp │ │ ├── Spring.Messaging.Amqp-1.0.dxp.bak │ │ ├── Spring.Messaging.Amqp.Qpid-0-10-06.dxc │ │ ├── Spring.Messaging.Amqp.Qpid-0-8-0.6.dxc │ │ ├── Spring.Messaging.Amqp.Rabbit.Admin.dxc │ │ ├── Spring.Messaging.Amqp.Rabbit.dxc │ │ └── Spring.Messaging.Amqp.dxc └── reference │ ├── .gitignore │ ├── docbook.build │ ├── lib │ ├── docbook-xsl-snapshot │ │ ├── VERSION │ │ ├── common │ │ │ ├── af.xml │ │ │ ├── am.xml │ │ │ ├── ar.xml │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── az.xml │ │ │ ├── bg.xml │ │ │ ├── bn.xml │ │ │ ├── bs.xml │ │ │ ├── ca.xml │ │ │ ├── charmap.xml │ │ │ ├── charmap.xsl │ │ │ ├── common.xml │ │ │ ├── common.xsl │ │ │ ├── cs.xml │ │ │ ├── cy.xml │ │ │ ├── da.xml │ │ │ ├── de.xml │ │ │ ├── el.xml │ │ │ ├── en.xml │ │ │ ├── entities.ent │ │ │ ├── eo.xml │ │ │ ├── es.xml │ │ │ ├── et.xml │ │ │ ├── eu.xml │ │ │ ├── fa.xml │ │ │ ├── fi.xml │ │ │ ├── fr.xml │ │ │ ├── ga.xml │ │ │ ├── gentext.xsl │ │ │ ├── gl.xml │ │ │ ├── gu.xml │ │ │ ├── he.xml │ │ │ ├── hi.xml │ │ │ ├── hr.xml │ │ │ ├── hu.xml │ │ │ ├── id.xml │ │ │ ├── insertfile.xsl │ │ │ ├── it.xml │ │ │ ├── ja.xml │ │ │ ├── kn.xml │ │ │ ├── ko.xml │ │ │ ├── l10n.dtd │ │ │ ├── l10n.xml │ │ │ ├── l10n.xsl │ │ │ ├── la.xml │ │ │ ├── labels.xsl │ │ │ ├── lt.xml │ │ │ ├── lv.xml │ │ │ ├── mn.xml │ │ │ ├── nb.xml │ │ │ ├── nl.xml │ │ │ ├── nn.xml │ │ │ ├── olink.xsl │ │ │ ├── or.xml │ │ │ ├── pa.xml │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── pl.xml │ │ │ ├── pt.xml │ │ │ ├── pt_br.xml │ │ │ ├── refentry.xml │ │ │ ├── refentry.xsl │ │ │ ├── ro.xml │ │ │ ├── ru.xml │ │ │ ├── sk.xml │ │ │ ├── sl.xml │ │ │ ├── sq.xml │ │ │ ├── sr.xml │ │ │ ├── sr_Latn.xml │ │ │ ├── stripns.xsl │ │ │ ├── subtitles.xsl │ │ │ ├── sv.xml │ │ │ ├── ta.xml │ │ │ ├── table.xsl │ │ │ ├── targetdatabase.dtd │ │ │ ├── targets.xsl │ │ │ ├── th.xml │ │ │ ├── titles.xsl │ │ │ ├── tl.xml │ │ │ ├── tr.xml │ │ │ ├── uk.xml │ │ │ ├── utility.xml │ │ │ ├── utility.xsl │ │ │ ├── vi.xml │ │ │ ├── xh.xml │ │ │ ├── zh_cn.xml │ │ │ └── zh_tw.xml │ │ ├── fo │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── axf.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── fo-rtf.xsl │ │ │ ├── fo.xsl │ │ │ ├── footnote.xsl │ │ │ ├── fop.xsl │ │ │ ├── fop1.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── math.xsl │ │ │ ├── pagesetup.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── passivetex.xsl │ │ │ ├── pdf2index │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── ptc.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── spaces.xsl │ │ │ ├── springnet.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xml │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ ├── xep.xsl │ │ │ └── xref.xsl │ │ ├── highlighting │ │ │ ├── c-hl.xml │ │ │ ├── common.xsl │ │ │ ├── cpp-hl.xml │ │ │ ├── csharp-hl.xml │ │ │ ├── delphi-hl.xml │ │ │ ├── ini-hl.xml │ │ │ ├── java-hl.xml │ │ │ ├── javascript-hl.xml │ │ │ ├── m2-hl.xml │ │ │ ├── myxml-hl.xml │ │ │ ├── perl-hl.xml │ │ │ ├── php-hl.xml │ │ │ ├── python-hl.xml │ │ │ ├── ruby-hl.xml │ │ │ ├── tcl-hl.xml │ │ │ └── xslthl-config.xml │ │ ├── html │ │ │ ├── admon.xsl │ │ │ ├── annotations.xsl │ │ │ ├── autoidx-kimber.xsl │ │ │ ├── autoidx-kosek.xsl │ │ │ ├── autoidx-ng.xsl │ │ │ ├── autoidx.xsl │ │ │ ├── autotoc.xsl │ │ │ ├── biblio-iso690.xsl │ │ │ ├── biblio.xsl │ │ │ ├── block.xsl │ │ │ ├── callout.xsl │ │ │ ├── changebars.xsl │ │ │ ├── chunk-code.xsl │ │ │ ├── chunk-common.xsl │ │ │ ├── chunk.xsl │ │ │ ├── chunker.xsl │ │ │ ├── chunkfast.xsl │ │ │ ├── chunktoc.xsl │ │ │ ├── component.xsl │ │ │ ├── division.xsl │ │ │ ├── docbook.xsl │ │ │ ├── ebnf.xsl │ │ │ ├── footnote.xsl │ │ │ ├── formal.xsl │ │ │ ├── glossary.xsl │ │ │ ├── graphics.xsl │ │ │ ├── highlight.xsl │ │ │ ├── html-rtf.xsl │ │ │ ├── html.xsl │ │ │ ├── htmltbl.xsl │ │ │ ├── index.xsl │ │ │ ├── info.xsl │ │ │ ├── inline.xsl │ │ │ ├── keywords.xsl │ │ │ ├── lists.xsl │ │ │ ├── maketoc.xsl │ │ │ ├── manifest.xsl │ │ │ ├── math.xsl │ │ │ ├── oldchunker.xsl │ │ │ ├── onechunk.xsl │ │ │ ├── param.xml │ │ │ ├── param.xsl │ │ │ ├── pi.xml │ │ │ ├── pi.xsl │ │ │ ├── profile-chunk-code.xsl │ │ │ ├── profile-chunk.xsl │ │ │ ├── profile-docbook.xsl │ │ │ ├── profile-onechunk.xsl │ │ │ ├── qandaset.xsl │ │ │ ├── refentry.xsl │ │ │ ├── sections.xsl │ │ │ ├── springnet.xsl │ │ │ ├── synop.xsl │ │ │ ├── table.xsl │ │ │ ├── task.xsl │ │ │ ├── titlepage.templates.xml │ │ │ ├── titlepage.templates.xsl │ │ │ ├── titlepage.xsl │ │ │ ├── toc.xsl │ │ │ ├── verbatim.xsl │ │ │ └── xref.xsl │ │ ├── htmlhelp │ │ │ ├── htmlhelp-common.xsl │ │ │ ├── htmlhelp.xsl │ │ │ ├── profile-htmlhelp-common.xsl │ │ │ ├── profile-htmlhelp.xsl │ │ │ └── springnet.xsl │ │ ├── images │ │ │ ├── Thumbs.db │ │ │ ├── admons │ │ │ │ ├── Thumbs.db │ │ │ │ ├── annot-close.png │ │ │ │ ├── annot-open.png │ │ │ │ ├── blank.png │ │ │ │ ├── caution.gif │ │ │ │ ├── caution.png │ │ │ │ ├── caution.svg │ │ │ │ ├── caution.tif │ │ │ │ ├── draft.png │ │ │ │ ├── home.gif │ │ │ │ ├── home.png │ │ │ │ ├── home.svg │ │ │ │ ├── important.gif │ │ │ │ ├── important.png │ │ │ │ ├── important.svg │ │ │ │ ├── important.tif │ │ │ │ ├── next.gif │ │ │ │ ├── next.png │ │ │ │ ├── next.svg │ │ │ │ ├── note.gif │ │ │ │ ├── note.png │ │ │ │ ├── note.svg │ │ │ │ ├── note.tif │ │ │ │ ├── prev.gif │ │ │ │ ├── prev.png │ │ │ │ ├── prev.svg │ │ │ │ ├── tip.gif │ │ │ │ ├── tip.png │ │ │ │ ├── tip.svg │ │ │ │ ├── tip.tif │ │ │ │ ├── toc-blank.png │ │ │ │ ├── toc-minus.png │ │ │ │ ├── toc-plus.png │ │ │ │ ├── up.gif │ │ │ │ ├── up.png │ │ │ │ ├── up.svg │ │ │ │ ├── warning.gif │ │ │ │ ├── warning.png │ │ │ │ ├── warning.svg │ │ │ │ └── warning.tif │ │ │ └── callouts │ │ │ │ ├── 1.gif │ │ │ │ ├── 1.png │ │ │ │ ├── 1.svg │ │ │ │ ├── 10.gif │ │ │ │ ├── 10.png │ │ │ │ ├── 10.svg │ │ │ │ ├── 11.gif │ │ │ │ ├── 11.png │ │ │ │ ├── 11.svg │ │ │ │ ├── 12.gif │ │ │ │ ├── 12.png │ │ │ │ ├── 12.svg │ │ │ │ ├── 13.gif │ │ │ │ ├── 13.png │ │ │ │ ├── 13.svg │ │ │ │ ├── 14.gif │ │ │ │ ├── 14.png │ │ │ │ ├── 14.svg │ │ │ │ ├── 15.gif │ │ │ │ ├── 15.png │ │ │ │ ├── 15.svg │ │ │ │ ├── 16.svg │ │ │ │ ├── 17.svg │ │ │ │ ├── 18.svg │ │ │ │ ├── 19.svg │ │ │ │ ├── 2.gif │ │ │ │ ├── 2.png │ │ │ │ ├── 2.svg │ │ │ │ ├── 20.svg │ │ │ │ ├── 21.svg │ │ │ │ ├── 22.svg │ │ │ │ ├── 23.svg │ │ │ │ ├── 24.svg │ │ │ │ ├── 25.svg │ │ │ │ ├── 26.svg │ │ │ │ ├── 27.svg │ │ │ │ ├── 28.svg │ │ │ │ ├── 29.svg │ │ │ │ ├── 3.gif │ │ │ │ ├── 3.png │ │ │ │ ├── 3.svg │ │ │ │ ├── 30.svg │ │ │ │ ├── 4.gif │ │ │ │ ├── 4.png │ │ │ │ ├── 4.svg │ │ │ │ ├── 5.gif │ │ │ │ ├── 5.png │ │ │ │ ├── 5.svg │ │ │ │ ├── 6.gif │ │ │ │ ├── 6.png │ │ │ │ ├── 6.svg │ │ │ │ ├── 7.gif │ │ │ │ ├── 7.png │ │ │ │ ├── 7.svg │ │ │ │ ├── 8.gif │ │ │ │ ├── 8.png │ │ │ │ ├── 8.svg │ │ │ │ ├── 9.gif │ │ │ │ ├── 9.png │ │ │ │ ├── 9.svg │ │ │ │ └── Thumbs.db │ │ └── lib │ │ │ └── lib.xsl │ ├── fop-0.95 │ │ ├── build │ │ │ └── fop.jar │ │ ├── fop.bat │ │ └── lib │ │ │ ├── README.txt │ │ │ ├── avalon-framework-4.2.0.jar │ │ │ ├── avalon-framework.LICENSE.txt │ │ │ ├── avalon-framework.NOTICE.TXT │ │ │ ├── batik-all-1.7.jar │ │ │ ├── batik.LICENSE.txt │ │ │ ├── batik.NOTICE.txt │ │ │ ├── commons-io-1.3.1.jar │ │ │ ├── commons-io.LICENSE.txt │ │ │ ├── commons-io.NOTICE.txt │ │ │ ├── commons-logging-1.0.4.jar │ │ │ ├── commons-logging.LICENSE.txt │ │ │ ├── commons-logging.NOTICE.txt │ │ │ ├── serializer-2.7.0.jar │ │ │ ├── serializer.LICENSE.txt │ │ │ ├── serializer.NOTICE.txt │ │ │ ├── xalan-2.7.0.jar │ │ │ ├── xalan.BCEL.LICENSE.txt │ │ │ ├── xalan.LICENSE.txt │ │ │ ├── xalan.NOTICE.txt │ │ │ ├── xalan.regexp.LICENSE.txt │ │ │ ├── xalan.runtime.LICENSE.txt │ │ │ ├── xerces.LICENSE.txt │ │ │ ├── xercesImpl-2.7.1.jar │ │ │ ├── xercesImpl.LICENSE.txt │ │ │ ├── xercesImpl.NOTICE.txt │ │ │ ├── xml-apis-1.3.04.jar │ │ │ ├── xml-apis-ext-1.3.04.jar │ │ │ ├── xml-apis-ext.LICENSE.dom-documentation.txt │ │ │ ├── xml-apis-ext.LICENSE.dom-software.txt │ │ │ ├── xml-apis-ext.LICENSE.sac.html │ │ │ ├── xml-apis-ext.LICENSE.txt │ │ │ ├── xml-apis-ext.NOTICE.txt │ │ │ ├── xml-apis-ext.README.dom.txt │ │ │ ├── xml-apis.LICENSE-SAX.html │ │ │ ├── xml-apis.LICENSE.DOM-documentation.html │ │ │ ├── xml-apis.LICENSE.DOM-software.html │ │ │ ├── xml-apis.LICENSE.txt │ │ │ ├── xml-apis.NOTICE.txt │ │ │ ├── xmlgraphics-commons-1.3.1.jar │ │ │ ├── xmlgraphics-commons.LICENSE.txt │ │ │ └── xmlgraphics-commons.NOTICE.txt │ ├── saxon6-5-5 │ │ └── saxon.jar │ └── xslthl-2.0.0 │ │ └── xslthl-2.0.0.jar │ └── src │ ├── amqp.xml │ ├── bibliography.xml │ ├── erlang.xml │ ├── further-reading.xml │ ├── images │ ├── DataAccessException.gif │ ├── S2-banner-rhs.png │ ├── ScreenShot023.png │ ├── Thumbs.db │ ├── aop-chain.png │ ├── aop-uml.gif │ ├── bean-lifecycle-overview.gif │ ├── container-in-action.gif │ ├── link.png │ ├── logo.gif │ ├── logo.jpg │ ├── logo.png │ ├── logo.psd │ ├── logo.xcf │ ├── movie-finder.gif │ ├── nh-quickstart-customer-listing.png │ ├── nh-quickstart-default-screen.png │ ├── nh-quickstart-domain.png │ ├── nh-quickstart-edit-customer.png │ ├── nh-quickstart-orders.png │ ├── nh-quickstart-process.png │ ├── nh-quickstart-solution-explorer.png │ ├── nms-quickstart-gui.png │ ├── nms-quickstart-msg-destinations.jpg │ ├── nms-quickstart.jpg │ ├── nms-quickstart.pptx │ ├── overview.gif │ ├── remoting-solution.gif │ ├── remoting-startup.gif │ ├── resharper-file-templates.png │ ├── resharper-live-prop-def.png │ ├── resharper-live-templates.png │ ├── resharper-property-ref-1.png │ ├── resharper-property-ref-2.png │ ├── resharper-property-ref-3.png │ ├── resharper-type-completion-1.png │ ├── resharper-type-completion-2.png │ ├── resharper-type-completion-3.png │ ├── resharper-type-completion-4.png │ ├── spring-triangle.png │ ├── spring.sxd │ ├── spring.vsd │ ├── spring.windows-service.png │ ├── spring.windows-service.vsd │ ├── tx.png │ ├── vsnet-ado-sln.png │ ├── vsnet-classlib-sln.png │ ├── vsnet-nh-sln.png │ ├── vsnet-solution-templates.png │ ├── vsnet-web-sln.png │ ├── web-exporter-calc-svc-aop-add.jpg │ ├── web-exporter-calc-svc-aop-add001.jpg │ ├── web-exporter-calc-svc-aop.jpg │ ├── web-exporter-calc-svc-main.jpg │ ├── web-exporter-calc-svc.jpg │ └── xdev-spring_logo.jpg │ ├── index.xml │ ├── preface.xml │ ├── quick-tour.xml │ ├── sample-apps.xml │ ├── si-amqp.xml │ └── styles │ └── html.css ├── examples └── Spring.RabbitQuickStart │ └── packages │ ├── Common.Logging.2.1.1 │ ├── Common.Logging.2.1.1.nuspec │ └── lib │ │ ├── net35 │ │ └── Common.Logging.dll │ │ └── net40 │ │ └── Common.Logging.dll │ ├── Newtonsoft.Json.4.5.10 │ ├── Newtonsoft.Json.4.5.10.nuspec │ └── lib │ │ ├── net20 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net35 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── portable-net40+sl4+wp7+win8 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl3-wp │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl4-windowsphone71 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl4 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ └── winrt45 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ ├── RabbitMQ.Client.2.8.7 │ ├── RabbitMQ.Client.2.8.7.nuspec │ └── lib │ │ ├── net20 │ │ ├── RabbitMQ.Client.dll │ │ └── RabbitMQ.Client.xml │ │ └── net30 │ │ ├── RabbitMQ.Client.dll │ │ └── RabbitMQ.Client.xml │ ├── Spring.Aop.1.3.2 │ ├── Spring.Aop.1.3.2.nuspec │ └── lib │ │ ├── net11 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net20 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net30 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net35 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ └── net40 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ ├── Spring.Core.1.3.2 │ ├── Spring.Core.1.3.2.nuspec │ └── lib │ │ ├── net11 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net20 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net30 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net35 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ └── net40 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ ├── Spring.Data.1.3.2 │ ├── Spring.Data.1.3.2.nuspec │ └── lib │ │ ├── net11 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net20 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net30 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net35 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ └── net40 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ ├── Spring.Messaging.Amqp.0.9.9.2000 │ ├── Spring.Messaging.Amqp.0.9.9.2000.nuspec │ └── lib │ │ └── net40 │ │ ├── Spring.Messaging.Amqp.dll │ │ └── Spring.Messaging.Amqp.pdb │ ├── Spring.Messaging.Amqp.Rabbit.0.9.9.2000 │ ├── Spring.Messaging.Amqp.Rabbit.0.9.9.2000.nuspec │ └── lib │ │ └── net40 │ │ ├── Spring.Messaging.Amqp.Rabbit.dll │ │ └── Spring.Messaging.Amqp.Rabbit.pdb │ └── repositories.config ├── license.txt ├── packages ├── Common.Logging.2.1.1 │ ├── Common.Logging.2.1.1.nupkg │ └── lib │ │ ├── net35 │ │ └── Common.Logging.dll │ │ └── net40 │ │ └── Common.Logging.dll ├── Erlang.NET.0.9.6 │ ├── Erlang.NET.0.9.6.nupkg │ └── lib │ │ └── net20 │ │ ├── Erlang.XML │ │ └── Erlang.dll ├── Moq.4.0.10827 │ ├── License.txt │ ├── Moq.4.0.10827.nupkg │ ├── Moq.chm │ └── lib │ │ ├── NET35 │ │ ├── Moq.dll │ │ ├── Moq.pdb │ │ └── Moq.xml │ │ ├── NET40 │ │ ├── Moq.dll │ │ ├── Moq.pdb │ │ └── Moq.xml │ │ └── Silverlight4 │ │ ├── Castle.Core.dll │ │ ├── Moq.Silverlight.dll │ │ ├── Moq.Silverlight.pdb │ │ └── Moq.Silverlight.xml ├── NUnit.2.6.2 │ ├── NUnit.2.6.2.nupkg │ ├── NUnit.2.6.2.nuspec │ ├── lib │ │ ├── nunit.framework.dll │ │ └── nunit.framework.xml │ └── license.txt ├── Newtonsoft.Json.4.5.10 │ ├── Newtonsoft.Json.4.5.10.nupkg │ ├── Newtonsoft.Json.4.5.10.nuspec │ └── lib │ │ ├── net20 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net35 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── net40 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── portable-net40+sl4+wp7+win8 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl3-wp │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl4-windowsphone71 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ ├── sl4 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml │ │ └── winrt45 │ │ ├── Newtonsoft.Json.dll │ │ └── Newtonsoft.Json.xml ├── RabbitMQ.Client.2.8.7 │ ├── RabbitMQ.Client.2.8.7.nupkg │ └── lib │ │ ├── net20 │ │ ├── RabbitMQ.Client.dll │ │ └── RabbitMQ.Client.xml │ │ └── net30 │ │ ├── RabbitMQ.Client.dll │ │ └── RabbitMQ.Client.xml ├── Spring.Aop.1.3.2 │ ├── Spring.Aop.1.3.2.nupkg │ └── lib │ │ ├── net11 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net20 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net30 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ ├── net35 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml │ │ └── net40 │ │ ├── Spring.Aop.dll │ │ ├── Spring.Aop.pdb │ │ └── Spring.Aop.xml ├── Spring.CodeConfig.1.0.4 │ ├── Spring.CodeConfig.1.0.4.nupkg │ └── lib │ │ ├── net20 │ │ ├── Spring.Core.Configuration.XML │ │ ├── Spring.Core.Configuration.dll │ │ └── Spring.Core.Configuration.pdb │ │ ├── net35 │ │ ├── Spring.Core.Configuration.XML │ │ ├── Spring.Core.Configuration.dll │ │ └── Spring.Core.Configuration.pdb │ │ └── net40 │ │ ├── Spring.Core.Configuration.XML │ │ ├── Spring.Core.Configuration.dll │ │ └── Spring.Core.Configuration.pdb ├── Spring.Core.1.3.2 │ ├── Spring.Core.1.3.2.nupkg │ └── lib │ │ ├── net11 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net20 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net30 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ ├── net35 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml │ │ └── net40 │ │ ├── Spring.Core.dll │ │ ├── Spring.Core.pdb │ │ └── Spring.Core.xml ├── Spring.Data.1.3.2 │ ├── Spring.Data.1.3.2.nupkg │ └── lib │ │ ├── net11 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net20 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net30 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ ├── net35 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml │ │ └── net40 │ │ ├── Spring.Data.dll │ │ ├── Spring.Data.pdb │ │ └── Spring.Data.xml ├── Spring.Testing.NUnit.1.3.2 │ ├── Spring.Testing.NUnit.1.3.2.nupkg │ └── lib │ │ ├── net11 │ │ ├── Spring.Testing.NUnit.dll │ │ ├── Spring.Testing.NUnit.pdb │ │ └── Spring.Testing.NUnit.xml │ │ ├── net20 │ │ ├── Spring.Testing.NUnit.dll │ │ ├── Spring.Testing.NUnit.pdb │ │ └── Spring.Testing.NUnit.xml │ │ ├── net30 │ │ ├── Spring.Testing.NUnit.dll │ │ ├── Spring.Testing.NUnit.pdb │ │ └── Spring.Testing.NUnit.xml │ │ ├── net35 │ │ ├── Spring.Testing.NUnit.dll │ │ ├── Spring.Testing.NUnit.pdb │ │ └── Spring.Testing.NUnit.xml │ │ └── net40 │ │ ├── Spring.Testing.NUnit.dll │ │ ├── Spring.Testing.NUnit.pdb │ │ └── Spring.Testing.NUnit.xml ├── log4net.1.2.10 │ ├── lib │ │ ├── 1.0 │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ ├── 1.1 │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ │ └── 2.0 │ │ │ ├── log4net.dll │ │ │ └── log4net.xml │ └── log4net.1.2.10.nupkg └── repositories.config ├── setup ├── Spring.Erlang.nuspec ├── Spring.Messaging.Amqp.Rabbit.nuspec └── Spring.Messaging.Amqp.nuspec ├── spec └── build.bat ├── src ├── CommonAssemblyInfo.cs ├── CommonAssemblyInfo.cs.template ├── Spring.Erlang │ ├── Connection │ │ ├── ConnectionFactoryUtils.cs │ │ ├── ConnectionParameters.cs │ │ ├── DefaultConnection.cs │ │ ├── IConnection.cs │ │ ├── IConnectionFactory.cs │ │ ├── IConnectionProxy.cs │ │ ├── SimpleConnectionFactory.cs │ │ └── SingleConnectionFactory.cs │ ├── Core │ │ ├── Application.cs │ │ ├── ConnectionCallbackDelegate.cs │ │ ├── ErlangTemplate.cs │ │ ├── IErlangOperations.cs │ │ └── Node.cs │ ├── ErlangBadRpcException.cs │ ├── ErlangErrorRpcException.cs │ ├── OtpIOException.cs │ ├── Spring.Erlang.2010.csproj │ ├── Support │ │ ├── Converter │ │ │ ├── ErlangConversionException.cs │ │ │ ├── IErlangConverter.cs │ │ │ └── SimpleErlangConverter.cs │ │ ├── ErlangAccessor.cs │ │ └── ErlangUtils.cs │ ├── UncategorizedOtpException.cs │ └── packages.config ├── Spring.Messaging.Amqp.Qpid-0-10-0.8 │ └── Spring.Messaging.Amqp.Qpid-0-10-0.8 │ │ ├── Client │ │ ├── ClientFactoryUtils.cs │ │ ├── ConnectionParameters.cs │ │ ├── IClientFactory.cs │ │ ├── IResourceFactory.cs │ │ ├── QpdResourceHolder.cs │ │ └── SimpleClientFactory.cs │ │ ├── Core │ │ ├── ClientSessionCallbackDelegate.cs │ │ ├── IClientSessionCallback.cs │ │ ├── IQpidOperations.cs │ │ ├── MessageCreatorDelegate.cs │ │ ├── MessageProperties.cs │ │ ├── QpidAccessor.cs │ │ └── QpidTemplate.cs │ │ ├── Spring.Messaging.Amqp.Qpid-0-10-0.8.2010.csproj │ │ ├── Support │ │ └── QpidUtils.cs │ │ └── packages.config ├── Spring.Messaging.Amqp.Qpid-0-8-0.8 │ └── Spring.Messaging.Amqp.Qpid-0-8-0.8 │ │ ├── Core │ │ ├── HeadersDictionary.cs │ │ └── MessageProperties.cs │ │ ├── Spring.Messaging.Amqp.Qpid-0-8-0.8.2010.csproj │ │ └── packages.config ├── Spring.Messaging.Amqp.Rabbit.Admin │ ├── Admin │ │ ├── IRabbitBrokerOperations.cs │ │ ├── QueueInfo.cs │ │ ├── RabbitAdminAuthException.cs │ │ ├── RabbitBrokerAdmin.cs │ │ ├── RabbitControlErlangConverter.cs │ │ └── RabbitStatus.cs │ ├── Spring.Messaging.Amqp.Rabbit.Admin.2010.csproj │ └── packages.config ├── Spring.Messaging.Amqp.Rabbit │ ├── .gitignore │ ├── Config │ │ ├── AbstractExchangeParser.cs │ │ ├── AbstractNameAsAliasObjectDefinitionParser.cs │ │ ├── AbstractRetryOperationsInterceptorFactoryObject.cs │ │ ├── AdminParser.cs │ │ ├── BindingFactoryObject.cs │ │ ├── ConnectionFactoryParser.cs │ │ ├── DirectExchangeParser.cs │ │ ├── FanoutExchangeParser.cs │ │ ├── FederatedExchangeParser.cs │ │ ├── HeadersExchangeParser.cs │ │ ├── ListenerContainerParser.cs │ │ ├── NamespaceUtils.cs │ │ ├── ObjectDefinitionParserHelper.cs │ │ ├── QueueArgumentsParser.cs │ │ ├── QueueParser.cs │ │ ├── RabbitNamespaceHandler.cs │ │ ├── RabbitNamespaceUtils.cs │ │ ├── TemplateParser.cs │ │ ├── TopicExchangeParser.cs │ │ ├── spring-rabbit-1.0.xsd │ │ ├── spring-rabbit-1.1.xsd │ │ └── spring-rabbit.gif │ ├── Connection │ │ ├── AbstractConnectionFactory.cs │ │ ├── CachingConnectionFactory.cs │ │ ├── CompositeChannelListener.cs │ │ ├── CompositeConnectionListener.cs │ │ ├── ConnectionFactoryUtils.cs │ │ ├── IChannelListener.cs │ │ ├── IChannelProxy.cs │ │ ├── IConnection.cs │ │ ├── IConnectionFactory.cs │ │ ├── IConnectionListener.cs │ │ ├── IConnectionProxy.cs │ │ ├── IResourceFactory.cs │ │ ├── IResourceHolder.cs │ │ ├── RabbitAccessor.cs │ │ ├── RabbitResourceHolder.cs │ │ ├── RabbitResourceHolderSupport.cs │ │ ├── RabbitResourceSynchronization.cs │ │ ├── RabbitUtils.cs │ │ ├── ResourceFactory.cs │ │ ├── ResourceHolderSynchronization.cs │ │ └── SimpleConnection.cs │ ├── Core │ │ ├── ChannelCallbackDelegate.cs │ │ ├── IChannelAwareMessageListener.cs │ │ ├── IChannelCallback.cs │ │ ├── IConfirmCallback.cs │ │ ├── IRabbitOperations.cs │ │ ├── IReturnCallback.cs │ │ ├── RabbitAdmin.cs │ │ ├── RabbitTemplate.cs │ │ └── Support │ │ │ └── RabbitGatewaySupport.cs │ ├── Listener │ │ ├── AbstractMessageListenerContainer.cs │ │ ├── ActiveObjectCounter.cs │ │ ├── Adapter │ │ │ └── MessageListenerAdapter.cs │ │ ├── BlockingQueueConsumer.cs │ │ ├── ConsumerCancelledException.cs │ │ ├── FatalListenerExecutionException.cs │ │ ├── FatalListenerStartupException.cs │ │ ├── ListenerExecutionFailedException.cs │ │ ├── MessageRejectedWhileStoppingException.cs │ │ └── SimpleMessageListenerContainer.cs │ ├── Retry │ │ ├── IMessageKeyGenerator.cs │ │ ├── IMessageRecoverer.cs │ │ ├── INewMessageIdentifier.cs │ │ ├── MissingMessageIdAdvice.cs │ │ └── RejectAndDontRequeueRecoverer.cs │ ├── Spring.Messaging.Amqp.Rabbit.2010.csproj │ ├── Support │ │ ├── CollectionExtensions.cs │ │ ├── CorrelationData.cs │ │ ├── DateExtensions.cs │ │ ├── DefaultMessagePropertiesConverter.cs │ │ ├── IMessagePropertiesConverter.cs │ │ ├── IPublisherCallbackChannel.cs │ │ ├── IPublisherCallbackChannelListener.cs │ │ ├── PendingConfirm.cs │ │ ├── PublisherCallbackChannelImpl.cs │ │ └── XmlElementExtensions.cs │ ├── Threading │ │ └── AtomicTypes │ │ │ ├── AtomicBoolean.cs │ │ │ ├── AtomicInteger.cs │ │ │ └── AtomicReference.cs │ ├── Transaction │ │ ├── RabbitAbstractPlatformTransactionManager.cs │ │ ├── RabbitTransactionManager.cs │ │ ├── RabbitTransactionSynchronizationManager.cs │ │ └── TransactionSynchronizationUtils.cs │ └── packages.config └── Spring.Messaging.Amqp │ ├── AmqpConnectException.cs │ ├── AmqpException.cs │ ├── AmqpIOException.cs │ ├── AmqpIllegalStateException.cs │ ├── AmqpRejectAndDontRequeueException.cs │ ├── AmqpUnsupportedEncodingException.cs │ ├── Core │ ├── AbstractExchange.cs │ ├── AcknowledgeMode.cs │ ├── Address.cs │ ├── AnonymousQueue.cs │ ├── Binding.cs │ ├── BindingBuilder.cs │ ├── CustomExchange.cs │ ├── DirectExchange.cs │ ├── ExchangeType.cs │ ├── FanoutExchange.cs │ ├── FederatedExchange.cs │ ├── HeadersExchange.cs │ ├── IAmqpAdmin.cs │ ├── IAmqpTemplate.cs │ ├── IExchange.cs │ ├── IMessageListener.cs │ ├── IMessagePostProcessor.cs │ ├── Message.cs │ ├── MessageDeliveryMode.cs │ ├── MessageProperties.cs │ ├── Queue.cs │ ├── TopicExchange.cs │ └── UniquelyNamedQueue.cs │ ├── ImmediateAcknowledgeAmqpException.cs │ ├── Spring.Messaging.Amqp.2010.csproj │ ├── Support │ ├── Converter │ │ ├── AbstractMessageConverter.cs │ │ ├── DefaultTypeMapper.cs │ │ ├── IMessageConverter.cs │ │ ├── ITypeMapper.cs │ │ ├── JsonMessageConverter.cs │ │ ├── MessageConversionException.cs │ │ └── SimpleMessageConverter.cs │ └── DictionaryExtensions.cs │ ├── UncategorizedAmqpException.cs │ ├── Utils │ └── SerializationUtils.cs │ └── packages.config ├── test ├── Spring.Erlang.Tests │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Spring.Erlang.Tests.2010.csproj │ └── packages.config ├── Spring.Messaging.Amqp.Qpid-0-10-0.8.Tests │ └── Spring.Messaging.Amqp.Qpid-0-10-0.8.Tests │ │ ├── Core │ │ ├── AbstractExample.cs │ │ ├── ConsumerExample.cs │ │ ├── ProducerExample.cs │ │ └── TestConstants.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Spring.Messaging.Amqp.Qpid-0-10-0.8.Tests.2010.csproj │ │ └── packages.config ├── Spring.Messaging.Amqp.Rabbit.Admin.Tests │ ├── Admin │ │ ├── ErlangNetIntegrationTests.cs │ │ ├── RabbitBrokerAdminIntegrationTests.cs │ │ └── RabbitBrokerAdminLifecycleIntegrationTests.cs │ ├── App.config │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Spring.Messaging.Amqp.Rabbit.Admin.Tests.2010.csproj │ └── packages.config ├── Spring.Messaging.Amqp.Rabbit.Tests │ ├── App.config │ ├── Config │ │ ├── AdminParserTests-0-context.xml │ │ ├── AdminParserTests-1-context.xml │ │ ├── AdminParserTests-2-context.xml │ │ ├── AdminParserTests.cs │ │ ├── ConnectionFactoryParserTests-context.xml │ │ ├── ConnectionFactoryParserTests.cs │ │ ├── ExchangeParserIntegrationTests-context.xml │ │ ├── ExchangeParserIntegrationTests.cs │ │ ├── ExchangeParserTests-context.xml │ │ ├── ExchangeParserTests.cs │ │ ├── FederatedExchangeParserIntegrationTests-context.xml │ │ ├── FederatedExchangeParserIntegrationTests.cs │ │ ├── ListenerContainerParserTests-context.xml │ │ ├── ListenerContainerParserTests-fail-context.xml │ │ ├── ListenerContainerParserTests.cs │ │ ├── ListenerContainerPlaceholderParserTests-context.xml │ │ ├── ListenerContainerPlaceholderParserTests.cs │ │ ├── QueueArgumentsParserTests-context.xml │ │ ├── QueueArgumentsParserTests.cs │ │ ├── QueueParserIntegrationTests-context.xml │ │ ├── QueueParserIntegrationTests.cs │ │ ├── QueueParserPlaceholderTests-context.xml │ │ ├── QueueParserPlaceholderTests.cs │ │ ├── QueueParserTests-context.xml │ │ ├── QueueParserTests.cs │ │ ├── QueueParserTestsIllegalAnonymous-context.xml │ │ ├── RabbitNamespaceHandlerTests-context.xml │ │ ├── RabbitNamespaceHandlerTests.cs │ │ ├── TemplateParserTests-context.xml │ │ ├── TemplateParserTests.cs │ │ ├── TestAdvice.cs │ │ └── TestObject.cs │ ├── Connection │ │ ├── AbstractConnectionFactoryTests.cs │ │ ├── CachingConnectionFactoryIntegrationTests.cs │ │ ├── CachingConnectionFactoryTests.cs │ │ ├── SharedConnectionProxy.cs │ │ ├── SingleConnectionFactory.cs │ │ └── SingleConnectionFactoryTests.cs │ ├── Core │ │ ├── Producer.cs │ │ ├── QueueUtils.cs │ │ ├── RabbitAdminIntegrationTests.cs │ │ ├── RabbitAdminTests.cs │ │ ├── RabbitBindingIntegrationTests.cs │ │ ├── RabbitTemplateHeaderTests.cs │ │ ├── RabbitTemplateIntegrationTests.cs │ │ ├── RabbitTemplatePerformanceIntegrationTests.cs │ │ ├── RabbitTemplateTests.cs │ │ ├── Support │ │ │ └── RabbitGatewaySupportTests.cs │ │ └── TestConstants.cs │ ├── Listener │ │ ├── ActiveObjectCounterTests.cs │ │ ├── Adapter │ │ │ └── MessageListenerAdapterTests.cs │ │ ├── BlockingQueueConsumerIntegrationTests.cs │ │ ├── BlockingQueueConsumerTests.cs │ │ ├── ExternalTxManagerTests.cs │ │ ├── LocallyTransactedTests.cs │ │ ├── MessageListenerBrokerInterruptionIntegrationTests.cs │ │ ├── MessageListenerContainerErrorHandlerIntegrationTests.cs │ │ ├── MessageListenerContainerLifecycleIntegrationTests.cs │ │ ├── MessageListenerContainerMultipleQueueIntegrationTests.cs │ │ ├── MessageListenerContainerRetryIntegrationTests.cs │ │ ├── MessageListenerManualAckIntegrationTests.cs │ │ ├── MessageListenerRecoveryCachingConnectionIntegrationTests.cs │ │ ├── MessageListenerRecoverySingleConnectionIntegrationTests.cs │ │ ├── MessageListenerTxSizeIntegrationTests.cs │ │ ├── SimpleMessageListenerContainerIntegrationTests.cs │ │ ├── SimpleMessageListenerContainerTests.cs │ │ ├── StopStartIntegrationTests-context.xml │ │ ├── StopStartIntegrationTests.cs │ │ └── UnackedRawIntegrationTests.cs │ ├── Spring.Messaging.Amqp.Rabbit.Tests.2010.csproj │ ├── Support │ │ └── MoqExtensions.cs │ ├── Test │ │ ├── AbstractRabbitIntegrationTest.cs │ │ ├── BrokerFederated.cs │ │ ├── BrokerPanic.cs │ │ ├── BrokerRunning.cs │ │ ├── BrokerTestUtils.cs │ │ ├── EnvironmentAvailable.cs │ │ ├── ReflectionTestUtils.cs │ │ ├── TestCategory.cs │ │ └── XmlObjectFactoryExtensions.cs │ ├── Transaction │ │ └── RabbitTransactionManagerIntegrationTests.cs │ └── packages.config └── Spring.Messaging.Amqp.Tests │ ├── .gitignore │ ├── App.config │ ├── Core │ ├── AddressTests.cs │ ├── BindingBuilderTests.cs │ ├── MessagePropertiesTests.cs │ └── MessageTests.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Spring.Messaging.Amqp.Tests.2010.csproj │ ├── Support │ └── Converter │ │ ├── DefaultTypeMapperTests.cs │ │ ├── JsonMessageConverterTests.cs │ │ ├── MarshallingMessageConverterTests.cs │ │ ├── SerializerMessageConverterTests.cs │ │ ├── SimpleMessageConverterTests.cs │ │ └── SimpleTrade.cs │ ├── Test │ └── TestCategory.cs │ └── packages.config └── tools ├── NAnt ├── COPYING.txt └── bin │ ├── NAnt.CompressionTasks.dll │ ├── NAnt.CompressionTasks.xml │ ├── NAnt.Core.dll │ ├── NAnt.Core.xml │ ├── NAnt.DotNetTasks.dll │ ├── NAnt.DotNetTasks.xml │ ├── NAnt.MSNetTasks.dll │ ├── NAnt.MSNetTasks.xml │ ├── NAnt.NUnit.dll │ ├── NAnt.NUnit.xml │ ├── NAnt.NUnit1Tasks.dll │ ├── NAnt.NUnit1Tasks.xml │ ├── NAnt.NUnit2Tasks.dll │ ├── NAnt.NUnit2Tasks.xml │ ├── NAnt.SourceControlTasks.dll │ ├── NAnt.SourceControlTasks.xml │ ├── NAnt.VSNetTasks.dll │ ├── NAnt.VSNetTasks.xml │ ├── NAnt.VisualCppTasks.dll │ ├── NAnt.VisualCppTasks.xml │ ├── NAnt.Win32Tasks.dll │ ├── NAnt.Win32Tasks.xml │ ├── NAnt.exe │ ├── NAnt.exe.config │ ├── NAnt.xml │ ├── NDoc.Documenter.NAnt.dll │ ├── extensions │ └── common │ │ └── 2.0 │ │ ├── NAnt.MSBuild.dll │ │ └── NAnt.MSBuild.xml │ ├── lib │ ├── common │ │ ├── 1.1 │ │ │ ├── nunit-console-runner.dll │ │ │ ├── nunit-console.exe │ │ │ ├── nunit.core.dll │ │ │ ├── nunit.framework.dll │ │ │ └── nunit.util.dll │ │ ├── 2.0 │ │ │ ├── nunit-console-runner.dll │ │ │ ├── nunit-console.exe │ │ │ ├── nunit.core.dll │ │ │ ├── nunit.framework.dll │ │ │ └── nunit.util.dll │ │ └── neutral │ │ │ ├── ICSharpCode.SharpCvsLib.Console.dll │ │ │ ├── ICSharpCode.SharpCvsLib.dll │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ ├── NDoc.Core.dll │ │ │ ├── NDoc.Documenter.Msdn.dll │ │ │ ├── NDoc.ExtendedUI.dll │ │ │ └── NUnitCore.dll │ └── net │ │ └── 1.0 │ │ ├── nunit-console-runner.dll │ │ ├── nunit-console.exe │ │ ├── nunit.core.dll │ │ ├── nunit.framework.dll │ │ └── nunit.util.dll │ ├── log4net.dll │ └── scvs.exe ├── NCover ├── CoverLib.dll ├── Coverage.xsl ├── MSVCP80.dll ├── MSVCR80.dll ├── Microsoft.VC80.CRT.manifest ├── NCover.Console.exe ├── NCover.Console.exe.config ├── NCover.Framework.dll └── NCoverFAQ.html ├── NCoverExplorer ├── ActiproEULA.html ├── ActiproSoftware.Shared.Net11.dll ├── ActiproSoftware.SyntaxEditor.Net11.dll ├── ActiproSoftware.WinUICore.Net11.dll ├── CommandBars.dll ├── ConsoleConfig.xsd ├── ConsoleExample.config ├── CoverageReport.xsl ├── CoverageReport.xsl.original ├── LicencePersonal.rtf ├── NCoverExplorer.Console.exe ├── NCoverExplorer.Core.dll ├── NCoverExplorer.NAntTasks.dll ├── NCoverExplorer.NCoverRunner.dll ├── NCoverExplorer.WinForms.dll ├── NCoverExplorer.exe ├── NCoverExplorer.exe.config ├── NCoverExplorerFAQ.html └── NCoverExplorerReleaseNotes.html ├── NUnit ├── Logo.ico ├── bin │ ├── NUnitFitTests.html │ ├── NUnitTests.VisualState.xml │ ├── NUnitTests.config │ ├── NUnitTests.nunit │ ├── agent.conf │ ├── agent.log.conf │ ├── framework │ │ ├── nunit.framework.dll │ │ ├── nunit.framework.xml │ │ ├── nunit.mocks.dll │ │ └── pnunit.framework.dll │ ├── launcher.log.conf │ ├── lib │ │ ├── Images │ │ │ ├── Ellipsis.gif │ │ │ ├── Tree │ │ │ │ ├── Circles │ │ │ │ │ ├── Failure.jpg │ │ │ │ │ ├── Ignored.jpg │ │ │ │ │ ├── Inconclusive.jpg │ │ │ │ │ ├── Skipped.jpg │ │ │ │ │ └── Success.jpg │ │ │ │ ├── Classic │ │ │ │ │ ├── Failure.jpg │ │ │ │ │ ├── Ignored.jpg │ │ │ │ │ ├── Inconclusive.jpg │ │ │ │ │ ├── Skipped.jpg │ │ │ │ │ └── Success.jpg │ │ │ │ ├── Default │ │ │ │ │ ├── Failure.png │ │ │ │ │ ├── Ignored.png │ │ │ │ │ ├── Inconclusive.png │ │ │ │ │ ├── Skipped.png │ │ │ │ │ └── Success.png │ │ │ │ └── Visual Studio │ │ │ │ │ ├── Failure.png │ │ │ │ │ ├── Ignored.png │ │ │ │ │ ├── Inconclusive.png │ │ │ │ │ ├── SeriousWarning.png │ │ │ │ │ ├── Skipped.png │ │ │ │ │ └── Success.png │ │ │ ├── pinned.gif │ │ │ └── unpinned.gif │ │ ├── NSubstitute.dll │ │ ├── NSubstitute.xml │ │ ├── Rhino.Mocks.dll │ │ ├── Rhino.Mocks.xml │ │ ├── log4net.dll │ │ ├── nunit-console-runner.dll │ │ ├── nunit-gui-runner.dll │ │ ├── nunit.core.dll │ │ ├── nunit.core.interfaces.dll │ │ ├── nunit.uiexception.dll │ │ ├── nunit.uikit.dll │ │ └── nunit.util.dll │ ├── nunit-agent-x86.exe │ ├── nunit-agent-x86.exe.config │ ├── nunit-agent.exe │ ├── nunit-agent.exe.config │ ├── nunit-console-x86.exe │ ├── nunit-console-x86.exe.config │ ├── nunit-console.exe │ ├── nunit-console.exe.config │ ├── nunit-editor.exe │ ├── nunit-x86.exe │ ├── nunit-x86.exe.config │ ├── nunit.exe │ ├── nunit.exe.config │ ├── nunit.framework.dll │ ├── pnunit-agent.exe │ ├── pnunit-agent.exe.config │ ├── pnunit-launcher.exe │ ├── pnunit-launcher.exe.config │ ├── pnunit.framework.dll │ ├── pnunit.tests.dll │ ├── runpnunit.bat │ ├── test.conf │ └── tests │ │ ├── mock-assembly.dll │ │ ├── nonamespace-assembly.dll │ │ ├── nunit-console.tests.dll │ │ ├── nunit-editor.tests.dll │ │ ├── nunit-gui.tests.dll │ │ ├── nunit.core.tests.dll │ │ ├── nunit.framework.dll │ │ ├── nunit.framework.tests.dll │ │ ├── nunit.mocks.tests.dll │ │ ├── nunit.uiexception.tests.dll │ │ ├── nunit.uikit.tests.dll │ │ ├── nunit.util.tests.dll │ │ ├── test-assembly.dll │ │ └── test-utilities.dll └── license.txt ├── NuGet └── NuGet.exe ├── StyleCop ├── Docs │ └── StyleCop.chm ├── StyleCop.CSharp.Rules.dll ├── StyleCop.CSharp.dll ├── StyleCop.Targets ├── StyleCop.VSPackage.dll ├── StyleCop.dll └── StyleCopSettingsEditor.exe └── Versions.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/README.md -------------------------------------------------------------------------------- /Settings.StyleCop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/Settings.StyleCop -------------------------------------------------------------------------------- /Spring.Amqp.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/Spring.Amqp.build -------------------------------------------------------------------------------- /Spring.Messaging.Amqp.2010-40.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/Spring.Messaging.Amqp.2010-40.sln -------------------------------------------------------------------------------- /Spring.Messaging.Amqp.2010-40.sln.DotSettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/Spring.Messaging.Amqp.2010-40.sln.DotSettings -------------------------------------------------------------------------------- /Spring.Net.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/Spring.Net.snk -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/changelog.txt -------------------------------------------------------------------------------- /deploy-to-nuget-gallery.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/deploy-to-nuget-gallery.bat -------------------------------------------------------------------------------- /doc/docx/Spring.Messaging.Amqp-1.0/.gitignore: -------------------------------------------------------------------------------- 1 | /*.bak 2 | -------------------------------------------------------------------------------- /doc/docx/Spring.Messaging.Amqp-1.0/Spring.Erlang.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/docx/Spring.Messaging.Amqp-1.0/Spring.Erlang.dxc -------------------------------------------------------------------------------- /doc/docx/Spring.Messaging.Amqp-1.0/Spring.Messaging.Amqp.dxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/docx/Spring.Messaging.Amqp-1.0/Spring.Messaging.Amqp.dxc -------------------------------------------------------------------------------- /doc/reference/.gitignore: -------------------------------------------------------------------------------- 1 | /target/ 2 | -------------------------------------------------------------------------------- /doc/reference/docbook.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/docbook.build -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/VERSION -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/af.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/am.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ar.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/az.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/az.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bg.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/bs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/bs.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ca.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/charmap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/charmap.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/charmap.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/charmap.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/common.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/common.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/cs.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/cy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/cy.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/da.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/de.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/el.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/en.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/entities.ent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/entities.ent -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/eo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/eo.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/es.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/et.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/et.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/eu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/eu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fa.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/fr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ga.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ga.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gentext.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gentext.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/gu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/gu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/he.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/he.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/hu.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/id.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/id.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/insertfile.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/insertfile.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/it.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ja.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/kn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/kn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ko.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.dtd -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/l10n.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/l10n.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/la.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/la.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/labels.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/labels.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/lt.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/lv.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/mn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/mn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nb.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/nn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/nn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/olink.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/olink.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/or.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/or.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pa.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pt.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/pt_br.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/pt_br.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/refentry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/refentry.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ro.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ru.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sk.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sq.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sr_Latn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sr_Latn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/stripns.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/stripns.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/subtitles.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/subtitles.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/sv.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/ta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/ta.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/targets.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/targets.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/th.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/titles.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/titles.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/tl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/tr.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/uk.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/utility.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/utility.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/utility.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/utility.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/vi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/xh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/xh.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/zh_cn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/zh_cn.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/common/zh_tw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/common/zh_tw.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/admon.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/admon.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/annotations.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/annotations.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kimber.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kimber.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kosek.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-kosek.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-ng.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx-ng.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autoidx.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autoidx.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/autotoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/autotoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/axf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/axf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/biblio-iso690.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/biblio-iso690.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/biblio.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/biblio.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/block.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/block.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/callout.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/callout.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/component.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/component.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/division.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/division.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/docbook.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/ebnf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/ebnf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fo-rtf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fo-rtf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fo.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fo.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/footnote.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/footnote.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/fop1.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/fop1.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/formal.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/formal.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/glossary.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/glossary.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/graphics.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/graphics.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/highlight.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/highlight.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/htmltbl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/htmltbl.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/index.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/index.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/info.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/info.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/inline.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/inline.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/keywords.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/keywords.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/lists.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/lists.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/math.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/math.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pagesetup.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pagesetup.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/param.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/param.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/param.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/param.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/passivetex.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/passivetex.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pdf2index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pdf2index -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/profile-docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/profile-docbook.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/ptc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/ptc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/qandaset.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/qandaset.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/sections.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/sections.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/spaces.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/spaces.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/springnet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/springnet.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/synop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/synop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/table.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/table.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/task.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/task.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/titlepage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/titlepage.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/toc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/toc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/verbatim.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/verbatim.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/xep.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/xep.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/fo/xref.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/fo/xref.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/c-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/c-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/common.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/cpp-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/cpp-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/ini-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/ini-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/m2-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/m2-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/php-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/php-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/highlighting/tcl-hl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/highlighting/tcl-hl.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/admon.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/admon.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/annotations.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/annotations.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx-kimber.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx-kimber.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx-kosek.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx-kosek.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx-ng.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx-ng.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autoidx.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autoidx.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/autotoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/autotoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/biblio-iso690.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/biblio-iso690.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/biblio.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/biblio.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/block.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/block.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/callout.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/callout.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/changebars.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/changebars.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk-code.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk-code.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk-common.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk-common.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunk.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunker.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunker.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunkfast.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunkfast.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/chunktoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/chunktoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/component.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/component.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/division.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/division.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/docbook.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/docbook.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/ebnf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/ebnf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/footnote.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/footnote.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/formal.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/formal.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/glossary.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/glossary.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/graphics.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/graphics.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/highlight.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/highlight.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/html-rtf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/html-rtf.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/html.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/htmltbl.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/htmltbl.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/index.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/index.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/info.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/info.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/inline.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/inline.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/keywords.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/keywords.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/lists.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/lists.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/maketoc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/maketoc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/manifest.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/manifest.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/math.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/math.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/oldchunker.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/oldchunker.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/onechunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/onechunk.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/param.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/param.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/param.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/param.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/pi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/pi.xml -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/pi.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/pi.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/profile-chunk.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/profile-chunk.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/qandaset.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/qandaset.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/refentry.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/refentry.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/sections.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/sections.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/springnet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/springnet.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/synop.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/synop.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/table.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/table.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/task.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/task.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/titlepage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/titlepage.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/toc.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/toc.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/verbatim.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/verbatim.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/html/xref.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/html/xref.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/htmlhelp/htmlhelp.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/htmlhelp/htmlhelp.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/htmlhelp/springnet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/htmlhelp/springnet.xsl -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/Thumbs.db -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/Thumbs.db -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/blank.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/draft.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/home.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/home.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/home.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/next.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/next.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/next.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/note.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/note.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/note.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/note.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/note.tif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/prev.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/tip.tif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/admons/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/admons/up.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/1.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/10.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/11.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/12.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/13.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/14.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/15.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/16.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/17.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/18.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/19.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/2.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/20.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/21.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/21.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/22.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/22.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/23.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/24.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/25.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/26.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/26.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/27.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/27.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/28.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/28.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/29.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/29.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/3.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/30.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/4.svg -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.gif -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/images/callouts/5.png -------------------------------------------------------------------------------- /doc/reference/lib/docbook-xsl-snapshot/lib/lib.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/docbook-xsl-snapshot/lib/lib.xsl -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/build/fop.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/build/fop.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/fop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/fop.bat -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/README.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework-4.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework-4.2.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/avalon-framework.NOTICE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/avalon-framework.NOTICE.TXT -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik-all-1.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/batik-all-1.7.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/batik.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/batik.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/batik.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-io-1.3.1.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-io.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-io.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-io.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/commons-logging.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/commons-logging.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer-2.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/serializer-2.7.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/serializer.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/serializer.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/serializer.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan-2.7.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan-2.7.0.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.BCEL.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan.BCEL.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.regexp.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan.regexp.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xalan.runtime.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xalan.runtime.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xerces.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xerces.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl-2.7.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl-2.7.1.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xercesImpl.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xercesImpl.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-1.3.04.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-1.3.04.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext-1.3.04.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext-1.3.04.jar -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis-ext.README.dom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis-ext.README.dom.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE-SAX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE-SAX.html -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.LICENSE.txt -------------------------------------------------------------------------------- /doc/reference/lib/fop-0.95/lib/xml-apis.NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/fop-0.95/lib/xml-apis.NOTICE.txt -------------------------------------------------------------------------------- /doc/reference/lib/saxon6-5-5/saxon.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/saxon6-5-5/saxon.jar -------------------------------------------------------------------------------- /doc/reference/lib/xslthl-2.0.0/xslthl-2.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/lib/xslthl-2.0.0/xslthl-2.0.0.jar -------------------------------------------------------------------------------- /doc/reference/src/amqp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/amqp.xml -------------------------------------------------------------------------------- /doc/reference/src/bibliography.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/bibliography.xml -------------------------------------------------------------------------------- /doc/reference/src/erlang.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/erlang.xml -------------------------------------------------------------------------------- /doc/reference/src/further-reading.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/further-reading.xml -------------------------------------------------------------------------------- /doc/reference/src/images/DataAccessException.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/DataAccessException.gif -------------------------------------------------------------------------------- /doc/reference/src/images/S2-banner-rhs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/S2-banner-rhs.png -------------------------------------------------------------------------------- /doc/reference/src/images/ScreenShot023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/ScreenShot023.png -------------------------------------------------------------------------------- /doc/reference/src/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/Thumbs.db -------------------------------------------------------------------------------- /doc/reference/src/images/aop-chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/aop-chain.png -------------------------------------------------------------------------------- /doc/reference/src/images/aop-uml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/aop-uml.gif -------------------------------------------------------------------------------- /doc/reference/src/images/bean-lifecycle-overview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/bean-lifecycle-overview.gif -------------------------------------------------------------------------------- /doc/reference/src/images/container-in-action.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/container-in-action.gif -------------------------------------------------------------------------------- /doc/reference/src/images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/link.png -------------------------------------------------------------------------------- /doc/reference/src/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/logo.gif -------------------------------------------------------------------------------- /doc/reference/src/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/logo.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/logo.png -------------------------------------------------------------------------------- /doc/reference/src/images/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/logo.psd -------------------------------------------------------------------------------- /doc/reference/src/images/logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/logo.xcf -------------------------------------------------------------------------------- /doc/reference/src/images/movie-finder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/movie-finder.gif -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-customer-listing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-customer-listing.png -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-default-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-default-screen.png -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-domain.png -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-edit-customer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-edit-customer.png -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-orders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-orders.png -------------------------------------------------------------------------------- /doc/reference/src/images/nh-quickstart-process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nh-quickstart-process.png -------------------------------------------------------------------------------- /doc/reference/src/images/nms-quickstart-gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nms-quickstart-gui.png -------------------------------------------------------------------------------- /doc/reference/src/images/nms-quickstart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nms-quickstart.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/nms-quickstart.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/nms-quickstart.pptx -------------------------------------------------------------------------------- /doc/reference/src/images/overview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/overview.gif -------------------------------------------------------------------------------- /doc/reference/src/images/remoting-solution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/remoting-solution.gif -------------------------------------------------------------------------------- /doc/reference/src/images/remoting-startup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/remoting-startup.gif -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-file-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-file-templates.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-live-prop-def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-live-prop-def.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-live-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-live-templates.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-property-ref-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-property-ref-1.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-property-ref-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-property-ref-2.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-property-ref-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-property-ref-3.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-type-completion-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-type-completion-1.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-type-completion-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-type-completion-2.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-type-completion-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-type-completion-3.png -------------------------------------------------------------------------------- /doc/reference/src/images/resharper-type-completion-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/resharper-type-completion-4.png -------------------------------------------------------------------------------- /doc/reference/src/images/spring-triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/spring-triangle.png -------------------------------------------------------------------------------- /doc/reference/src/images/spring.sxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/spring.sxd -------------------------------------------------------------------------------- /doc/reference/src/images/spring.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/spring.vsd -------------------------------------------------------------------------------- /doc/reference/src/images/spring.windows-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/spring.windows-service.png -------------------------------------------------------------------------------- /doc/reference/src/images/spring.windows-service.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/spring.windows-service.vsd -------------------------------------------------------------------------------- /doc/reference/src/images/tx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/tx.png -------------------------------------------------------------------------------- /doc/reference/src/images/vsnet-ado-sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/vsnet-ado-sln.png -------------------------------------------------------------------------------- /doc/reference/src/images/vsnet-classlib-sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/vsnet-classlib-sln.png -------------------------------------------------------------------------------- /doc/reference/src/images/vsnet-nh-sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/vsnet-nh-sln.png -------------------------------------------------------------------------------- /doc/reference/src/images/vsnet-solution-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/vsnet-solution-templates.png -------------------------------------------------------------------------------- /doc/reference/src/images/vsnet-web-sln.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/vsnet-web-sln.png -------------------------------------------------------------------------------- /doc/reference/src/images/web-exporter-calc-svc-aop-add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/web-exporter-calc-svc-aop-add.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/web-exporter-calc-svc-aop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/web-exporter-calc-svc-aop.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/web-exporter-calc-svc-main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/web-exporter-calc-svc-main.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/web-exporter-calc-svc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/web-exporter-calc-svc.jpg -------------------------------------------------------------------------------- /doc/reference/src/images/xdev-spring_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/images/xdev-spring_logo.jpg -------------------------------------------------------------------------------- /doc/reference/src/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/index.xml -------------------------------------------------------------------------------- /doc/reference/src/preface.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/preface.xml -------------------------------------------------------------------------------- /doc/reference/src/quick-tour.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/quick-tour.xml -------------------------------------------------------------------------------- /doc/reference/src/sample-apps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/sample-apps.xml -------------------------------------------------------------------------------- /doc/reference/src/si-amqp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/si-amqp.xml -------------------------------------------------------------------------------- /doc/reference/src/styles/html.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/doc/reference/src/styles/html.css -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/license.txt -------------------------------------------------------------------------------- /packages/Common.Logging.2.1.1/Common.Logging.2.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Common.Logging.2.1.1/Common.Logging.2.1.1.nupkg -------------------------------------------------------------------------------- /packages/Common.Logging.2.1.1/lib/net35/Common.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Common.Logging.2.1.1/lib/net35/Common.Logging.dll -------------------------------------------------------------------------------- /packages/Common.Logging.2.1.1/lib/net40/Common.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Common.Logging.2.1.1/lib/net40/Common.Logging.dll -------------------------------------------------------------------------------- /packages/Erlang.NET.0.9.6/Erlang.NET.0.9.6.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Erlang.NET.0.9.6/Erlang.NET.0.9.6.nupkg -------------------------------------------------------------------------------- /packages/Erlang.NET.0.9.6/lib/net20/Erlang.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Erlang.NET.0.9.6/lib/net20/Erlang.XML -------------------------------------------------------------------------------- /packages/Erlang.NET.0.9.6/lib/net20/Erlang.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Erlang.NET.0.9.6/lib/net20/Erlang.dll -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/License.txt -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/Moq.4.0.10827.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/Moq.4.0.10827.nupkg -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/Moq.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/Moq.chm -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET35/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET35/Moq.dll -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET35/Moq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET35/Moq.pdb -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET35/Moq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET35/Moq.xml -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET40/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET40/Moq.dll -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET40/Moq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET40/Moq.pdb -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/NET40/Moq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/NET40/Moq.xml -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/Silverlight4/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/Silverlight4/Castle.Core.dll -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.dll -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.pdb -------------------------------------------------------------------------------- /packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Moq.4.0.10827/lib/Silverlight4/Moq.Silverlight.xml -------------------------------------------------------------------------------- /packages/NUnit.2.6.2/NUnit.2.6.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg -------------------------------------------------------------------------------- /packages/NUnit.2.6.2/NUnit.2.6.2.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec -------------------------------------------------------------------------------- /packages/NUnit.2.6.2/lib/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/NUnit.2.6.2/lib/nunit.framework.dll -------------------------------------------------------------------------------- /packages/NUnit.2.6.2/lib/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/NUnit.2.6.2/lib/nunit.framework.xml -------------------------------------------------------------------------------- /packages/NUnit.2.6.2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/NUnit.2.6.2/license.txt -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.4.5.10/lib/sl4/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Newtonsoft.Json.4.5.10/lib/sl4/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /packages/Newtonsoft.Json.4.5.10/lib/sl4/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Newtonsoft.Json.4.5.10/lib/sl4/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /packages/RabbitMQ.Client.2.8.7/RabbitMQ.Client.2.8.7.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/RabbitMQ.Client.2.8.7/RabbitMQ.Client.2.8.7.nupkg -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/Spring.Aop.1.3.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/Spring.Aop.1.3.2.nupkg -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.dll -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.pdb -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net11/Spring.Aop.xml -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.dll -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.pdb -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net20/Spring.Aop.xml -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.dll -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.pdb -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net30/Spring.Aop.xml -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.dll -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.pdb -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net35/Spring.Aop.xml -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.dll -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.pdb -------------------------------------------------------------------------------- /packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Aop.1.3.2/lib/net40/Spring.Aop.xml -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/Spring.Core.1.3.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/Spring.Core.1.3.2.nupkg -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net11/Spring.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net11/Spring.Core.dll -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net11/Spring.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net11/Spring.Core.pdb -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net11/Spring.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net11/Spring.Core.xml -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net20/Spring.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net20/Spring.Core.dll -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net20/Spring.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net20/Spring.Core.pdb -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net20/Spring.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net20/Spring.Core.xml -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net30/Spring.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net30/Spring.Core.dll -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net30/Spring.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net30/Spring.Core.pdb -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net30/Spring.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net30/Spring.Core.xml -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net35/Spring.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net35/Spring.Core.dll -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net35/Spring.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net35/Spring.Core.pdb -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net35/Spring.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net35/Spring.Core.xml -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net40/Spring.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net40/Spring.Core.dll -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net40/Spring.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net40/Spring.Core.pdb -------------------------------------------------------------------------------- /packages/Spring.Core.1.3.2/lib/net40/Spring.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Core.1.3.2/lib/net40/Spring.Core.xml -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/Spring.Data.1.3.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/Spring.Data.1.3.2.nupkg -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net11/Spring.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net11/Spring.Data.dll -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net11/Spring.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net11/Spring.Data.pdb -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net11/Spring.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net11/Spring.Data.xml -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net20/Spring.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net20/Spring.Data.dll -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net20/Spring.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net20/Spring.Data.pdb -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net20/Spring.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net20/Spring.Data.xml -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net30/Spring.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net30/Spring.Data.dll -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net30/Spring.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net30/Spring.Data.pdb -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net30/Spring.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net30/Spring.Data.xml -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net35/Spring.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net35/Spring.Data.dll -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net35/Spring.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net35/Spring.Data.pdb -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net35/Spring.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net35/Spring.Data.xml -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net40/Spring.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net40/Spring.Data.dll -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net40/Spring.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net40/Spring.Data.pdb -------------------------------------------------------------------------------- /packages/Spring.Data.1.3.2/lib/net40/Spring.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/Spring.Data.1.3.2/lib/net40/Spring.Data.xml -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/1.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/1.0/log4net.dll -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/1.0/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/1.0/log4net.xml -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/1.1/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/1.1/log4net.dll -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/1.1/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/1.1/log4net.xml -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/2.0/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/2.0/log4net.dll -------------------------------------------------------------------------------- /packages/log4net.1.2.10/lib/2.0/log4net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/lib/2.0/log4net.xml -------------------------------------------------------------------------------- /packages/log4net.1.2.10/log4net.1.2.10.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/log4net.1.2.10/log4net.1.2.10.nupkg -------------------------------------------------------------------------------- /packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/packages/repositories.config -------------------------------------------------------------------------------- /setup/Spring.Erlang.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/setup/Spring.Erlang.nuspec -------------------------------------------------------------------------------- /setup/Spring.Messaging.Amqp.Rabbit.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/setup/Spring.Messaging.Amqp.Rabbit.nuspec -------------------------------------------------------------------------------- /setup/Spring.Messaging.Amqp.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/setup/Spring.Messaging.Amqp.nuspec -------------------------------------------------------------------------------- /spec/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/spec/build.bat -------------------------------------------------------------------------------- /src/CommonAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/CommonAssemblyInfo.cs -------------------------------------------------------------------------------- /src/CommonAssemblyInfo.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/CommonAssemblyInfo.cs.template -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/ConnectionFactoryUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/ConnectionFactoryUtils.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/ConnectionParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/ConnectionParameters.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/DefaultConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/DefaultConnection.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/IConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/IConnection.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/IConnectionFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/IConnectionFactory.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/IConnectionProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/IConnectionProxy.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/SimpleConnectionFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/SimpleConnectionFactory.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Connection/SingleConnectionFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Connection/SingleConnectionFactory.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Core/Application.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Core/Application.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Core/ConnectionCallbackDelegate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Core/ConnectionCallbackDelegate.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Core/ErlangTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Core/ErlangTemplate.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Core/IErlangOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Core/IErlangOperations.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Core/Node.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Core/Node.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/ErlangBadRpcException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/ErlangBadRpcException.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/ErlangErrorRpcException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/ErlangErrorRpcException.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/OtpIOException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/OtpIOException.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Spring.Erlang.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Spring.Erlang.2010.csproj -------------------------------------------------------------------------------- /src/Spring.Erlang/Support/Converter/IErlangConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Support/Converter/IErlangConverter.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Support/ErlangAccessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Support/ErlangAccessor.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/Support/ErlangUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/Support/ErlangUtils.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/UncategorizedOtpException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/UncategorizedOtpException.cs -------------------------------------------------------------------------------- /src/Spring.Erlang/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Erlang/packages.config -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit.Admin/Admin/QueueInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit.Admin/Admin/QueueInfo.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit.Admin/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit.Admin/packages.config -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/.gitignore: -------------------------------------------------------------------------------- 1 | /*.csproj.user 2 | -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Config/AdminParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Config/AdminParser.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Config/NamespaceUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Config/NamespaceUtils.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Config/QueueParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Config/QueueParser.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Config/TemplateParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Config/TemplateParser.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Config/spring-rabbit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Config/spring-rabbit.gif -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Connection/IConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Connection/IConnection.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Connection/RabbitUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Connection/RabbitUtils.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/IChannelCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/IChannelCallback.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/IConfirmCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/IConfirmCallback.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/IRabbitOperations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/IRabbitOperations.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/IReturnCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/IReturnCallback.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/RabbitAdmin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/RabbitAdmin.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Core/RabbitTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Core/RabbitTemplate.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Retry/IMessageRecoverer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Retry/IMessageRecoverer.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Support/CorrelationData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Support/CorrelationData.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Support/DateExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Support/DateExtensions.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/Support/PendingConfirm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/Support/PendingConfirm.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp.Rabbit/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp.Rabbit/packages.config -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/AmqpConnectException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/AmqpConnectException.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/AmqpException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/AmqpException.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/AmqpIOException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/AmqpIOException.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/AmqpIllegalStateException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/AmqpIllegalStateException.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/AbstractExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/AbstractExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/AcknowledgeMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/AcknowledgeMode.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/Address.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/Address.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/AnonymousQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/AnonymousQueue.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/Binding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/Binding.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/BindingBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/BindingBuilder.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/CustomExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/CustomExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/DirectExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/DirectExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/ExchangeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/ExchangeType.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/FanoutExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/FanoutExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/FederatedExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/FederatedExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/HeadersExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/HeadersExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/IAmqpAdmin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/IAmqpAdmin.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/IAmqpTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/IAmqpTemplate.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/IExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/IExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/IMessageListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/IMessageListener.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/IMessagePostProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/IMessagePostProcessor.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/Message.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/Message.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/MessageDeliveryMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/MessageDeliveryMode.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/MessageProperties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/MessageProperties.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/Queue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/Queue.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/TopicExchange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/TopicExchange.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Core/UniquelyNamedQueue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Core/UniquelyNamedQueue.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Spring.Messaging.Amqp.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Spring.Messaging.Amqp.2010.csproj -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Support/Converter/ITypeMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Support/Converter/ITypeMapper.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Support/DictionaryExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Support/DictionaryExtensions.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/UncategorizedAmqpException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/UncategorizedAmqpException.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/Utils/SerializationUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/Utils/SerializationUtils.cs -------------------------------------------------------------------------------- /src/Spring.Messaging.Amqp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/src/Spring.Messaging.Amqp/packages.config -------------------------------------------------------------------------------- /test/Spring.Erlang.Tests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Erlang.Tests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Spring.Erlang.Tests/Spring.Erlang.Tests.2010.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Erlang.Tests/Spring.Erlang.Tests.2010.csproj -------------------------------------------------------------------------------- /test/Spring.Erlang.Tests/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Erlang.Tests/packages.config -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Admin.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Admin.Tests/App.config -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Tests/App.config -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Tests/Core/Producer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Tests/Core/Producer.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Tests/Core/QueueUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Tests/Core/QueueUtils.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Tests/Test/BrokerPanic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Tests/Test/BrokerPanic.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Rabbit.Tests/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Rabbit.Tests/packages.config -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | /obj/ 3 | -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/App.config -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/Core/AddressTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/Core/AddressTests.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/Core/MessageTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/Core/MessageTests.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/Test/TestCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/Test/TestCategory.cs -------------------------------------------------------------------------------- /test/Spring.Messaging.Amqp.Tests/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/test/Spring.Messaging.Amqp.Tests/packages.config -------------------------------------------------------------------------------- /tools/NAnt/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/COPYING.txt -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.CompressionTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.CompressionTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.CompressionTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.CompressionTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.Core.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.Core.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.DotNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.DotNetTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.DotNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.DotNetTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.MSNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.MSNetTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.MSNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.MSNetTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit1Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit1Tasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit1Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit1Tasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit2Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit2Tasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.NUnit2Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.NUnit2Tasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.SourceControlTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.SourceControlTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.SourceControlTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.SourceControlTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.VSNetTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.VSNetTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.VSNetTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.VSNetTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.VisualCppTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.VisualCppTasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.VisualCppTasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.VisualCppTasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.Win32Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.Win32Tasks.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.Win32Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.Win32Tasks.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.exe -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.exe.config -------------------------------------------------------------------------------- /tools/NAnt/bin/NAnt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NAnt.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/NDoc.Documenter.NAnt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/NDoc.Documenter.NAnt.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/extensions/common/2.0/NAnt.MSBuild.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/extensions/common/2.0/NAnt.MSBuild.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/extensions/common/2.0/NAnt.MSBuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/extensions/common/2.0/NAnt.MSBuild.xml -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/1.1/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/1.1/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/1.1/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/1.1/nunit-console.exe -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/1.1/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/1.1/nunit.core.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/1.1/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/1.1/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/1.1/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/1.1/nunit.util.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/2.0/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/2.0/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/2.0/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/2.0/nunit-console.exe -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/2.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/2.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/2.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/2.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/2.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/2.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/neutral/NDoc.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/neutral/NDoc.Core.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/neutral/NDoc.Documenter.Msdn.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/neutral/NDoc.Documenter.Msdn.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/neutral/NDoc.ExtendedUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/neutral/NDoc.ExtendedUI.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/common/neutral/NUnitCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/common/neutral/NUnitCore.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/net/1.0/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/net/1.0/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/net/1.0/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/net/1.0/nunit-console.exe -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/net/1.0/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/net/1.0/nunit.core.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/net/1.0/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/net/1.0/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/lib/net/1.0/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/lib/net/1.0/nunit.util.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/log4net.dll -------------------------------------------------------------------------------- /tools/NAnt/bin/scvs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NAnt/bin/scvs.exe -------------------------------------------------------------------------------- /tools/NCover/CoverLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/CoverLib.dll -------------------------------------------------------------------------------- /tools/NCover/Coverage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/Coverage.xsl -------------------------------------------------------------------------------- /tools/NCover/MSVCP80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/MSVCP80.dll -------------------------------------------------------------------------------- /tools/NCover/MSVCR80.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/MSVCR80.dll -------------------------------------------------------------------------------- /tools/NCover/Microsoft.VC80.CRT.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/Microsoft.VC80.CRT.manifest -------------------------------------------------------------------------------- /tools/NCover/NCover.Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/NCover.Console.exe -------------------------------------------------------------------------------- /tools/NCover/NCover.Console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/NCover.Console.exe.config -------------------------------------------------------------------------------- /tools/NCover/NCover.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/NCover.Framework.dll -------------------------------------------------------------------------------- /tools/NCover/NCoverFAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCover/NCoverFAQ.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproEULA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ActiproEULA.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproSoftware.Shared.Net11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ActiproSoftware.Shared.Net11.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproSoftware.SyntaxEditor.Net11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ActiproSoftware.SyntaxEditor.Net11.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/ActiproSoftware.WinUICore.Net11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ActiproSoftware.WinUICore.Net11.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/CommandBars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/CommandBars.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/ConsoleConfig.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ConsoleConfig.xsd -------------------------------------------------------------------------------- /tools/NCoverExplorer/ConsoleExample.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/ConsoleExample.config -------------------------------------------------------------------------------- /tools/NCoverExplorer/CoverageReport.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/CoverageReport.xsl -------------------------------------------------------------------------------- /tools/NCoverExplorer/CoverageReport.xsl.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/CoverageReport.xsl.original -------------------------------------------------------------------------------- /tools/NCoverExplorer/LicencePersonal.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/LicencePersonal.rtf -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.Console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.Console.exe -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.Core.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.NAntTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.NAntTasks.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.NCoverRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.NCoverRunner.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.WinForms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.WinForms.dll -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.exe -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorer.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorer.exe.config -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorerFAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorerFAQ.html -------------------------------------------------------------------------------- /tools/NCoverExplorer/NCoverExplorerReleaseNotes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NCoverExplorer/NCoverExplorerReleaseNotes.html -------------------------------------------------------------------------------- /tools/NUnit/Logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/Logo.ico -------------------------------------------------------------------------------- /tools/NUnit/bin/NUnitFitTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/NUnitFitTests.html -------------------------------------------------------------------------------- /tools/NUnit/bin/NUnitTests.VisualState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/NUnitTests.VisualState.xml -------------------------------------------------------------------------------- /tools/NUnit/bin/NUnitTests.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/NUnitTests.config -------------------------------------------------------------------------------- /tools/NUnit/bin/NUnitTests.nunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/NUnitTests.nunit -------------------------------------------------------------------------------- /tools/NUnit/bin/agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/agent.conf -------------------------------------------------------------------------------- /tools/NUnit/bin/agent.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/agent.log.conf -------------------------------------------------------------------------------- /tools/NUnit/bin/framework/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/framework/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/framework/nunit.framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/framework/nunit.framework.xml -------------------------------------------------------------------------------- /tools/NUnit/bin/framework/nunit.mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/framework/nunit.mocks.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/framework/pnunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/framework/pnunit.framework.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/launcher.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/launcher.log.conf -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Ellipsis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Ellipsis.gif -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Circles/Failure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Circles/Failure.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Circles/Ignored.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Circles/Ignored.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Circles/Inconclusive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Circles/Inconclusive.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Circles/Skipped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Circles/Skipped.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Circles/Success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Circles/Success.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Classic/Failure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Classic/Failure.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Classic/Ignored.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Classic/Ignored.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Classic/Inconclusive.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Classic/Inconclusive.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Classic/Skipped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Classic/Skipped.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Classic/Success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Classic/Success.jpg -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Default/Failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Default/Failure.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Default/Ignored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Default/Ignored.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Default/Inconclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Default/Inconclusive.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Default/Skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Default/Skipped.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Default/Success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Default/Success.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Visual Studio/Failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Visual Studio/Failure.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Visual Studio/Ignored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Visual Studio/Ignored.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Visual Studio/Skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Visual Studio/Skipped.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/Tree/Visual Studio/Success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/Tree/Visual Studio/Success.png -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/pinned.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/pinned.gif -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Images/unpinned.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Images/unpinned.gif -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/NSubstitute.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/NSubstitute.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/NSubstitute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/NSubstitute.xml -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Rhino.Mocks.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/Rhino.Mocks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/Rhino.Mocks.xml -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/log4net.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit-console-runner.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit-gui-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit-gui-runner.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit.core.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit.core.interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit.core.interfaces.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit.uiexception.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit.uiexception.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit.uikit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit.uikit.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/lib/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/lib/nunit.util.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-agent-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-agent-x86.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-agent-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-agent-x86.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-agent.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-agent.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-console-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-console-x86.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-console-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-console-x86.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-console.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-console.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-editor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-editor.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-x86.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit-x86.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit-agent.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit-agent.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit-launcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit-launcher.exe -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit-launcher.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit-launcher.exe.config -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit.framework.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/pnunit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/pnunit.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/runpnunit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/runpnunit.bat -------------------------------------------------------------------------------- /tools/NUnit/bin/test.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/test.conf -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/mock-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/mock-assembly.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nonamespace-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nonamespace-assembly.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit-console.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit-console.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit-editor.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit-editor.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit-gui.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit-gui.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.core.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.core.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.framework.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.framework.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.framework.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.mocks.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.mocks.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.uiexception.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.uiexception.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.uikit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.uikit.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/nunit.util.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/nunit.util.tests.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/test-assembly.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/test-assembly.dll -------------------------------------------------------------------------------- /tools/NUnit/bin/tests/test-utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/bin/tests/test-utilities.dll -------------------------------------------------------------------------------- /tools/NUnit/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NUnit/license.txt -------------------------------------------------------------------------------- /tools/NuGet/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/NuGet/NuGet.exe -------------------------------------------------------------------------------- /tools/StyleCop/Docs/StyleCop.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/Docs/StyleCop.chm -------------------------------------------------------------------------------- /tools/StyleCop/StyleCop.CSharp.Rules.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCop.CSharp.Rules.dll -------------------------------------------------------------------------------- /tools/StyleCop/StyleCop.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCop.CSharp.dll -------------------------------------------------------------------------------- /tools/StyleCop/StyleCop.Targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCop.Targets -------------------------------------------------------------------------------- /tools/StyleCop/StyleCop.VSPackage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCop.VSPackage.dll -------------------------------------------------------------------------------- /tools/StyleCop/StyleCop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCop.dll -------------------------------------------------------------------------------- /tools/StyleCop/StyleCopSettingsEditor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/StyleCop/StyleCopSettingsEditor.exe -------------------------------------------------------------------------------- /tools/Versions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spring-attic/spring-net-amqp/HEAD/tools/Versions.txt --------------------------------------------------------------------------------