Updated Branches: refs/heads/master 34faa854c -> c1702b184
removing unwanted apps Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/d56b18f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/d56b18f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/d56b18f8 Branch: refs/heads/master Commit: d56b18f87f197e875e8d102ea2762a9682d585c1 Parents: ffad24a Author: Pradeep Fernando <[email protected]> Authored: Wed Jan 8 14:14:43 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Wed Jan 8 14:14:43 2014 +0530 ---------------------------------------------------------------------- .../stratos-manager/modules/distribution/src/assembly/bin.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d56b18f8/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 f23318c..4761fd1 100755 --- a/products/stratos-manager/modules/distribution/src/assembly/bin.xml +++ b/products/stratos-manager/modules/distribution/src/assembly/bin.xml @@ -67,6 +67,10 @@ <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps</outputDirectory> <excludes> <exclude>**/publisher/**</exclude> + <exclude>**/store/**</exclude> + <exclude>**/store-admin/**</exclude> + <exclude>**/storage/**</exclude> + <exclude>**/social/**</exclude> </excludes> </fileSet> <fileSet>
