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.mortbay.jetty"
4		module="project"
5		revision="6.1.26"
6		status="release"
7		publication="20101110223740"
8	>
9		<license name="Apache Software License - Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0" />
10		<license name="Eclipse Public License - Version 1.0" url="http://www.eclipse.org/org/documents/epl-v10.php" />
11		<description homepage="" />
12		<m:dependency.management__junit__junit__version>3.8.2</m:dependency.management__junit__junit__version>
13		<m:properties__mail-version>1.4</m:properties__mail-version>
14		<m:dependency.management__ant__ant__version>1.6.5</m:dependency.management__ant__ant__version>
15		<m:dependency.management__geronimo-spec__geronimo-spec-jta__version>1.0.1B-rc4</m:dependency.management__geronimo-spec__geronimo-spec-jta__version>
16		<m:properties__jta-spec-version>1.0.1B-rc4</m:properties__jta-spec-version>
17		<m:properties__slf4j-version>1.3.1</m:properties__slf4j-version>
18		<m:properties__junit-version>3.8.2</m:properties__junit-version>
19		<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
20		<m:dependency.management__org.slf4j__slf4j-simple__version>1.3.1</m:dependency.management__org.slf4j__slf4j-simple__version>
21		<m:dependency.management__org.slf4j__jcl104-over-slf4j__version>1.3.1</m:dependency.management__org.slf4j__jcl104-over-slf4j__version>
22		<m:properties__maven-bundle-plugin-version>1.4.0</m:properties__maven-bundle-plugin-version>
23		<m:dependency.management__javax.activation__activation__version>1.1</m:dependency.management__javax.activation__activation__version>
24		<m:properties__test-test>${basedir}</m:properties__test-test>
25		<m:properties__maven-jar-plugin-version>2.2</m:properties__maven-jar-plugin-version>
26		<m:properties__activation-version>1.1</m:properties__activation-version>
27		<m:properties__servlet-version>2.5-20081211</m:properties__servlet-version>
28		<m:dependency.management__org.apache.maven__maven-plugin-tools-api__version>2.0</m:dependency.management__org.apache.maven__maven-plugin-tools-api__version>
29		<m:properties__jsp21-version>2.1.v20091210</m:properties__jsp21-version>
30		<e:sbtTransformHash>3d5a71b70673cfb56a20fd234c0e945ca759fe50</e:sbtTransformHash>
31		<m:properties__ant-version>1.6.5</m:properties__ant-version>
32		<m:dependency.management__javax.mail__mail__version>1.4</m:dependency.management__javax.mail__mail__version>
33		<m:maven.plugins>org.apache.maven.plugins__maven-enforcer-plugin__1.0-alpha-4|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-enforcer-plugin__1.0-alpha-4|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-enforcer-plugin__1.0-alpha-4|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-enforcer-plugin__1.0-alpha-4|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-release-plugin__null|org.apache.maven.plugins__maven-enforcer-plugin__null|null__maven-compiler-plugin__null|null__maven-release-plugin__null|org.apache.maven.plugins__maven-jar-plugin__2.1|org.apache.maven.plugins__maven-source-plugin__null</m:maven.plugins>
34		<m:dependency.management__org.slf4j__slf4j-api__version>1.3.1</m:dependency.management__org.slf4j__slf4j-api__version>
35	</info>
36	<configurations>
37		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
38		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
39		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
40		<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."/>
41		<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"/>
42		<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"/>
43		<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."/>
44		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
45		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
46		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
47	</configurations>
48	<publications>
49	</publications>
50</ivy-module>
51