Repository: stratos Updated Branches: refs/heads/master 61214a30e -> bee0d764a
Fixing -Dsetup not working issue Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/bee0d764 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bee0d764 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bee0d764 Branch: refs/heads/master Commit: bee0d764a3d0aa238368569adacb8f2cafdc4843 Parents: 61214a3 Author: lasinducharith <[email protected]> Authored: Thu Aug 20 11:31:44 2015 +0530 Committer: lasinducharith <[email protected]> Committed: Thu Aug 20 11:31:44 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/assembly/bin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/bee0d764/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 1cbacd7..b7d9f23 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -203,7 +203,7 @@ </fileSet> <fileSet> <directory>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/</directory> - <outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/registry/</outputDirectory> + <outputDirectory>${pom.artifactId}-${pom.version}/dbscripts</outputDirectory> <excludes> <exclude>**/identity/**</exclude> <!-- new version of mysql.sql and db2.sql is coming from WSO2-CARBON-PATCH-4.2.0-0001 patch. So excluding them--> @@ -223,7 +223,7 @@ </fileSet> <fileSet> <directory>../p2-profile-gen/target/WSO2-CARBON-PATCH-4.2.0-0001/dbscripts</directory> - <outputDirectory>${pom.artifactId}-${pom.version}/dbscripts/registry</outputDirectory> + <outputDirectory>${pom.artifactId}-${pom.version}/dbscripts</outputDirectory> <includes> <include>**/**.sql</include> </includes> @@ -782,4 +782,4 @@ <filtered>true</filtered> </file> </files> -</assembly> \ No newline at end of file +</assembly>
