Skip to content

Commit

Permalink
remove duplicate agent data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeti10 committed Aug 5, 2016
1 parent 836ff4b commit 4ae12b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 198 deletions.
94 changes: 0 additions & 94 deletions O-MI Node/configs/JavaHouse.xml

This file was deleted.

100 changes: 0 additions & 100 deletions O-MI Node/configs/SmartHouse.xml

This file was deleted.

5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@ lazy val root = (project in file(".")).
serverLoading in Debian := SystemV,
//Mappings tells the plugin which files to include in package and in what directory
mappings in Universal <++= (baseDirectory in omiNode) map (src => directory(src / "html")),
mappings in Universal <++= (baseDirectory in omiNode) map (src => directory(src / "configs")),
mappings in Universal <++= baseDirectory map (src => directory(src / "configs")),
mappings in Universal <+= (packageBin in Compile, sourceDirectory in omiNode) map { (_, src) =>
val conf = src / "main" / "resources" / "application.conf"
conf -> "configs/application.conf"},
mappings in Universal <++= (doc in Compile in omiNode, baseDirectory in omiNode) map { (_, base) =>
directory(base / "html" / "api").map(n => (n._1, "html/" + n._2))},
mappings in Universal <++= (baseDirectory in omiNode) map { base =>
Seq(
base / "configs" / "SmartHouse.xml" -> "SmartHouse.xml")},
mappings in Universal <++= baseDirectory map { base =>
Seq(
base / "tools" / "callbackTestServer.py" -> "callbackTestServer.py",
Expand Down

0 comments on commit 4ae12b9

Please sign in to comment.