diff options
Diffstat (limited to 'build/ivy/buildhelpers-ivy.xml')
-rw-r--r-- | build/ivy/buildhelpers-ivy.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/build/ivy/buildhelpers-ivy.xml b/build/ivy/buildhelpers-ivy.xml deleted file mode 100644 index 13e89eb734..0000000000 --- a/build/ivy/buildhelpers-ivy.xml +++ /dev/null @@ -1,19 +0,0 @@ -<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="buildhelpers"/> - <configurations> - <conf name="compile" visibility="private"/> - </configurations> - <publications /> - <dependencies> - <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/> - - <!-- These come with GWT for Vaadin JAR but are needed to compile CompileDefaultTheme --> - <!-- - <dependency org="org.w3c.css" name="sac" rev="1.3" conf="compile->compile(*),master(*)"/> - <dependency org="org.w3c" name="flute" rev="1.2" conf="compile->compile(*),master(*)"/> - --> - </dependencies> -</ivy-module>
\ No newline at end of file |