Skip to content

Commit

Permalink
make it easier to build asynch
Browse files Browse the repository at this point in the history
  • Loading branch information
ppurang committed Sep 14, 2012
1 parent 9c25fab commit 10a7c93
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.svn
.hgsvn
ext/*
*.patch
.pmd
.fbprefs
Servers
.idea
.idea/
.project
.ruleset
#${*}
.classpath
.settings
*.iml
*.ipr
*.iws
activemq-data
target/
target
#bin
.metadata
.checkstyle
*.log
cobertura.ser
velocity.log*
opr-match/opr-match-trace-server/overlays/
lib_managed
*.log.*
build
*.log
solr/data
tomcat/logs
dist
tomcat*
content*
project/boot
.lib
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.11.3-2
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.0.0")
Loading

0 comments on commit 10a7c93

Please sign in to comment.