From 05b18e7f27aefac9b63db48c9e0ab45ac3b5237b Mon Sep 17 00:00:00 2001 From: Michael Herzberg Date: Sun, 11 Sep 2016 13:06:09 +0100 Subject: [PATCH] Fixed README. --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 736a5c9..d585953 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,9 @@ * Java 6 (core libraries for the WALA analysis) * Android SDK (to obtain dx.jar) * Eclipse Neon, including - * From http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site - * Scala IDE - * Scalatest Runner (optional) - * From http://alchim31.free.fr/m2e-scala/update-site - * "Maven for Scala" - Maven Integration for Eclipse - * From http://download.eclipse.org/releases/neon - * m2e - Maven Integration for Eclipse + * From http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site : Scala IDE and Scalatest Runner (optional) + * From http://alchim31.free.fr/m2e-scala/update-site : "Maven for Scala" - Maven Integration for Eclipse + * From http://download.eclipse.org/releases/neon : m2e - Maven Integration for Eclipse * CVC3 including the Java bindings for CVC3 * apktool @@ -34,9 +30,7 @@ cloning the repository. ``` cd $(mktemp -d) - wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.0.jar - mvn install:install-file -Dfile=apktool_2.0.0.jar -DgroupId=apktool -DartifactId=apktool -Dpackaging=jar -Dversion=2.0.0 ```