aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDanny van Bruggen <hexagonaal@gmail.com>2017-04-16 15:06:50 +0200
committerDanny van Bruggen <hexagonaal@gmail.com>2017-04-16 15:08:42 +0200
commit822a8a9c15bd0550d3222290d036d1c46542aacb (patch)
treebc0df83f7988f227329ddeb083fd8087db017cc8 /readme.md
parent8f67060f17e38fff85c2b67ee9a1f8138c49c8d1 (diff)
downloadjavaparser-822a8a9c15bd0550d3222290d036d1c46542aacb.tar.gz
Removed the core-generator part since that's more interesting for an article or so
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index 7ca331564..026398dd2 100644
--- a/readme.md
+++ b/readme.md
@@ -36,15 +36,6 @@ The project binaries are available in Maven Central. Just add the following to
</dependency>
```
-If you would like to create visitors by generating code or are interested in how code generation can be done, take a look at:
-```xml
-<dependency>
- <groupId>com.github.javaparser</groupId>
- <artifactId>javaparser-core-generators</artifactId>
- <version>3.2.1</version>
-</dependency>
-```
-
## How To Compile Sources
If you have checkout the project from GitHub you can build the project with maven using: