Skip to content

Commit

Permalink
Merge pull request #129 from tharindu1st/CORS
Browse files Browse the repository at this point in the history
Cors
  • Loading branch information
rswijesena committed Apr 24, 2015
2 parents d11f3fe + 036858c commit 8fe684f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/bam.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<BamConfig>
<ServiceDataPublishing>disable</ServiceDataPublishing>
<WebappDataPublishing>disable</WebappDataPublishing>
</BamConfig>
6 changes: 6 additions & 0 deletions modules/distribution/product/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,12 @@
<filtered>true</filtered>
<fileMode>755</fileMode>
</file>
<file>
<source>../../../config/bam.xml</source>
<outputDirectory>wso2am-${pom.version}/repository/conf/etc</outputDirectory>
<filtered>true</filtered>
<fileMode>755</fileMode>
</file>
<file>
<source>../../../config/wso2server.sh</source>
<outputDirectory>wso2am-${pom.version}/bin</outputDirectory>
Expand Down

0 comments on commit 8fe684f

Please sign in to comment.