Revert "Revert "add oAuth war s to product""

This reverts commit b460062bff36a37c3ae3a58ac684da5d57aa44ad.


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/df028143
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/df028143
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/df028143

Branch: refs/heads/apache-4.1.0-test
Commit: df0281433052fac8d1df035353b53330774beea4
Parents: 8fab9b2
Author: Udara Liyanage <[email protected]>
Authored: Sun Dec 7 11:22:46 2014 +0530
Committer: Udara Liyanage <[email protected]>
Committed: Sun Dec 7 11:22:46 2014 +0530

----------------------------------------------------------------------
 .../stratos/modules/distribution/src/assembly/bin.xml    | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/df028143/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 374236b..07b7de4 100755
--- a/products/stratos/modules/distribution/src/assembly/bin.xml
+++ b/products/stratos/modules/distribution/src/assembly/bin.xml
@@ -941,6 +941,17 @@
             
<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 -->

Reply via email to