summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-02-19 21:42:04 +0200
committerArtur Signell <artur@vaadin.com>2013-02-19 21:42:04 +0200
commita5b92c4de7de981e0017b28fed8d32c18d63e1e1 (patch)
tree37c02f9c66221551cb954ef4f16326671bade6bd /client-compiler
parent7df9f960992cc9acfd4bbb1aa9a84af1205cd6ec (diff)
downloadvaadin-framework-a5b92c4de7de981e0017b28fed8d32c18d63e1e1.tar.gz
vaadin-framework-a5b92c4de7de981e0017b28fed8d32c18d63e1e1.zip
Fixed typo in ivy configuration (#9851)
Change-Id: I9aa90a523c16b7974c39fbe014140ba5fe64cd5e
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 7185c12a89..04b5feb45e 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -55,7 +55,7 @@
rev="0.6" conf="build,ide -> default" />
<dependency org="com.vaadin" name="vaadin-client-compiler-deps"
- rev="0.9.0" conf="build,ide,tests->default" />
+ rev="0.9.0" conf="build,ide -> default" />
</dependencies>
/stable26 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Dashboard/IWidget.php
blob: 42e2c7df5b20b0c05c2903cfd354965257265c7c (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72