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.

smartsprites-ivy-0.2.3-itmill.xml 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
  3. <info organisation="com.carrotsearch"
  4. module="smartsprites"
  5. revision="0.2.3-itmill"
  6. status="release"
  7. publication="20111130000000">
  8. <license name="BSD license" url="http://csssprites.org/smartsprites.LICENSE" />
  9. <description homepage="http://csssprites.org">
  10. CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs,
  11. fully automatically. No tedious copying and pasting to your CSS when adding or changing
  12. sprited images.
  13. </description>
  14. </info>
  15. <configurations>
  16. <conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
  17. <conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
  18. <conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
  19. <conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
  20. <conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
  21. <conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
  22. <conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
  23. <conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
  24. <conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
  25. <conf name="optional" visibility="public" description="contains all optional dependencies"/>
  26. </configurations>
  27. <publications>
  28. <artifact name="smartsprites" type="jar" ext="jar" conf="master"/>
  29. </publications>
  30. <dependencies>
  31. <dependency org="com.google.collections" name="google-collections" rev="0.9" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
  32. <dependency org="args4j" name="args4j" rev="2.0.9" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
  33. <dependency org="commons-math" name="commons-math" rev="1.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
  34. <dependency org="commons-io" name="commons-io" rev="1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
  35. <dependency org="commons-lang" name="commons-lang" rev="2.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
  36. <dependency org="junit" name="junit" rev="4.4" force="true" conf="test->runtime(*),master(*)"/>
  37. </dependencies>
  38. </ivy-module>