Skip to content

Commit

Permalink
Move out XML parser
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed May 17, 2017
1 parent f073c94 commit 4e9546a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 631 deletions.
7 changes: 2 additions & 5 deletions build.sbt
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
2 changes: 1 addition & 1 deletion project/plugins.sbt
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")
9 changes: 0 additions & 9 deletions xmlparser/build.sbt

This file was deleted.

258 changes: 0 additions & 258 deletions xmlparser/src/main/scala/com/drewhk/stream/xml/Xml.scala

This file was deleted.

Loading

0 comments on commit 4e9546a

Please sign in to comment.