Remove exclusions that no longer need excluding
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/52598831 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/52598831 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/52598831 Branch: refs/heads/master Commit: 525988312f6420bb3b565b4a99d710613fac2d35 Parents: c750074 Author: Andy Seaborne <[email protected]> Authored: Tue Oct 21 16:44:48 2014 +0100 Committer: Andy Seaborne <[email protected]> Committed: Tue Oct 21 16:44:48 2014 +0100 ---------------------------------------------------------------------- jena-parent/pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/52598831/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index ef63b32..838c538 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -333,11 +333,6 @@ <exclude>**/src-examples/data/*</exclude> <!-- - jena-sdb exclusions - --> - <exclude>**/Old/*</exclude> - - <!-- jena-fuseki exclusions --> <exclude>**/dist/ABOUT</exclude> @@ -349,11 +344,7 @@ --> <exclude>**/vocabularies/*</exclude> <exclude>**/Vocabularies/*</exclude> - <!-- - Grammars are typically based directly off the BNF published in - relevant standards - --> - <exclude>**/Grammar/**/*</exclude> + <!-- Javadoc add-ons files are required to be simple and our javadoc configuration will ensure appropriate license and copyright statements are inserted
