You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/24 10:11:00 UTC

git commit: excluding dhtmlHistory.js file from license verification

Repository: incubator-stratos
Updated Branches:
  refs/heads/4.0.0-incubating e8ffe3d08 -> 5e003814a


excluding dhtmlHistory.js file from license verification


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

Branch: refs/heads/4.0.0-incubating
Commit: 5e003814afe0d831c47980a52576d373b060418a
Parents: e8ffe3d
Author: Isuru H <is...@wso2.com>
Authored: Thu Apr 24 13:40:40 2014 +0530
Committer: Isuru H <is...@wso2.com>
Committed: Thu Apr 24 13:40:40 2014 +0530

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e003814/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a28ec5..48e86bf 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>