From b46d155267fb95363234e80bf375b5b9039cc2cf Mon Sep 17 00:00:00 2001 From: Thibaud Date: Mon, 29 Oct 2018 23:53:19 +0100 Subject: [PATCH] Update link for test resources in Readme.md --- Readme.md | 2 +- mvn-deploy-jasmin.sh | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 mvn-deploy-jasmin.sh diff --git a/Readme.md b/Readme.md index 010d13f..1918001 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ Summary of tools used : - [ANTLR (ANother Tool for Language Recognition)](http://www.antlr.org/) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. - [TestNG](http://testng.org/doc/index.html) a java unit-testing framework -Test cases are available [here](src/master/compiler/src/test/test-resources/examples) +Test cases are available [here](compiler/src/test/resources/examples) From [this playlist](https://www.youtube.com/watch?v=2uvKTmfPNzE&list=PLOfFbVTfT2vbJ9qiw_6fWwBAmJAYV4iUm). diff --git a/mvn-deploy-jasmin.sh b/mvn-deploy-jasmin.sh deleted file mode 100644 index f396fc2..0000000 --- a/mvn-deploy-jasmin.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -mvn deploy:deploy-file \ - -DgroupId=net.jasmin \ - -DartifactId=jasmin \ - -Dversion=2.4 \ - -Durl=file:./lib/ \ - -DrepositoryId=local-maven-repo \ - -DupdateReleaseInfo=true \ - -Dfile=./lib/jasmin.jar