forked from akka/akka-stream-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
3 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
lazy val root = (project in file(".")). | ||
aggregate(contrib, xmlparser). | ||
enablePlugins(GitVersioning) | ||
lazy val `akka-stream-contrib` = (project in file(".")). | ||
aggregate(contrib) | ||
|
||
lazy val contrib = project | ||
lazy val xmlparser = project | ||
|
||
git.useGitDescribe := true | ||
publishArtifact := false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.6.0") | ||
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.5.1") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5") | ||
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.2.0") |
This file was deleted.
Oops, something went wrong.
258 changes: 0 additions & 258 deletions
258
xmlparser/src/main/scala/com/drewhk/stream/xml/Xml.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.