aboutsummaryrefslogtreecommitdiff
path: root/project/Helpers.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Helpers.scala')
-rw-r--r--project/Helpers.scala16
1 files changed, 0 insertions, 16 deletions
diff --git a/project/Helpers.scala b/project/Helpers.scala
deleted file mode 100644
index 4c426be..0000000
--- a/project/Helpers.scala
+++ /dev/null
@@ -1,16 +0,0 @@
-import java.net.URL
-
-object Helpers {
- def generatePomExtra(scmUrl: String, scmConnection: String,
- developerId: String, developerName: String): xml.NodeSeq =
- <scm>
- <url>{ scmUrl }</url>
- <connection>{ scmConnection }</connection>
- </scm>
- <developers>
- <developer>
- <id>{ developerId }</id>
- <name>{ developerName }</name>
- </developer>
- </developers>
-} \ No newline at end of file