Skip to content

Commit

Permalink
Merge branch 'master' of github.com:purplefox/vert.x
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed May 17, 2012
2 parents 519f92a + 3b81a8f commit 897e5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ bin
target
out
*.iml
*.ipr
*.iws
test-output
Scratch.java
ScratchTest.java
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'eclipse'

version = '1.0.beta1'

Expand Down

0 comments on commit 897e5b3

Please sign in to comment.