diff options
Diffstat (limited to 'buildhelpers/ivy.xml')
-rw-r--r-- | buildhelpers/ivy.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml new file mode 100644 index 0000000000..63fee56709 --- /dev/null +++ b/buildhelpers/ivy.xml @@ -0,0 +1,18 @@ +<?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-buildhelpers" + revision="${vaadin.version}" /> + + <configurations> + <conf name="build" /> + <conf name="ide" /> + </configurations> + <publications> + <artifact type="jar" /> + </publications> + <dependencies /> + +</ivy-module> |