From 347eff0fa62b12b5e3198d39d96ca09b28034e52 Mon Sep 17 00:00:00 2001 From: Sankar Gorthi Date: Wed, 10 Aug 2011 19:38:29 -0700 Subject: [PATCH] Fixes build scripts Allows the existing build script to work. Adds the Scala dependency to README --- README.md | 2 ++ install-ivy.xml => install-ivy | 0 2 files changed, 2 insertions(+) rename install-ivy.xml => install-ivy (100%) 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.xml b/install-ivy similarity index 100% rename from install-ivy.xml rename to install-ivy