You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2016/10/31 13:25:26 UTC

jena git commit: JENA-1256 Removed N3 from the javadoc as per request on Jira issue

Repository: jena
Updated Branches:
  refs/heads/master ee19516e9 -> 401dcde78


JENA-1256
Removed N3 from the javadoc as per request on Jira issue


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

Branch: refs/heads/master
Commit: 401dcde787caedd07fc4b4aef95e843bdad73cd7
Parents: ee19516
Author: Claude Warren <cl...@apache.org>
Authored: Mon Oct 31 13:25:04 2016 +0000
Committer: Claude Warren <cl...@apache.org>
Committed: Mon Oct 31 13:25:04 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/jena/blob/401dcde7/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index f1243a8..5b7981d 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -184,6 +184,7 @@
           <doctitle>Apache Jena Core ${project.version}</doctitle>
           <bottom>Licenced under the Apache License, Version 2.0</bottom>
 <!--           <excludePackageNames>org.apache.jena.shared.*:*.impl:org.apache.jena.assembler.assemblers:*.exceptions:*.regexptrees:org.apache.jena.mem:org.apache.jena.mem.*:org.apache.jena.n3:org.apache.jena.n3.*:org.apache.jena.rdf.arp.*:org.apache.jena.util.*:jena.cmdline:jena.util</excludePackageNames> -->
+          <excludePackageNames>org.apache.jena.n3:org.apache.jena.n3.*</excludePackageNames>
           <groups>
             <group>
               <title>API - Application Programming Interface</title>