Skip to content

Commit

Permalink
Merge pull request #1097 from abimarank/release-2.0.0
Browse files Browse the repository at this point in the history
Excluded authenticator.xml from kernel
  • Loading branch information
abimarank committed Jul 27, 2016
2 parents f9cb377 + d814bc5 commit b4d816d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/distribution/product/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<exclude>**/conf/axis2/tenant-axis2.xml</exclude>
<exclude>**/conf/synapse.xml</exclude>
<exclude>**/conf/security/Owasp.CsrfGuard.Carbon.properties</exclude>
<exclude>**/conf/tomcat/carbon/WEB-INF/web.xml</exclude>
<exclude>**/log4j.properties</exclude>
<exclude>**/conf/security/authenticators.xml</exclude>
<exclude>**/conf/tomcat/carbon/WEB-INF/web.xml</exclude>
<exclude>**/log4j.properties</exclude>
<exclude>**/services/sample01.aar</exclude>
<exclude>**/repository/services/version/**</exclude>
<exclude>**/version.txt</exclude>
Expand Down

0 comments on commit b4d816d

Please sign in to comment.