You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:43:02 UTC

[3/4] brooklyn-dist git commit: brooklyn-dist should be in a directory named for the current version, not hanging off the root (backport cherry-pick from master)

brooklyn-dist should be in a directory named for the current version, not hanging off the root
(backport cherry-pick from master)


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/44a5392a
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/44a5392a
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/44a5392a

Branch: refs/heads/0.4.0
Commit: 44a5392a1dc6301ceb6b3d8d9225e42cdf6d4a7f
Parents: 988a8d8
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Jan 8 13:49:55 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Jan 14 16:50:52 2013 +0000

----------------------------------------------------------------------
 usage/dist/src/main/config/build-distribution-archive.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/44a5392a/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
index 32334de..e77f036 100644
--- a/usage/dist/src/main/config/build-distribution-archive.xml
+++ b/usage/dist/src/main/config/build-distribution-archive.xml
@@ -3,7 +3,6 @@
 	    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
     <id>dist</id>
-    <includeBaseDirectory>false</includeBaseDirectory>
     <formats>
         <format>tar.gz</format>
         <format>zip</format>