diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-20 13:59:54 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-20 13:59:54 +0000 |
commit | bcd011a10c0db4ffc6f78380c548d673e270e000 (patch) | |
tree | ae6961f122221a7ce574e10895be8abcca044f12 /Final/dotnet/TestClient/Program.cs | |
parent | 5b7a0ca8896f20c85f176cd178735554833bcefc (diff) | |
download | qpid-python-bcd011a10c0db4ffc6f78380c548d673e270e000.tar.gz |
backing up the previous tag
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@596673 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, 0 insertions, 10 deletions
diff --git a/Final/dotnet/TestClient/Program.cs b/Final/dotnet/TestClient/Program.cs deleted file mode 100644 index 4c39638eb3..0000000000 --- a/Final/dotnet/TestClient/Program.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace TopicListener
-{
- class Program
- {
- static void Main(string[] args)
- {
- Apache.Qpid.Client.Tests.interop.TestClient.Main(args);
- }
- }
-}
|