From 5d87bdbbeb064c07ca3a8732c046218b81a45009 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Sun, 20 Jun 2021 10:58:50 +0200
Subject: [PATCH] update relast.preprocessor for 0.0.4

---
 pages/docs/using.md | 6 +++---
 relast.preprocessor | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/docs/using.md b/pages/docs/using.md
index ef85b96..e25f89c 100644
--- a/pages/docs/using.md
+++ b/pages/docs/using.md
@@ -4,7 +4,7 @@
 
 Add/Merge the following snippet in your `build.gradle`.
 
-**Note**: List all grammar files in the arguments and the changed name of JastAdd's list class, if applicable.
+**Note**: List all grammar files in the arguments, and the changed name of JastAdd's list class, if applicable.
 
 ```groovy
 repositories {
@@ -20,7 +20,7 @@ configurations {
 }
 
 dependencies {
-  coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.1'
+  coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.4'
 }
 
 task generateCoverage(type: JavaExec) {
@@ -29,7 +29,7 @@ task generateCoverage(type: JavaExec) {
   
   args([
       '--jastAddList=JastAddList',
-      '--outBaseDir=src/gen/jastadd',
+      '--outputBaseDir=src/gen/jastadd',
       'src/main/jastadd/Example.relast' 
   ])
 }
diff --git a/relast.preprocessor b/relast.preprocessor
index 2850be7..4ab23d1 160000
--- a/relast.preprocessor
+++ b/relast.preprocessor
@@ -1 +1 @@
-Subproject commit 2850be7fdfa925b2e299bd8b06a11d3c11d7b49f
+Subproject commit 4ab23d179d7850ad38071ca70e7a78ea6db7f62a
-- 
GitLab