Skip to content

Commit d230fff

Browse files
committed
Publish the main module as "functionaljava", rather than "functionaljava-core".
1 parent e6aff13 commit d230fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/build/FunctionalJavaProject.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ final class FunctionalJavaProject(info: ProjectInfo) extends ParentProject(info)
9292
, Header(<div><p><em>Copyright 2008 - 2011 {authors}</em></p>This software is released under an open source BSD licence.</div>.toString))
9393

9494
override def documentOptions = documentTitle("Functional Java") :: super.documentOptions
95+
96+
override def moduleID = "functionaljava"
9597
}
9698

9799
class Demo(info: ProjectInfo) extends FunctionalJavaDefaults(info) {

0 commit comments

Comments
 (0)