diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-31 18:29:09 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-31 18:29:09 +0000 |
commit | acaf7d59a7c287d0f06a18973b3487a515fa6ff8 (patch) | |
tree | b642d1805bd567a157f390f9766e8246a3af251d /Final/dotnet/TestClient/Program.cs | |
parent | e0651286d49afecdf9fc7daa55f2f5d48c7d33b0 (diff) | |
download | qpid-python-acaf7d59a7c287d0f06a18973b3487a515fa6ff8.tar.gz |
Creating a tag for the latest java RC. This will be promoted as the Final release if the RC is good
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@590781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/dotnet/TestClient/Program.cs')
-rw-r--r-- | Final/dotnet/TestClient/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Final/dotnet/TestClient/Program.cs b/Final/dotnet/TestClient/Program.cs new file mode 100644 index 0000000000..4c39638eb3 --- /dev/null +++ b/Final/dotnet/TestClient/Program.cs @@ -0,0 +1,10 @@ +namespace TopicListener
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
+ }
+ }
+}
|