You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by ab...@apache.org on 2015/04/28 23:03:38 UTC

incubator-htrace git commit: HTRACE-161. C client style.txt should be excluded from rat check

Repository: incubator-htrace
Updated Branches:
  refs/heads/3.2 29e66717f -> aa58338e1


HTRACE-161. C client style.txt should be excluded from rat check


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

Branch: refs/heads/3.2
Commit: aa58338e1c8d1e4bf24803cc3c887d0868a50a70
Parents: 29e6671
Author: Abraham Elmahrek <ab...@apache.org>
Authored: Tue Apr 28 13:35:50 2015 -0700
Committer: Abraham Elmahrek <ab...@apache.org>
Committed: Tue Apr 28 13:35:50 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/aa58338e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1261778..440eba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,7 @@ language governing permissions and limitations under the License. -->
                 <exclue>**/README.md</exclue>
                 <exclude>**/src/go/bin/*</exclude>
                 <exclude>**/src/go/pkg/*</exclude>
+                <exclude>style.txt</exclude>
                 <!-- external projects -->
                 <exclude>**/bootstrap-3.3.1/**</exclude>
                 <exclude>**/web/lib/js/**</exclude>