(refs #288)Once remove AsciiDoc support

This commit is contained in:
Naoki Takezoe
2014-04-08 10:13:07 +09:00
parent 06978a4fc4
commit dfa4816633
3 changed files with 2 additions and 72 deletions

View File

@@ -44,9 +44,7 @@ object MyBuild extends Build {
"ch.qos.logback" % "logback-classic" % "1.0.13" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.8.v20121106" % "container;provided",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container;provided;test" artifacts Artifact("javax.servlet", "jar", "jar"),
"junit" % "junit" % "4.11" % "test",
"org.asciidoctor" % "asciidoctor-java-integration" % "0.1.4",
"net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.7"
"junit" % "junit" % "4.11" % "test"
),
EclipseKeys.withSource := true,
javacOptions in compile ++= Seq("-target", "6", "-source", "6"),