Repository: incubator-stratos Updated Branches: refs/heads/master 783197eab -> 4a1812990
Added assembly id to stratos product distribution. Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4a181299 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4a181299 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4a181299 Branch: refs/heads/master Commit: 4a18129904e036feacde3f1c1a22313d5d531008 Parents: 783197e Author: Imesh Gunaratne <[email protected]> Authored: Sun May 4 09:15:16 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun May 4 09:15:16 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/assembly/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4a181299/products/stratos/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 800bac6..e5cc69e 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -17,7 +17,7 @@ ~ under the License. --> <assembly> - <!--<id>bin</id>--> + <id>bin</id> <formats> <format>zip</format> </formats>
