diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2007-09-13 21:42:57 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2007-09-13 21:42:57 +0000 |
| commit | 7673f4e000757a72f5da72ba05174ac982f4da8a (patch) | |
| tree | 6611d9e060f561781920c92dd8b39b7392fab10f /qpid/java/common/pom.xml | |
| parent | a722b446dd1bd1a1503cf52ce4a73f28eaf4a444 (diff) | |
| download | qpid-python-7673f4e000757a72f5da72ba05174ac982f4da8a.tar.gz | |
* 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
Diffstat (limited to 'qpid/java/common/pom.xml')
| -rw-r--r-- | qpid/java/common/pom.xml | 22 |
1 files changed, 12 insertions, 10 deletions
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 @@ <param>-Dpython.path=${basedir}/jython-lib.jar/Lib${path.separator}${mllib.dir}</param> <param>${basedir}/generate</param> <param>${generated.path}</param> - <param>org.apache.qpidity</param> + <param>org.apache.qpidity.transport</param> <param>${specs.dir}/amqp.0-10-preview.xml</param> </params> + <source>${specs.dir}/amqp.0-10-preview.xml</source> + <timestamp>${generated.path}/generated.timestamp</timestamp> </configuration> <goals> <goal>jython</goal> @@ -97,8 +99,8 @@ </execution> </executions> </plugin> - - <!-- Generates message selector grammar --> + + <!-- Generates message selector grammar --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javacc-maven-plugin</artifactId> @@ -145,13 +147,13 @@ </executions> </plugin> - + </plugins> </build> <dependencies> - <dependency> + <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> </dependency> @@ -166,14 +168,14 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.4.0</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.4.0</version> - <scope>test</scope> + <scope>test</scope> </dependency> <dependency> @@ -204,7 +206,7 @@ <scope>provided</scope> </dependency> <!--- This is used by filter --> - <dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> </dependency> |
