Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B21B105AB for ; Fri, 2 Jan 2015 08:25:47 +0000 (UTC) Received: (qmail 36829 invoked by uid 500); 2 Jan 2015 08:25:36 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 36683 invoked by uid 500); 2 Jan 2015 08:25:36 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 36505 invoked by uid 99); 2 Jan 2015 08:25:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2015 08:25:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 390A5A3C3C7; Fri, 2 Jan 2015 08:25:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andytaylor@apache.org To: commits@activemq.apache.org Date: Fri, 02 Jan 2015 08:25:37 -0000 Message-Id: <1a909a190e604713b1ccde9349b7f585@git.apache.org> In-Reply-To: <7b879895003841a185d992260fd8350a@git.apache.org> References: <7b879895003841a185d992260fd8350a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] activemq-6 git commit: ACTIVEMQ6-11 Fix the distribution build ACTIVEMQ6-11 Fix the distribution build Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/edd5adda Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/edd5adda Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/edd5adda Branch: refs/heads/master Commit: edd5adda7d1e40c720d51b750557d712bfc87230 Parents: f0d1881 Author: jbertram Authored: Fri Dec 19 16:59:24 2014 -0600 Committer: jbertram Committed: Wed Dec 31 11:07:19 2014 -0600 ---------------------------------------------------------------------- activemq-native/pom.xml | 10 +- distribution/activemq/pom.xml | 43 ++--- distribution/activemq/src/main/assembly/dep.xml | 159 ++++++++++--------- .../main/resources/config/logging.properties | 2 +- pom.xml | 5 - 5 files changed, 120 insertions(+), 99 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/edd5adda/activemq-native/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-native/pom.xml b/activemq-native/pom.xml index 22a9515..0d3d67c 100644 --- a/activemq-native/pom.xml +++ b/activemq-native/pom.xml @@ -29,7 +29,9 @@ maven-resources-plugin - + + copy-resources-64 validate @@ -59,7 +61,7 @@ bin/ - libActiveMQAIO64.so + libactivemqAIO64.so http://git-wip-us.apache.org/repos/asf/activemq-6/blob/edd5adda/distribution/activemq/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index e99e202..0be0644 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -33,6 +33,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema src/main/resources/config + ${project.basedir}/../.. @@ -117,17 +118,32 @@ activemq-openwire-protocol ${project.version} - - org.apache.activemq - activemq-native - ${project.version} - + + org.apache.activemq + activemq-native + ${project.version} + + + org.apache.activemq + activemq-website + ${project.version} + + + org.apache.activemq + activemq-website + ${project.version} + javadoc + - - org.apache.qpid - proton-jms - + + org.jboss.logmanager + jboss-logmanager + + + org.apache.qpid + proton-jms + io.airlift airline @@ -137,15 +153,6 @@ activemq-client - org.apache.activemq - activemq-client - - - org.apache.activemq - activemq-website - 6.0.0-SNAPSHOT - - org.eclipse.jetty.aggregate jetty-all-server http://git-wip-us.apache.org/repos/asf/activemq-6/blob/edd5adda/distribution/activemq/src/main/assembly/dep.xml ---------------------------------------------------------------------- diff --git a/distribution/activemq/src/main/assembly/dep.xml b/distribution/activemq/src/main/assembly/dep.xml index 20770c0..25bc7d1 100644 --- a/distribution/activemq/src/main/assembly/dep.xml +++ b/distribution/activemq/src/main/assembly/dep.xml @@ -15,27 +15,44 @@ ~ limitations under the License. --> - + - bin - - dir - zip - tar.gz - - true + bin + + dir + zip + tar.gz + + true - org.apache.activemq:* + org.apache.activemq:activemq-bootstrap + org.apache.activemq:activemq-commons + org.apache.activemq:activemq-core-client + org.apache.activemq:activemq-dto + org.apache.activemq:activemq-jms-client + org.apache.activemq:activemq-jms-server + org.apache.activemq:activemq-journal + org.apache.activemq:activemq-native + org.apache.activemq:activemq-amqp-protocol + org.apache.activemq:activemq-openwire-protocol + org.apache.activemq:activemq-proton-plug + org.apache.activemq:activemq-stomp-protocol + org.apache.activemq:activemq-ra + org.apache.activemq:activemq-selector + org.apache.activemq:activemq-server + org.apache.activemq:activemq-service-extensions + org.apache.activemq:activemq-tools + org.apache.activemq:activemq-web org.apache.activemq.rest:activemq-rest org.jboss.spec.javax.jms:jboss-jms-api_2.0_spec org.jboss.logmanager:jboss-logmanager org.jboss.logging:jboss-logging - org.jboss:jboss-common-core io.netty:netty-all org.apache.qpid:proton-j org.apache.qpid:proton-jms @@ -47,9 +64,9 @@ org.eclipse.jetty.aggregate:jetty-all-server org.apache.geronimo.specs:geronimo-servlet_3.0_spec - - org.apache.activemq:activemq-website - + lib false @@ -66,63 +83,63 @@ - - - org.apache.activemq:activemq-website - - - org.apache.activemq:activemq-website:jar:javadoc - - web - true - - - - org.apache.activemq:activemq-website:jar:javadoc - - web/api - true - - - - org.jolokia:jolokia-war:war - - web - false - + + + org.apache.activemq:activemq-website + + + org.apache.activemq:activemq-website:jar:javadoc + + web + true + + + + org.apache.activemq:activemq-website:jar:javadoc + + web/api + true + + + + org.jolokia:jolokia-war:war + + web + false + - - - ../../activemq-server/src/main/resources/schema/ - schema - keep - - - ../../activemq-jms-server/src/main/resources/schema/ - schema - keep - - - - src/main/resources - / - keep - - **/target/** - **/**/*.iml - **/**/*.dat - - - - ../../examples - web/examples - keep - - **/target/** - **/**/*.iml - **/**/*.dat - - - + + + ${activemq.basedir}/activemq-server/src/main/resources/schema/ + schema + keep + + + ${activemq.basedir}/activemq-jms-server/src/main/resources/schema/ + schema + keep + + + + src/main/resources + / + keep + + **/target/** + **/**/*.iml + **/**/*.dat + + + + ${activemq.basedir}/examples + web/examples + keep + + **/target/** + **/**/*.iml + **/**/*.dat + + + http://git-wip-us.apache.org/repos/asf/activemq-6/blob/edd5adda/distribution/activemq/src/main/resources/config/logging.properties ---------------------------------------------------------------------- diff --git a/distribution/activemq/src/main/resources/config/logging.properties b/distribution/activemq/src/main/resources/config/logging.properties index 39d42fa..f566d36 100644 --- a/distribution/activemq/src/main/resources/config/logging.properties +++ b/distribution/activemq/src/main/resources/config/logging.properties @@ -42,7 +42,7 @@ handler.FILE=org.jboss.logmanager.handlers.FileHandler handler.FILE.level=DEBUG handler.FILE.properties=autoFlush,fileName handler.FILE.autoFlush=true -handler.FILE.fileName=${actviemq.home}/logs/activemq.log +handler.FILE.fileName=${activemq.home}/logs/activemq.log handler.FILE.formatter=PATTERN # Formatter pattern configuration http://git-wip-us.apache.org/repos/asf/activemq-6/blob/edd5adda/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2e1c416..4dadcf6 100644 --- a/pom.xml +++ b/pom.xml @@ -219,11 +219,6 @@ geronimo-jta_1.1_spec 1.1.1 - - org.apache.geronimo.specs - geronimo-jta_1.1_spec - 1.1.1 -