Skip to content

Commit fca3512

Browse files
authored
Remove outdated build instructions from README
Building with ant is no longer supported (see TooTallNate#819 )
1 parent a8bc1bf commit fca3512

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.markdown

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,7 @@ Implemented WebSocket protocol versions are:
1818

1919

2020
## Build
21-
You can build using Ant, Maven, Gradle or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
22-
23-
### Ant
24-
25-
``` bash
26-
ant
27-
```
28-
29-
will create the javadoc of this library at ```doc/``` and build the library itself: ```dist/java_websocket.jar```
30-
31-
The ant targets are: ```compile```, ```jar```, ```doc``` and ```clean```
21+
You can build using Maven, Gradle or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
3222

3323
### Maven
3424
To use maven add this dependency to your pom.xml:

0 commit comments

Comments
 (0)