You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

buildhelpers-ivy.xml 535B

12345678910111213
  1. <ivy-module version="2.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation= "http://ant.apache.org/ivy/schemas/ivy.xsd">
  4. <info organisation="com.vaadin" module="buildhelpers"/>
  5. <configurations>
  6. <conf name="compile" visibility="private"/>
  7. </configurations>
  8. <publications />
  9. <dependencies>
  10. <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/>
  11. </dependencies>
  12. </ivy-module>