Repository: incubator-stratos Updated Branches: refs/heads/master 5612e5f74 -> 03ea98d2a
excluding dhtmlHistory.js file from license verification Signed-off-by: Imesh Gunaratne <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/03ea98d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/03ea98d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/03ea98d2 Branch: refs/heads/master Commit: 03ea98d2a40e768a1b99042bf16233c7edaaea00 Parents: 5612e5f Author: Isuru H <[email protected]> Authored: Thu Apr 24 13:40:40 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Apr 24 17:45:30 2014 +0530 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/03ea98d2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41b5aff..da09665 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ <exclude>**/services/*LoggingModule</exclude> <exclude>**/services/*ApiMetadata</exclude> <exclude>**/services/*ProviderMetadata</exclude> + <exclude>**/dhtmlHistory.js</exclude> </excludes> <excludeSubProjects>false</excludeSubProjects> </configuration>
