summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubnix <DeRijcke.Erik@gmail.com>2015-02-04 21:55:30 +0100
committerZubnix <DeRijcke.Erik@gmail.com>2015-02-04 21:55:30 +0100
commit03dc4fdd160283ccbd1e422a0cb4fb30ade500c3 (patch)
tree7e0c34913b3199beae20abd3f0c0de3e781583e2
parentcfa1d09902ba66d3c344608d3acf94563311bd8b (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 48b3a79..320ed34 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ Run `gradle install` in the root of the project.
Private protocol
================
The project allows you to generate your own private wayland protocol bindings.
- - Add `org.freedesktop:generator:1.1.0-SNAPSHOT` to your build path, no need to put it on your classpath as it will only be used during compilation.
- - Add `org.freedesktop:stubs:1.1.0-SNAPSHOT` to your classpath.
+ - Add `org.freedesktop:generator:1.1.0` to your build path, no need to put it on your classpath as it will only be used during compilation.
+ - Add `org.freedesktop:stubs:1.1.0` to your classpath.
- Add a `@Protocols` annotation to your own private `package-info.java` file and set it to use your own private protocol xml file. Here's an [example](wayland/src/main/java/org/freedesktop/wayland/package-info.java).
- Build with maven or gradle. The generated bindings should automatically appear in the same package as your `package-info.java` file.