summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-10-10 13:44:19 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-10-10 13:44:19 +0000
commit93ee9da6ee837784d31456343c0553188f0e3439 (patch)
tree3475dac82487d42663a0edadb042e51dc9bb9d45
parent7561e292a40ad8cc07ed666a08edde1f480f498b (diff)
downloadqpid-python-93ee9da6ee837784d31456343c0553188f0e3439.tar.gz
QPID-1346: Updated build script
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703477 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/dotnet/client-010/default.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/dotnet/client-010/default.build b/qpid/dotnet/client-010/default.build
index 1e49cb31a2..ee3e9387f9 100644
--- a/qpid/dotnet/client-010/default.build
+++ b/qpid/dotnet/client-010/default.build
@@ -161,6 +161,8 @@
<!-- copy reference assemblies over to the output dir -->
<copy todir="${build.dir}" file="lib/log4net/log4net.dll"/>
<copy todir="${build.dir}" file="lib/nunit/nunit.framework.dll"/>
+ <copy todir="${build.dir}" file="lib/plossum/C5.dll"/>
+ <copy todir="${build.dir}" file="lib/plossum/Plossum CommandLine.dll"/>
<!-- Compile assemblies. -->
<nant target="build">