You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/09/24 10:43:29 UTC

git commit: fixed RAT pattern

Updated Branches:
  refs/heads/develop 1e46218ef -> 27ee0920f


fixed RAT pattern


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

Branch: refs/heads/develop
Commit: 27ee0920f400f45a7d1fe5cac1778c4a7eba08c4
Parents: 1e46218
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Sep 24 10:43:17 2013 +0200
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Sep 24 10:43:17 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/27ee0920/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ec62ebe..fe6ea61 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -455,7 +455,7 @@
                             <exclude>**/src/ext/**</exclude>
                             <exclude>**/src/main/resources/task-dialog*.properties</exclude>
                             <exclude>**/src/test/resources/org/apache/marmotta/commons/sesame/rio/vcard/*.vcf</exclude>
-                            <exclude>platform/marmotta-sparql/src/main/resources/web/admin/sgvizler.html</exclude>
+                            <exclude>**/src/main/resources/web/admin/sgvizler.html</exclude>
 
                             <!-- META-INF files don't take a license header -->
                             <exclude>**/META-INF/**</exclude>