We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4a6cc commit 161a7c2Copy full SHA for 161a7c2
build.xml
@@ -26,7 +26,7 @@
26
<pathelement path="${test.javac.out}"/>
27
</path>
28
29
- <property name="AMQP_SPEC_JSON_PATH" value="${codegen.dir}/amqp-${spec.version}.json ${codegen.dir}/unbind-0.8.json ${codegen.dir}/recover-0.8.json"/>
+ <property name="AMQP_SPEC_JSON_PATH" value="${codegen.dir}/amqp-${spec.version}.json ${codegen.dir}/rabbitmq-0.8-extensions.json"/>
30
31
<target name="amqp-generate-check" description="check if codegen needs to be run">
32
<uptodate property="amqp.generate.notRequired">
0 commit comments