From 03dc4fdd160283ccbd1e422a0cb4fb30ade500c3 Mon Sep 17 00:00:00 2001 From: Zubnix Date: Wed, 4 Feb 2015 21:55:30 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3