Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Include the design files into the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Sep 20, 2014
1 parent d411d41 commit dbab50e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ object SohvaBuild extends Build {
lazy val entities = Project(id = "sohva-entities",
base = file("sohva-entities")) settings(globalSettings: _*) settings(
description := "Entity Component System storing entities in a couchdb instance",
libraryDependencies ++= entitiesDependencies,
resourceDirectories in Compile := List()
libraryDependencies ++= entitiesDependencies
) settings(osgiSettings: _*) settings(scalariformSettings: _*) settings(
OsgiKeys.exportPackage := Seq(
"gnieh.sohva.async.entities",
Expand Down

0 comments on commit dbab50e

Please sign in to comment.