Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFF7318BB2 for ; Wed, 24 Jun 2015 08:05:42 +0000 (UTC) Received: (qmail 51276 invoked by uid 500); 24 Jun 2015 08:05:42 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 51223 invoked by uid 500); 24 Jun 2015 08:05:42 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 51163 invoked by uid 99); 24 Jun 2015 08:05:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 08:05:42 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 Jun 2015 08:03:26 +0000 Received: (qmail 50020 invoked by uid 99); 24 Jun 2015 08:05:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 08:05:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 169BBE35D1; Wed, 24 Jun 2015 08:05:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.incubator.apache.org Date: Wed, 24 Jun 2015 08:05:16 -0000 Message-Id: <14f0fbd67c1e4bcc90d511056d9329eb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/22] incubator-brooklyn git commit: merge the two assembly xml files in the dist (DRY) X-Virus-Checked: Checked by ClamAV on apache.org merge the two assembly xml files in the dist (DRY) Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b12ebb40 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b12ebb40 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b12ebb40 Branch: refs/heads/master Commit: b12ebb40fa0d3c580489c4e0fd93d1537b3c401f Parents: 1744fbf Author: Alex Heneveld Authored: Mon Jun 15 11:48:59 2015 +0100 Committer: Alex Heneveld Committed: Wed Jun 24 00:40:32 2015 -0700 ---------------------------------------------------------------------- usage/dist/pom.xml | 12 ++- .../main/config/build-distribution-archive.xml | 90 -------------------- .../src/main/config/build-distribution-dir.xml | 90 -------------------- .../dist/src/main/config/build-distribution.xml | 87 +++++++++++++++++++ 4 files changed, 97 insertions(+), 182 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b12ebb40/usage/dist/pom.xml ---------------------------------------------------------------------- diff --git a/usage/dist/pom.xml b/usage/dist/pom.xml index 2fc5268..173dda4 100644 --- a/usage/dist/pom.xml +++ b/usage/dist/pom.xml @@ -84,9 +84,13 @@ true - src/main/config/build-distribution-dir.xml + src/main/config/build-distribution.xml brooklyn + false + + dir + @@ -98,9 +102,13 @@ true - src/main/config/build-distribution-archive.xml + src/main/config/build-distribution.xml brooklyn-${project.version} + + tar.gz + zip + http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b12ebb40/usage/dist/src/main/config/build-distribution-archive.xml ---------------------------------------------------------------------- diff --git a/usage/dist/src/main/config/build-distribution-archive.xml b/usage/dist/src/main/config/build-distribution-archive.xml deleted file mode 100644 index e02cc44..0000000 --- a/usage/dist/src/main/config/build-distribution-archive.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - dist - - tar.gz - zip - - - - ${project.basedir}/../.. - / - 0644 - 0755 - - README* - DISCLAIMER* - - - - ${project.basedir}/src/main/license - / - 0644 - 0755 - - - ${project.basedir}/src/main/dist/bin - /bin - 0755 - 0755 - - - - ${project.basedir}/src/main/dist - /lib/dropins - 0755 - - **/* - - - - - ${project.basedir}/src/main/dist - /lib/patch - 0755 - - **/* - - - - ${project.basedir}/src/main/dist - / - 0644 - 0755 - - bin/* - - - - - - - - false - /lib/brooklyn - 0644 - 0755 - ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} - - - http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b12ebb40/usage/dist/src/main/config/build-distribution-dir.xml ---------------------------------------------------------------------- diff --git a/usage/dist/src/main/config/build-distribution-dir.xml b/usage/dist/src/main/config/build-distribution-dir.xml deleted file mode 100644 index c8c238f..0000000 --- a/usage/dist/src/main/config/build-distribution-dir.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - dist - false - - dir - - - - ${project.basedir}/../.. - / - 0644 - 0755 - - README* - DISCLAIMER* - - - - ${project.basedir}/src/main/license - / - 0644 - 0755 - - - ${project.basedir}/src/main/dist/bin - /bin - 0755 - 0755 - - - - ${project.basedir}/src/main/dist - /lib/dropins - 0755 - - **/* - - - - - ${project.basedir}/src/main/dist - /lib/patch - 0755 - - **/* - - - - ${project.basedir}/src/main/dist - / - 0644 - 0755 - - bin/* - - - - - - - - false - /lib/brooklyn - 0644 - 0755 - ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} - - - http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b12ebb40/usage/dist/src/main/config/build-distribution.xml ---------------------------------------------------------------------- diff --git a/usage/dist/src/main/config/build-distribution.xml b/usage/dist/src/main/config/build-distribution.xml new file mode 100644 index 0000000..9398150 --- /dev/null +++ b/usage/dist/src/main/config/build-distribution.xml @@ -0,0 +1,87 @@ + + + + dist + + + + ${project.basedir}/../.. + / + 0644 + 0755 + + README* + DISCLAIMER* + + + + ${project.basedir}/src/main/license + / + 0644 + 0755 + + + ${project.basedir}/src/main/dist/bin + /bin + 0755 + 0755 + + + + ${project.basedir}/src/main/dist + /lib/dropins + 0755 + + **/* + + + + + ${project.basedir}/src/main/dist + /lib/patch + 0755 + + **/* + + + + ${project.basedir}/src/main/dist + / + 0644 + 0755 + + bin/* + + + + + + + + false + /lib/brooklyn + 0644 + 0755 + ${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension} + + +