From 44095e80783267d407f55918db33206a9c7e77e4 Mon Sep 17 00:00:00 2001 From: Erik De Rijcke Date: Wed, 11 Feb 2015 21:34:23 +0100 Subject: update readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index df82882..6413e68 100644 --- a/README.md +++ b/README.md @@ -33,27 +33,30 @@ maven dependency to start using the bindings: Private protocol ================ The project allows you to generate your own private wayland protocol bindings. - - Add - ```xml +Add +```xml org.freedesktop generator 1.1.1 provided - ``` - to your build path, no need to put it on your classpath as it will only be used during compilation. - - Add - ```xml +``` +to your build path, no need to put it on your classpath as it will only be used during compilation. + +Add +```xml org.freedesktop stubs 1.1.1 - ``` - 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 your project with maven (or gradle). The generated bindings should automatically appear in the same package as your `package-info.java` file. +``` +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 your project with maven (or gradle). The generated bindings should automatically appear in the same package as your `package-info.java` file. State ===== -- cgit v1.2.3