From 0f1bb4543e7bf03e3f7618216ef2a69919bc60b3 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 29 Sep 2013 17:16:44 +0000 Subject: QPID-5192: make the protocol and logging source generation explicitly triggered by setting -Dgenerate=true. Generate the files directly into the src dir so as to overwrite the previous versions upon request. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527353 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/common/build-generate-sources.xml | 25 ++++++------------------- qpid/java/common/build.xml | 13 +++++++++---- 2 files changed, 15 insertions(+), 23 deletions(-) (limited to 'qpid/java/common') diff --git a/qpid/java/common/build-generate-sources.xml b/qpid/java/common/build-generate-sources.xml index 26adeb6ae7..141d48eeee 100644 --- a/qpid/java/common/build-generate-sources.xml +++ b/qpid/java/common/build-generate-sources.xml @@ -33,6 +33,10 @@ + + + + @@ -46,9 +50,6 @@ - - - @@ -74,13 +75,7 @@ qpid.name=qpid - - - - - - - + @@ -93,7 +88,6 @@ qpid.name=qpid - @@ -105,13 +99,7 @@ qpid.name=qpid - - - - - - - + @@ -121,7 +109,6 @@ qpid.name=qpid - diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml index 4b755cddd4..c2f777b18b 100644 --- a/qpid/java/common/build.xml +++ b/qpid/java/common/build.xml @@ -25,7 +25,11 @@ - + + + + + @@ -36,14 +40,15 @@ - - + + - + + Generating JMS selector sources -- cgit v1.2.1