summaryrefslogtreecommitdiff
path: root/dotnet/client-010
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
commit121cf1ab37ea09b5e3f762a1a909d9c6eb636899 (patch)
tree9090d38059bdfe4303aefdbccd54c9ad41e81322 /dotnet/client-010
parent769ce9e4786cc7cd0356ac97d07231927c783273 (diff)
downloadqpid-python-121cf1ab37ea09b5e3f762a1a909d9c6eb636899.tar.gz
QPID-1346: Updated build script
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010')
-rw-r--r--dotnet/client-010/default.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotnet/client-010/default.build b/dotnet/client-010/default.build
index 1e49cb31a2..ee3e9387f9 100644
--- a/dotnet/client-010/default.build
+++ b/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">