diff --git a/.gitignore b/.gitignore index 65c86663fdf..91755b09d77 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ out/ *.ipr *.iws +classpath.txt version.properties +.project +.classpath lib/* -build/* \ No newline at end of file +build/* +generated-files/* diff --git a/README.md b/README.md index 103670924b0..2c4cfd3bac2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ You need the following installed and available in your $PATH:
  • - Apache ant 1.7 or greater (http://ant.apache.org/) +
  • - Scala 2.x or greater (http://www.scala-lang.org/downloads) + ### To build the codegen library If you don't have the Apache Ivy dependency manager installed, run this build script: diff --git a/install-ivy b/install-ivy new file mode 100644 index 00000000000..9a1e7f7e746 --- /dev/null +++ b/install-ivy @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + +