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/direct/verify_dotnet_python | |
| 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/direct/verify_dotnet_python')
| -rw-r--r-- | dotnet/client-010/examples/direct/verify_dotnet_python | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dotnet/client-010/examples/direct/verify_dotnet_python b/dotnet/client-010/examples/direct/verify_dotnet_python deleted file mode 100644 index 0c70465bc5..0000000000 --- a/dotnet/client-010/examples/direct/verify_dotnet_python +++ /dev/null @@ -1,10 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/direct - -direct_producer_dotnet() -{ -mono $DOTNET_EXAMPLES/example-direct-Producer.exe localhost 5672 -} - -clients $py/declare_queues.py direct_producer_dotnet $py/direct_consumer.py -outputs $py/declare_queues.py.out ./direct_producer_dotnet.out $py/direct_consumer.py.out |
