From: Artur Signell Date: Fri, 31 Aug 2012 13:13:18 +0000 (+0300) Subject: Module for compiled client side (#9299) X-Git-Tag: 7.0.0.beta1~123 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=557acfb6c4212ad1ddd5270fc7e25f1fc3d63762;p=vaadin-framework.git Module for compiled client side (#9299) --- diff --git a/build.xml b/build.xml index 03c0ecfe5e..fc7007f47c 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + @@ -9,8 +9,8 @@ target: all ================================= --> - - + + diff --git a/client-compiled/build.xml b/client-compiled/build.xml new file mode 100644 index 0000000000..588d232ab2 --- /dev/null +++ b/client-compiled/build.xml @@ -0,0 +1,100 @@ + + + + + Compiled (JS+HTML) version of client side + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling ${module} to ${module.output.dir} + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiled ${module} + + + + + + + + + + + + + + + + + + + + + + + + + WHAT? No tests for ${module.name}! + + + \ No newline at end of file diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml new file mode 100644 index 0000000000..5e739a0d0d --- /dev/null +++ b/client-compiled/ivy.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + diff --git a/client-compiler/build.xml b/client-compiler/build.xml old mode 100755 new mode 100644 index 3db3cbddba..2b5d9e34dc --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -12,14 +12,22 @@ - + + + + + + + + + gwt.version=${vaadin.version} + - + - @@ -29,7 +37,7 @@ - + WHAT? No tests for ${module.name}! diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml old mode 100755 new mode 100644 diff --git a/common.xml b/common.xml index 69ebc41b17..5e1943aba2 100644 --- a/common.xml +++ b/common.xml @@ -33,7 +33,7 @@ - + @@ -49,9 +49,9 @@ - + - + @@ -203,7 +203,7 @@ - + diff --git a/server/ivy.xml b/server/ivy.xml index 85278fa1d0..10f06700e5 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -58,7 +58,7 @@ + rev="2.3" conf="tests,ide->default" />