diff options
author | John Ahlroos <john@vaadin.com> | 2013-11-20 14:26:40 +0200 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2013-11-20 14:27:09 +0200 |
commit | e3b1e6be389cbe48d1782723adf1595edbd10ea2 (patch) | |
tree | 61dbd2fac407f0b6657863d100d6b1f09e67e356 /liferay/ivy.xml | |
parent | 96de019ea4ee5536dab87d1f04d4cb94ae71371d (diff) | |
parent | dd7e6fee8c4717df59699f04f7e72a6f2e92008f (diff) | |
download | vaadin-framework-e3b1e6be389cbe48d1782723adf1595edbd10ea2.tar.gz vaadin-framework-e3b1e6be389cbe48d1782723adf1595edbd10ea2.zip |
Merge branch 'master' into grid
Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
Diffstat (limited to 'liferay/ivy.xml')
-rw-r--r-- | liferay/ivy.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/liferay/ivy.xml b/liferay/ivy.xml new file mode 100644 index 0000000000..fb6d152e15 --- /dev/null +++ b/liferay/ivy.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ivy-module version="2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> + + <info organisation="com.vaadin" module="vaadin-liferay" revision="${vaadin.version}" /> + + <configurations> + <conf name="build" /> + <conf name="build-provided" /> + <conf name="deps" visibility="private" /> + </configurations> + + <publications> + <artifact type="zip" ext="zip" /> + </publications> + + <dependencies> + <dependency org="com.vaadin" name="vaadin-client-compiled" + rev="${vaadin.version}" conf="deps -> build" transitive="false"/> + <dependency org="com.vaadin" name="vaadin-themes" + rev="${vaadin.version}" conf="deps -> build" transitive="false"/> + <dependency org="com.vaadin" name="vaadin-push" + rev="${vaadin.version}" conf="deps -> build" transitive="false" /> + <dependency org="com.vaadin" name="vaadin-server" + rev="${vaadin.version}" conf="deps -> build" transitive="false" /> + </dependencies> + +</ivy-module> |