1<?xml version="1.0" encoding="UTF-8"?>
2<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
3	<info organisation="org.apache"
4		module="apache"
5		revision="4"
6		status="release"
7		publication="20070305230500"
8	>
9		<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
10		<description homepage="http://www.apache.org/">
11		The Apache Software Foundation provides support for the Apache community of open-source software projects.
12    The Apache projects are characterized by a collaborative, consensus based development process, an open and
13    pragmatic software license, and a desire to create high quality software that leads the way in its field.
14    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
15    and users.
16		</description>
17		<m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
18		<e:sbtTransformHash>a63617c6a5ee35b7c7d187924740c7bc143b9514</e:sbtTransformHash>
19	</info>
20	<configurations>
21		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
22		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
23		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
24		<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."/>
25		<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"/>
26		<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"/>
27		<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."/>
28		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
29		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
30		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
31	</configurations>
32	<publications>
33	</publications>
34</ivy-module>
35