From 7673f4e000757a72f5da72ba05174ac982f4da8a Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 13 Sep 2007 21:42:57 +0000 Subject: * moved most of the classes in the org.apache.qpidity package to org.apache.qpidity.transport * factored out the network specific pieces into org.apache.qpidity.transport * moved the mina specific code to org.apache.qpidity.transport.network.mina * replaced the handler chain with Sender/Receiver chains that can deal with close request/closed notifications * moved from an anonymous struct[] to a real Header class * removed an excess copy from message data transmit git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@575474 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/common/pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'qpid/java/common/pom.xml') diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index d480aecb1b..25f8550304 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -6,9 +6,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -87,9 +87,11 @@ -Dpython.path=${basedir}/jython-lib.jar/Lib${path.separator}${mllib.dir} ${basedir}/generate ${generated.path} - org.apache.qpidity + org.apache.qpidity.transport ${specs.dir}/amqp.0-10-preview.xml + ${specs.dir}/amqp.0-10-preview.xml + ${generated.path}/generated.timestamp jython @@ -97,8 +99,8 @@ - - + + org.codehaus.mojo javacc-maven-plugin @@ -145,13 +147,13 @@ - + - + commons-configuration commons-configuration @@ -166,14 +168,14 @@ org.slf4j slf4j-api - 1.4.0 + 1.4.0 org.slf4j slf4j-log4j12 1.4.0 - test + test @@ -204,7 +206,7 @@ provided - + org.apache.geronimo.specs geronimo-jms_1.1_spec -- cgit v1.2.1