Repository: stratos Updated Branches: refs/heads/master c6e74655f -> 2ad9b94b3
Fixing cep extension distribution README.md file name in assembly.xml Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2ad9b94b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2ad9b94b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2ad9b94b Branch: refs/heads/master Commit: 2ad9b94b39063e99ef46b00dc005e76e70b52988 Parents: c6e7465 Author: Imesh Gunaratne <[email protected]> Authored: Sat Jul 11 08:04:03 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sat Jul 11 08:04:03 2015 +0530 ---------------------------------------------------------------------- extensions/cep/distribution/src/assembly/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2ad9b94b/extensions/cep/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/distribution/src/assembly/bin.xml b/extensions/cep/distribution/src/assembly/bin.xml index 8a5190f..f031557 100755 --- a/extensions/cep/distribution/src/assembly/bin.xml +++ b/extensions/cep/distribution/src/assembly/bin.xml @@ -38,7 +38,7 @@ </fileSets> <files> <file> - <source>${project.basedir}/README.txt</source> + <source>${project.basedir}/README.md</source> <outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory> <filtered>true</filtered> <fileMode>644</fileMode>
