Skip to content
Snippets Groups Projects
Commit dc146406 authored by Reynold Xin's avatar Reynold Xin
Browse files

Updated Scala version in docs generation ruby script.

parent 2f576aba
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ if ENV['SKIP_API'] != '1' ...@@ -18,7 +18,7 @@ if ENV['SKIP_API'] != '1'
# Copy over the scaladoc from each project into the docs directory. # Copy over the scaladoc from each project into the docs directory.
# This directory will be copied over to _site when `jekyll` command is run. # This directory will be copied over to _site when `jekyll` command is run.
projects.each do |project_name| projects.each do |project_name|
source = "../" + project_name + "/target/scala-2.9.2/api" source = "../" + project_name + "/target/scala-2.9.3/api"
dest = "api/" + project_name dest = "api/" + project_name
puts "echo making directory " + dest puts "echo making directory " + dest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment