diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
| commit | 51816983faa4ce04c1d49abe600a1a59f01ee6a6 (patch) | |
| tree | c754f3f3c7e0e4fd4ff95edc84f6ac9b53269851 /dotnet/client-010/examples/request-response/verify_python_dotnet | |
| parent | 653bf88ce02d780c35367de3e4c9bb185fa5dd86 (diff) | |
| download | qpid-python-51816983faa4ce04c1d49abe600a1a59f01ee6a6.tar.gz | |
Delete the unlicenced .net client example verification scripts etc which depend on the old Python and Java examples that have previously been deleted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/examples/request-response/verify_python_dotnet')
| -rw-r--r-- | dotnet/client-010/examples/request-response/verify_python_dotnet | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dotnet/client-010/examples/request-response/verify_python_dotnet b/dotnet/client-010/examples/request-response/verify_python_dotnet deleted file mode 100644 index f1b5d662bd..0000000000 --- a/dotnet/client-010/examples/request-response/verify_python_dotnet +++ /dev/null @@ -1,12 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/request-response - -client_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 -} - -background "Request server running" $py/server.py -clients client_dotnet -kill %% -outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid" |
