From: Artur Signell Date: Fri, 5 Apr 2013 17:52:24 +0000 (+0300) Subject: Added push meta module (#11498) X-Git-Tag: 7.1.0.beta1~148 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2578b2ac7df899853ea21397808d2bb8120de34;p=vaadin-framework.git Added push meta module (#11498) Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1 --- diff --git a/all/ivy.xml b/all/ivy.xml index 103d65e812..2b212f6675 100644 --- a/all/ivy.xml +++ b/all/ivy.xml @@ -32,6 +32,8 @@ rev="${vaadin.version}"/> + diff --git a/common.xml b/common.xml index eceb0b9077..d673273a53 100644 --- a/common.xml +++ b/common.xml @@ -9,7 +9,7 @@ - + diff --git a/ivysettings.xml b/ivysettings.xml index f43b9ccb14..288eae9036 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -51,6 +51,8 @@ resolver="build-temp" /> + diff --git a/push/build.xml b/push/build.xml new file mode 100644 index 0000000000..6fae99e760 --- /dev/null +++ b/push/build.xml @@ -0,0 +1,37 @@ + + + + + Meta package which defines dependencies needed for push + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/push/ivy.xml b/push/ivy.xml new file mode 100644 index 0000000000..6e648bfc01 --- /dev/null +++ b/push/ivy.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 55f682e14e..ad00b93bfd 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -40,6 +40,8 @@ rev="${vaadin.version}" conf="build->build"> +