You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/01/11 06:56:16 UTC

incubator-distributedlog git commit: Javdoc build should use "org.apache.distributedlog"

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 6a2560ada -> c5e921efe


Javdoc build should use "org.apache.distributedlog"

The packages are now under "org.apache.distributedlog", instead of "com.twitter.distributedlog".

Author: Sijie Guo <si...@apache.org>

Reviewers: Jia Zhai <zh...@apache.org>

Closes #108 from sijie/sijie/fix_javadoc_build


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

Branch: refs/heads/master
Commit: c5e921efeedbb4f49e0f777f66ffb8c2c4ddaa22
Parents: 6a2560a
Author: Sijie Guo <si...@apache.org>
Authored: Tue Jan 10 22:56:11 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Jan 10 22:56:11 2017 -0800

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/c5e921ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77136c8..9915207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,15 +134,15 @@
           <groups>
             <group>
               <title>Core Library</title>
-              <packages>com.twitter.distributedlog:com.twitter.distributedlog.annotations:com.twitter.distributedlog.callback:com.twitter.distributedlog.exceptions:com.twitter.distributedlog.feature:com.twitter.distributedlog.io:com.twitter.distributedlog.lock:com.twitter.distributedlog.logsegment:com.twitter.distributedlog.metadata:com.twitter.distributedlog.namespace:com.twitter.distributedlog.net:com.twitter.distributedlog.stats:com.twitter.distributedlog.subscription</packages>
+              <packages>org.apache.distributedlog:org.apache.distributedlog.annotations:org.apache.distributedlog.callback:org.apache.distributedlog.exceptions:org.apache.distributedlog.feature:org.apache.distributedlog.io:org.apache.distributedlog.lock:org.apache.distributedlog.logsegment:org.apache.distributedlog.metadata:org.apache.distributedlog.namespace:org.apache.distributedlog.net:org.apache.distributedlog.stats:org.apache.distributedlog.subscription</packages>
             </group>
             <group>
               <title>Proxy Client</title>
-              <packages>com.twitter.distributedlog.client*:com.twitter.distributedlog.service*</packages>
+              <packages>org.apache.distributedlog.client*:org.apache.distributedlog.service*</packages>
             </group>
           </groups>
           <excludePackageNames>
-            com.twitter.distributedlog.acl:com.twitter.distributedlog.admin:com.twitter.distributedlog.auditor:com.twitter.distributedlog.basic:com.twitter.distributedlog.benchmark*:com.twitter.distributedlog.bk:com.twitter.distributedlog.ownership:com.twitter.distributedlog.proxy:com.twitter.distributedlog.resolver:com.twitter.distributedlog.service.*:com.twitter.distributedlog.config:com.twitter.distributedlog.function:com.twitter.distributedlog.impl*:com.twitter.distributedlog.injector:com.twitter.distributedlog.kafka:com.twitter.distributedlog.limiter:com.twitter.distributedlog.mapreduce:com.twitter.distributedlog.messaging:com.twitter.distributedlog.rate:com.twitter.distributedlog.readahead:com.twitter.distributedlog.selector:com.twitter.distributedlog.stats:com.twitter.distributedlog.thrift*:com.twitter.distributedlog.tools:com.twitter.distributedlog.util:com.twitter.distributedlog.zk:org.apache.bookkeeper.client:org.apache.bookkeeper.stats 
+            org.apache.distributedlog.acl:org.apache.distributedlog.admin:org.apache.distributedlog.auditor:org.apache.distributedlog.basic:org.apache.distributedlog.benchmark*:org.apache.distributedlog.bk:org.apache.distributedlog.ownership:org.apache.distributedlog.proxy:org.apache.distributedlog.resolver:org.apache.distributedlog.service.*:org.apache.distributedlog.config:org.apache.distributedlog.function:org.apache.distributedlog.impl*:org.apache.distributedlog.injector:org.apache.distributedlog.kafka:org.apache.distributedlog.limiter:org.apache.distributedlog.mapreduce:org.apache.distributedlog.messaging:org.apache.distributedlog.rate:org.apache.distributedlog.readahead:org.apache.distributedlog.selector:org.apache.distributedlog.stats:org.apache.distributedlog.thrift*:org.apache.distributedlog.tools:org.apache.distributedlog.util:org.apache.distributedlog.zk:org.apache.bookkeeper.client:org.apache.bookkeeper.stats 
           </excludePackageNames>
         </configuration>
         <executions>