Repository: incubator-stratos Updated Branches: refs/heads/master c0e16fb5a -> b9f6e8566
Fixing STRATOS-582 Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b9f6e856 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b9f6e856 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b9f6e856 Branch: refs/heads/master Commit: b9f6e856693156372d0ad8a81e9f0ee2e13d91b9 Parents: c0e16fb Author: Melan Nimesh <[email protected]> Authored: Mon Apr 7 18:18:34 2014 +0530 Committer: Melan Nimesh <[email protected]> Committed: Mon Apr 7 18:18:34 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/assembly/bin.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b9f6e856/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 1e2c1cb..7622dc1 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -515,6 +515,12 @@ </outputDirectory> </fileSet> + <!--customization scripts--> + <fileSet> + <directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/scripts</directory> + <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/scripts</outputDirectory> + </fileSet> + </fileSets> <dependencySets>
