Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating 874c1cf82 -> 0ba7f4c62
Added assembly id to stratos product bin.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/0ba7f4c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/0ba7f4c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/0ba7f4c6 Branch: refs/heads/4.0.0-incubating Commit: 0ba7f4c620f0e4c5334492d2b924d322d11203e6 Parents: 874c1cf Author: Imesh Gunaratne <[email protected]> Authored: Fri May 2 11:34:30 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri May 2 11:34:30 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/0ba7f4c6/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>
