From 41c444387dd3fb3a5c8ddd7002be621c146609cd Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 10 Mar 2013 22:26:58 +0000 Subject: QPID-4445: make the jar file produced by the JCA module use 'jca' in its name rather than 'ra', add support for generating maven artifacts for the jar and the packaged rar. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1454935 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/build.xml | 80 ++++++++++++++++++---- .../java/jca/example/build-geronimo-properties.xml | 4 +- .../jca/example/build-glassfish-properties.xml | 4 +- qpid/java/jca/example/build-jboss-properties.xml | 4 +- qpid/java/jca/example/build-jboss7-properties.xml | 4 +- 5 files changed, 77 insertions(+), 19 deletions(-) (limited to 'qpid/java/jca') diff --git a/qpid/java/jca/build.xml b/qpid/java/jca/build.xml index 42a19ff83a..7137467e4b 100644 --- a/qpid/java/jca/build.xml +++ b/qpid/java/jca/build.xml @@ -18,26 +18,21 @@ - under the License. - --> - + - - - - - - - - - + + - + + + + @@ -45,7 +40,7 @@ - + @@ -54,7 +49,7 @@ - + @@ -66,7 +61,7 @@ - + @@ -80,4 +75,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/java/jca/example/build-geronimo-properties.xml b/qpid/java/jca/example/build-geronimo-properties.xml index 02ecb53134..a20753117f 100644 --- a/qpid/java/jca/example/build-geronimo-properties.xml +++ b/qpid/java/jca/example/build-geronimo-properties.xml @@ -104,9 +104,11 @@ - + + + diff --git a/qpid/java/jca/example/build-glassfish-properties.xml b/qpid/java/jca/example/build-glassfish-properties.xml index 94c79be931..90561e70cf 100644 --- a/qpid/java/jca/example/build-glassfish-properties.xml +++ b/qpid/java/jca/example/build-glassfish-properties.xml @@ -59,9 +59,11 @@ - + + + diff --git a/qpid/java/jca/example/build-jboss-properties.xml b/qpid/java/jca/example/build-jboss-properties.xml index fd38274630..f79793d9c4 100644 --- a/qpid/java/jca/example/build-jboss-properties.xml +++ b/qpid/java/jca/example/build-jboss-properties.xml @@ -68,9 +68,11 @@ - + + + diff --git a/qpid/java/jca/example/build-jboss7-properties.xml b/qpid/java/jca/example/build-jboss7-properties.xml index 157802cc73..e24719ba8e 100644 --- a/qpid/java/jca/example/build-jboss7-properties.xml +++ b/qpid/java/jca/example/build-jboss7-properties.xml @@ -74,9 +74,11 @@ - + + + -- cgit v1.2.1