Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haifengl committed Mar 17, 2016
1 parent e74e5df commit 432f327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val commonSettings = Seq(
organization := "com.github.haifengl",
organizationName := "Haifeng Li",
organizationHomepage := Some(url("https://github.com/haifengl/smile")),
version := "1.1.0-SNAPSHOT",
version := "1.1.0",
javacOptions in (Compile, compile) ++= Seq("-source", "1.8", "-target", "1.8", "-g:lines,vars,source"),
javacOptions in (Compile, doc) ++= Seq("-Xdoclint:none"),
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
Expand Down
3 changes: 2 additions & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ check_error() {
}

rm -rf shell/src/universal/doc/api/
javadoc -source "1.7" -bottom '<script src="{@docRoot}/../../js/google-analytics.js" type="text/javascript"></script>' -Xdoclint:none -doctitle "Smile &mdash; Statistical Machine Intelligence and Learning Engine" -classpath ~/.ivy2/cache/org.swinglabs/swingx/jars/* -d shell/src/universal/doc/api/java -subpackages smile -sourcepath math/src/main/java:data/src/main/java:core/src/main/java:graph/src/main/java:interpolation/src/main/java:nlp/src/main/java:plot/src/main/java
CLASSPATH=$CLASSPATH:$HOME/.ivy2/cache/org.swinglabs/swingx/jars/*
javadoc -source "1.7" -bottom '<script src="{@docRoot}/../../js/google-analytics.js" type="text/javascript"></script>' -Xdoclint:none -doctitle "Smile &mdash; Statistical Machine Intelligence and Learning Engine" -d shell/src/universal/doc/api/java -subpackages smile -sourcepath math/src/main/java:data/src/main/java:core/src/main/java:graph/src/main/java:interpolation/src/main/java:nlp/src/main/java:plot/src/main/java
check_error "javadoc"

sbt clean
Expand Down

0 comments on commit 432f327

Please sign in to comment.