Skip to content

Commit

Permalink
switch from sbt to maven and add cross version builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drexin committed Sep 18, 2014
1 parent 6917d56 commit b5feae6
Show file tree
Hide file tree
Showing 14 changed files with 306 additions and 526 deletions.
80 changes: 75 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,77 @@
.idea
*#
*.iml
.reviewboardrc
.classpath.txt
dependency-reduced-pom.xml
target
*.ipr
*.iws
*.pyc
*.tm.epoch
*.vim
*/project/boot
*/project/build/target
*/project/project.target.config-classes
*~
.#*
.*.swp
.DS_Store
.cache
.cache
.classpath
.codefellow
.ensime*
.eprj
.history
.idea
.manager
.multi-jvm
.project
.scala_dependencies
.scalastyle
.settings
.tags
.tags_sorted_by_file
.target
.worksheet
Makefile
TAGS
_akka_cluster/
_dump
_mb
activemq-data
akka-contrib/rst_preprocessed/
akka-docs/_build/
akka-docs/exts/
akka-docs/rst_preprocessed/
akka-osgi/src/main/resources/*.conf
akka.sublime-project
akka.sublime-workspace
akka.tmproj
beanstalk/
bin/
data
deploy/*.jar
etags
lib_managed
logs
manifest.mf
mongoDB/
multiverse.log
out
project/akka-build.properties
project/boot/*
project/plugins/project
redis/
reports
run-codefellow
schoir.props
semantic.cache
src_managed
storage
tags
target
target-sbt
tm*.lck
tm*.log
tm.out
worker*.log
*-shim.sbt
test-output

Loading

0 comments on commit b5feae6

Please sign in to comment.