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

[02/50] [abbrv] jena git commit: Also exclude DB/ as output by jena-text

Also exclude DB/ as output by jena-text


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/89c5573b
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/89c5573b
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/89c5573b

Branch: refs/heads/hadoop-rdf
Commit: 89c5573b311a5c7d220e83a6304a87361524ef5a
Parents: 2df3083
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Tue Oct 28 17:15:04 2014 +0000
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Tue Oct 28 17:15:04 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/89c5573b/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index dbcde56..1652b37 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -394,6 +394,7 @@
                <exclude>**/log4j.properties</exclude>
                <exclude>**/log4j-testing.properties</exclude>
                <exclude>**/derby.log</exclude>
+               <exclude>**/DB/**/*</exclude>
                
             </excludes>
         </configuration>