Updated Branches: refs/heads/master a87541e1c -> 099b3d37e
fixing minor issue Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5e100eb1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5e100eb1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5e100eb1 Branch: refs/heads/master Commit: 5e100eb16f064b84ee33a0187710e8e07de4089c Parents: 07f8050 Author: Pradeep Fernando <[email protected]> Authored: Thu Jan 9 22:03:51 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Thu Jan 9 22:03:51 2014 +0530 ---------------------------------------------------------------------- products/stratos-manager/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/5e100eb1/products/stratos-manager/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos-manager/modules/distribution/src/assembly/bin.xml b/products/stratos-manager/modules/distribution/src/assembly/bin.xml index bc20e3d..33c4673 100755 --- a/products/stratos-manager/modules/distribution/src/assembly/bin.xml +++ b/products/stratos-manager/modules/distribution/src/assembly/bin.xml @@ -87,7 +87,7 @@ </fileSet> <fileSet> <directory>../../../../components/org.apache.stratos.manager.console/console</directory> - <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/</outputDirectory> + <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/console</outputDirectory> <excludes> <exclude>**/README</exclude> </excludes>
