Repository: stratos
Updated Branches:
  refs/heads/master fd7d1fb6a -> 1c4533022


Excluding Carbon UI from rat plugin


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

Branch: refs/heads/master
Commit: 1c45330227a76946bf16a9f936a5dbd0df84130e
Parents: fd7d1fb
Author: Akila Perera <[email protected]>
Authored: Tue Aug 25 01:10:05 2015 +0530
Committer: Akila Perera <[email protected]>
Committed: Tue Aug 25 01:10:05 2015 +0530

----------------------------------------------------------------------
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/1c453302/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ea33ad9..a06606c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,7 @@
                                 <exclude>**/.classpath</exclude>
                                 <exclude>**/.git/**/*</exclude>
                                 <exclude>**/README.md</exclude>
+                                <exclude>**/INSTALL.md</exclude>
                                 <exclude>**/MANIFEST.MF</exclude>
                                 <exclude>**/edit_area/**/*</exclude>
                                 <exclude>**/editarea/**/*</exclude>
@@ -194,12 +195,12 @@
                                 <exclude>**/services/*ApiMetadata</exclude>
                                 
<exclude>**/services/*ProviderMetadata</exclude>
                                 <exclude>**/dhtmlHistory.js</exclude>
-
                                 <!-- for ActivMQ test broker -->
                                 <exclude>**/db.data</exclude>
-
                                 <!-- WSDLs -->
                                 <exclude>**/*.wsdl</exclude>
+                                <!-- Carbon UI dependency -->
+                                <exclude>**/org.wso2.carbon.ui/**/*</exclude>
                             </excludes>
                             <excludeSubProjects>false</excludeSubProjects>
                         </configuration>
@@ -236,6 +237,7 @@
                                 <exclude>**/.classpath</exclude>
                                 <exclude>**/.git/**/*</exclude>
                                 <exclude>**/README.md</exclude>
+                                <exclude>**/INSTALL.md</exclude>
                                 <exclude>**/MANIFEST.MF</exclude>
                                 <exclude>**/edit_area/**/*</exclude>
                                 <exclude>**/editarea/**/*</exclude>
@@ -257,6 +259,8 @@
                                 <exclude>**/templates/*.cfg.template</exclude>
                                 <exclude>**/instrumentation.txt</exclude>
                                 <exclude>**/*json</exclude>
+                                <!-- Carbon UI dependency -->
+                                <exclude>**/org.wso2.carbon.ui/**/*</exclude>
 
                                 <!-- Added following based on jclouds -->
                                 
<exclude>**/src/test/resources/**/*.xml</exclude>

Reply via email to