Browse Source

Ensure widgets is built before all (#15544)

Change-Id: Ie1adc9a456b750c7cc5c55620ad5364c7e4f1984
tags/7.4.0.beta2
Artur Signell 9 years ago
parent
commit
d7dbc0fb1b
2 changed files with 3 additions and 0 deletions
  1. 1
    0
      all/ivy.xml
  2. 2
    0
      ivysettings.xml

+ 1
- 0
all/ivy.xml View File

@@ -31,6 +31,7 @@
<dependency org="com.vaadin" name="vaadin-client-compiled"
rev="${vaadin.version}" />
<dependency org="com.vaadin" name="vaadin-push" rev="${vaadin.version}" />
<dependency org="com.vaadin" name="vaadin-widgets" rev="${vaadin.version}" />

</dependencies>


+ 2
- 0
ivysettings.xml View File

@@ -43,6 +43,8 @@
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-push"
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-widgets"
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-liferay"
resolver="build-temp" />
</modules>

Loading…
Cancel
Save