#!/bin/bash . `dirname $0`/sed.sh rootdir=`dirname $0`/.. for javaFile in `find $rootdir -name "*.java"` do # Remove whitespace from empty rows $SED -i "s/^ [ ]*$//g" $javaFile # Remove trailing whitespace in javadoc $SED -i "s/^ \\([ ]*\\)\* $/\\1 \*/g" $javaFile done title='Atom feed' href='https://source.dussan.org/vaadin-framework.git/atom/documentation/addons/addons-downloading.asciidoc?h=JS-RPC-docs-link-syntax' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/addons/addons-downloading.asciidoc
blob: 321721b3814793e22030ce2ba4e6d6e220e79e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56