Author: arnaudsimon
Date: Thu Sep 25 06:00:34 2008
New Revision: 698953
URL: http://svn.apache.org/viewvc?rev=698953&view=rev
Log:
QPID-1293: Added missing config file
Added:
incubator/qpid/trunk/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
Added:
incubator/qpid/trunk/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config?rev=698953&view=auto
==============================================================================
---
incubator/qpid/trunk/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
(added)
+++
incubator/qpid/trunk/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
Thu Sep 25 06:00:34 2008
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <appSettings>
+ <add key="Host" value="localhost" />
+ <add key="Port" value="5672" />
+ <add key="VirtualHost" value="test" />
+ <add key="UserName" value="guest" />
+ <add key="Password" value="guest" />
+ </appSettings>
+</configuration>
\ No newline at end of file