diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-03 15:36:28 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:08 +0300 |
commit | 1d6f0611a8dc7478caf2126ccd191d4284259cba (patch) | |
tree | 19ce396cb937c1255796552a78d944a0b99e26ec /themes-compiled/ivy.xml | |
parent | 557acfb6c4212ad1ddd5270fc7e25f1fc3d63762 (diff) | |
download | vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.tar.gz vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.zip |
Added themes-compiled module (#9299)
Diffstat (limited to 'themes-compiled/ivy.xml')
-rw-r--r-- | themes-compiled/ivy.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml new file mode 100644 index 0000000000..746acf38c1 --- /dev/null +++ b/themes-compiled/ivy.xml @@ -0,0 +1,21 @@ +<?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"> + + <info organisation="com.vaadin" module="vaadin-themes-compiled" + revision="${vaadin.version}" /> + + <configurations> + <conf name="build" /> + <conf name="compile-theme" visibility="private" /> + </configurations> + <publications> + <artifact type="jar"></artifact> + </publications> + <dependencies> + <dependency org="com.vaadin" name="vaadin-theme-compiler" + rev="${vaadin.version}" conf="compile-theme->build" /> + </dependencies> + +</ivy-module> |