Repository: mesos
Updated Branches:
  refs/heads/master 8734511fd -> 13953dc4b


Added "-notimestamp" argument to javadoc.

This causes javadoc to not generate timestamp and date meta tags in
the generated Java docs. This reduces the size of the diff everytime
the website publish bot generates the website.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/13953dc4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/13953dc4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/13953dc4

Branch: refs/heads/master
Commit: 13953dc4bd59f186b3a17958f9f10881e28ab6a3
Parents: 8734511
Author: Vinod Kone <vinodk...@gmail.com>
Authored: Fri Aug 4 14:39:17 2017 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Fri Aug 4 14:39:17 2017 -0700

----------------------------------------------------------------------
 site/Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/13953dc4/site/Rakefile
----------------------------------------------------------------------
diff --git a/site/Rakefile b/site/Rakefile
index 0135689..31ef6ff 100644
--- a/site/Rakefile
+++ b/site/Rakefile
@@ -77,7 +77,7 @@ task :javadoc do
     raise "Please make sure Java proto files are generated in 
#{proto_java_folder} folder."
   end
   # TODO: add version to the path. Uses 'current' for now.
-  system("javadoc -d source/api/latest/java -sourcepath 
../src/java/src:#{proto_java_folder} org.apache.mesos")
+  system("javadoc -d source/api/latest/java -sourcepath 
../src/java/src:#{proto_java_folder} -notimestamp org.apache.mesos")
 end
 
 desc "Generate doxygen from the C++ source files in the codebase"

Reply via email to