DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
diff --git a/qpid/java/common/build-generate-sources.xml b/qpid/java/common/build-generate-sources.xml index d5a28e3..05eaed5 100644 --- a/qpid/java/common/build-generate-sources.xml +++ b/qpid/java/common/build-generate-sources.xml @@ -32,8 +32,8 @@ <istrue value="${generate}"/> </condition> - <property name="mllib.dir" value="${basedir}/../../python"/> - <property name="xml.spec.dir" value="${basedir}/../../specs"/> + <property name="mllib.dir" value="${basedir}"/> + <property name="xml.spec.dir" value="${basedir}/../specs"/> <property name="xml.spec.0-10" value="amqp.0-10-qpid-errata.stripped.xml"/> |
...