Repository: stratos Updated Branches: refs/heads/master 8d9632f89 -> cfa63fb3a
Revert "add oAuth war s to product" This reverts commit 61b1d31a8c4aa427c1cf1acdfa35bf60f31c35e8. Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b460062b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b460062b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b460062b Branch: refs/heads/master Commit: b460062bff36a37c3ae3a58ac684da5d57aa44ad Parents: e7c168f Author: Udara Liyanage <[email protected]> Authored: Sun Dec 7 09:06:38 2014 +0530 Committer: Udara Liyanage <[email protected]> Committed: Sun Dec 7 09:51:55 2014 +0530 ---------------------------------------------------------------------- .../stratos/modules/distribution/src/assembly/bin.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b460062b/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 07b7de4..374236b 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -941,17 +941,6 @@ <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/</outputDirectory> <fileMode>644</fileMode> </file> - <!--oauth2.war and authenticationendpoint.war is related to oAuth feature --> - <file> - <source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/oauth2.war</source> - <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/</outputDirectory> - <fileMode>644</fileMode> - </file> - <file> - <source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/authenticationendpoint.war</source> - <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/</outputDirectory> - <fileMode>644</fileMode> - </file> <!-- End of REST endpoint webapp --> <!-- Meta data service webapp -->
