Skip to content

Commit

Permalink
Merge pull request #167 from SethTisue/add-comment
Browse files Browse the repository at this point in the history
add comment
  • Loading branch information
SethTisue committed Nov 15, 2016
2 parents 0218447 + b8a4d2d commit 3dace24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/Wix.scala
Expand Up @@ -32,6 +32,11 @@ object Wix {
)

private def makeProductConfig(stage: File, stageApi: File) = {

// there are deprecation warnings here. the methods have been undeprecated
// at https://github.com/sbt/sbt-native-packager/pull/909 . once we upgrade
// to a newer sbt-native-packager that includes that change, we could
// enable -Xfatal-warnings again in scalacOptions in project/plugins.sbt
val (bin, binDirXml0) = generateComponentsAndDirectoryXml(stage / "bin")
val (doc, docDirXml) = generateComponentsAndDirectoryXml(stage / "doc", "doc_")
val (lib, libDirXml) = generateComponentsAndDirectoryXml(stage / "lib")
Expand Down

0 comments on commit 3dace24

Please sign in to comment.