Commit 44158323 authored by Sivakumar Kailasam's avatar Sivakumar Kailasam

Add IDE file generator plugins

parent 9cabcefe
...@@ -11,3 +11,5 @@ target ...@@ -11,3 +11,5 @@ target
.classpath .classpath
.project .project
.settings .settings
*.ipr
*.iws
...@@ -7,6 +7,10 @@ buildscript { ...@@ -7,6 +7,10 @@ buildscript {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven' apply plugin: 'maven'
// IDE plugins
apply plugin: 'idea'
apply plugin: 'eclipse'
sourceCompatibility = 1.7 sourceCompatibility = 1.7
targetCompatibility = 1.7 targetCompatibility = 1.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment