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="javax.activation"
4		module="activation"
5		revision="1.1"
6		status="release"
7		publication="20060503014829"
8	>
9		<license name="Common Development and Distribution License (CDDL) v1.0" url="https://glassfish.dev.java.net/public/CDDLv1.0.html" />
10		<description homepage="http://java.sun.com/products/javabeans/jaf/index.jsp">
11		JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
12		</description>
13		<e:sbtTransformHash>c68a7e7ba533a801212e37c29377966a32e9b445</e:sbtTransformHash>
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="activation" type="jar" ext="jar" conf="master"/>
29	</publications>
30</ivy-module>
31