Skip to content

Commit c810d95

Browse files
committed
Update README-WEBSOCKET.md
1 parent 967eae0 commit c810d95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README-WEBSOCKET.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,20 @@ Use version `4.0.0.WEBSOCKET-SNAPSHOT`, for example:
3535
Tomcat provides early JSR-356 support. You'll need to build the latest source, which is relatively easy to do.
3636

3737
Check out Tomcat trunk:
38+
3839
mkdir tomcat
3940
cd tomcat
4041
svn co http://svn.apache.org/repos/asf/tomcat/trunk/
4142
cd trunk
4243

4344
Create `build.properties` in the trunk directory with content similar to the one below:
45+
4446
# ----- Default Base Path for Dependent Packages -----
4547
# Replace this path with the path where dependencies binaries should be downloaded
4648
base.path=~/dev/sources/apache/tomcat/download
4749

4850
Run the ant build:
51+
4952
ant clean
5053
ant
5154

0 commit comments

Comments
 (0)