copying modules and apps in to 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/ffad24a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/ffad24a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/ffad24a4 Branch: refs/heads/master Commit: ffad24a438191c085c90f348d6442620d0d10e34 Parents: 6848554 Author: Pradeep Fernando <[email protected]> Authored: Wed Jan 8 13:02:19 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Wed Jan 8 13:02:19 2014 +0530 ---------------------------------------------------------------------- .../stratos-manager/modules/distribution/src/assembly/bin.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffad24a4/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 667e14e..f23318c 100755 --- a/products/stratos-manager/modules/distribution/src/assembly/bin.xml +++ b/products/stratos-manager/modules/distribution/src/assembly/bin.xml @@ -63,6 +63,13 @@ </excludes> </fileSet> <fileSet> + <directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps</directory> + <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps</outputDirectory> + <excludes> + <exclude>**/publisher/**</exclude> + </excludes> + </fileSet> + <fileSet> <directory>target/shopping-cart-global-${shoppingcart.global.version}</directory> <outputDirectory>${pom.artifactId}-${pom.version}/samples/bin</outputDirectory> <includes>
