summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Common
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Common')
-rw-r--r--dotnet/Qpid.Common/Qpid.Common.csproj2
-rw-r--r--dotnet/Qpid.Common/build.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/dotnet/Qpid.Common/Qpid.Common.csproj b/dotnet/Qpid.Common/Qpid.Common.csproj
index 65d0d87559..0e32e3ba17 100644
--- a/dotnet/Qpid.Common/Qpid.Common.csproj
+++ b/dotnet/Qpid.Common/Qpid.Common.csproj
@@ -110,6 +110,8 @@
<Compile Include="generated\DtxSelectOkBody.cs" />
<Compile Include="generated\DtxStartBody.cs" />
<Compile Include="generated\DtxStartOkBody.cs" />
+ <Compile Include="generated\ExchangeBoundBody.cs" />
+ <Compile Include="generated\ExchangeBoundOkBody.cs" />
<Compile Include="generated\ExchangeDeclareBody.cs" />
<Compile Include="generated\ExchangeDeclareOkBody.cs" />
<Compile Include="generated\ExchangeDeleteBody.cs" />
diff --git a/dotnet/Qpid.Common/build.xml b/dotnet/Qpid.Common/build.xml
index e976859b15..b6a8fb63b9 100644
--- a/dotnet/Qpid.Common/build.xml
+++ b/dotnet/Qpid.Common/build.xml
@@ -21,8 +21,7 @@
<pathconvert targetos="unix" property="amq.home.fixed" refid="amq.home.path"/>
<!-- Some spec changes break the build, reverting to private copy in Qpid.Common temporarily till this is fixed. -->
-<!-- <property name="amq.asl" value="${amq.home.fixed}/specs/amqp.0-8.xml"/> -->
- <property name="amq.asl" value="amqp.xml"/>
+ <property name="amq.asl" value="${amq.home.fixed}/specs/amqp.0-8.xml"/>
<target name="clean" description="Deletes the generated sources.">
<delete>