You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by hi...@apache.org on 2011/02/17 17:01:56 UTC

svn commit: r1071697 [7/42] - in /incubator/easyant: buildtypes/ buildtypes/trunk/ buildtypes/trunk/build-osgi-bundle-java/ buildtypes/trunk/build-osgi-bundle-java/src/ buildtypes/trunk/build-osgi-bundle-java/src/main/ buildtypes/trunk/build-osgi-bundl...

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="commons-logging"
+		module="commons-logging"
+		revision="1.0.3"
+		status="release"
+		publication="20051117142222"
+	>
+		<description homepage="http://jakarta.apache.org/commons/logging/">
+		Commons Logging
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="commons-logging" type="jar" ext="jar" conf="master"/>
+	</publications>
+	<dependencies>
+		<dependency org="log4j" name="log4j" rev="1.2.6" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="logkit" name="logkit" rev="1.0.1" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
+	</dependencies>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="commons-logging"
+		module="commons-logging"
+		revision="1.0.4"
+		status="release"
+		publication="20051108231641"
+	>
+		<license name="The Apache Software License, Version 2.0" url="/LICENSE.txt" />
+		<description homepage="http://jakarta.apache.org/commons/logging/">
+		Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.
+		</description>
+		<m:maven.plugins>null__maven-surefire-plugin__null</m:maven.plugins>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="commons-logging" type="jar" ext="jar" conf="master"/>
+		<artifact name="commons-logging" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+		<artifact name="commons-logging" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+	</publications>
+	<dependencies>
+		<dependency org="log4j" name="log4j" rev="1.2.6" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="logkit" name="logkit" rev="1.0.1" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
+		<dependency org="avalon-framework" name="avalon-framework" rev="4.1.3" force="true" conf="optional->compile(*),master(*)"/>
+	</dependencies>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+3424798e96f06ad93ddb1e0203536290
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+4c3f7a631b499aa3b9054dc1843e02301f7705ef
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+8a507817b28077e0478add944c64586a
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+f029a2aefe2b3e1517573c580f948caac31b1056
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="commons-vfs"
+		module="commons-vfs"
+		revision="1.0"
+		status="release"
+		publication="20061228194519"
+	>
+		<license name="The Apache Software License, Version 2.0" url="/LICENSE.txt" />
+		<description homepage="http://jakarta.apache.org/commons/vfs/">
+		VFS is a Virtual File System library.
+		</description>
+		<m:maven.plugins>null__maven-surefire-plugin__null|null__maven-xdoc-plugin__1.9.2</m:maven.plugins>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="commons-vfs" type="jar" ext="jar" conf="master"/>
+	</publications>
+	<dependencies>
+		<dependency org="ant" name="ant" rev="1.6.2" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="commons-net" name="commons-net" rev="1.4.1" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="commons-logging" name="commons-logging" rev="1.0.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+		<dependency org="commons-collections" name="commons-collections" rev="3.1" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="jdom" name="jdom" rev="1.0" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="commons-httpclient" name="commons-httpclient" rev="2.0.2" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="com.jcraft" name="jsch" rev="0.1.23" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="xml-apis" name="xml-apis" rev="1.0.b2" force="true" conf="optional->compile(*),master(*)"/>
+		<dependency org="oro" name="oro" rev="2.0.8" force="true" conf="optional->compile(*),master(*)"/>
+	</dependencies>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+6bcba6c6072e79ef2870707ec586d2a1
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+44000a587105c30f93d02a52aead950ab0b5908c
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+073d271faeb51252b8726100b8bc25af
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+2478ad37c6c2c27e76a9582455c2f670b0e7a0d1
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="emma"
+		module="emma"
+		revision="2.0.5312"
+		status="release"
+		publication="20051108225222"
+	>
+		<description homepage="" />
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="emma" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+8ca14bf47c1e5ef8cb751931852b252e
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+229efd4dd1d92b07f597985195509281d75d66c8
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+58802fbe6bb583b72ab7cf39b8033ed3
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+30a40933caf67d88d9e75957950ccf353b181ab7
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="emma"
+		module="emma_ant"
+		revision="2.0.5312"
+		status="release"
+		publication="20051108225222"
+	>
+		<description homepage="" />
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="emma_ant" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="hsqldb"
+		module="hsqldb"
+		revision="1.8.0.7"
+		status="release"
+		publication="20061002213454"
+	>
+		<license name="HSQLDB License" url="http://hsqldb.org/web/hsqlLicense.html" />
+		<description homepage="http://hsqldb.org/">
+		Lightweight 100% Java SQL Database Engine
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="hsqldb" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+740ebda450b29b03fa03cabf88a43977
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+aec3a9ef420593773f56fa62c13389744fda0747
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+ed0ff8ff5ba782cd6c508d3599039e13
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+20554954120b3cc9f08804524ec90113a73f3015
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="javax.activation" module="activation" revision="1.1" status="release" publication="20060503014829">
+		<license name="Common Development and Distribution License (CDDL) v1.0" url="https://glassfish.dev.java.net/public/CDDLv1.0.html"/>
+		<description homepage="http://java.sun.com/products/javabeans/jaf/index.jsp">
+		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).
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="activation" type="jar" ext="jar" conf="master"/>
+		<artifact name="activation" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.activation/activation/1.1/activation.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="javax.mail" module="mail" revision="1.4" status="release" publication="20060503015606">
+		<license name="Common Development and Distribution License (CDDL) v1.0" url="https://glassfish.dev.java.net/public/CDDLv1.0.html"/>
+		<description homepage="https://glassfish.dev.java.net/javaee5/mail/">
+		The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="mail" type="jar" ext="jar" conf="master"/>
+		<artifact name="mail" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+	</publications>
+	<dependencies>
+		<dependency org="javax.activation" name="activation" rev="1.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+	</dependencies>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/javax.mail/mail/1.4/mail.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="junit"
+		module="junit"
+		revision="3.7"
+		status="release"
+		publication="20070514233534"
+	>
+		<license name="Common Public License Version 1.0" url="http://www.opensource.org/licenses/cpl1.0.txt" />
+		<description homepage="http://junit.org">
+		JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="junit" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+57d44f1e352812b8aedbcd586a3b135d
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+3c6c539a8d79d73829685f899d53c1a797e8b089
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+96079ce2323b1e68431fdfd20efa6e2d
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.7/junit.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+e64f01b90744bda704f21ac10c5f16deba64e4b4
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="junit"
+		module="junit"
+		revision="3.8.2"
+		status="release"
+		publication="20070514233453"
+	>
+		<license name="Common Public License Version 1.0" url="http://www.opensource.org/licenses/cpl1.0.txt" />
+		<description homepage="http://junit.org">
+		JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="junit" type="jar" ext="jar" conf="master"/>
+		<artifact name="junit" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+		<artifact name="junit" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+dae7bb6bfefbacc7d37fb00523da6b8c
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+8e559bdc450afa4f324c3edecb3ecf3b145a6cbb
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+28e7eb9eeefe31a657c68755bfccc541
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/3.8.2/junit.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+07e4cde26b53a9a0e3fe5b00d1dbbc7cc1d46060
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+7394f61fe553be67401f2df42b7be5f5
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-javadoc.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+fcb4ce35b9733ae0476339d232086eb792370c96
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+4126a0974473f7cb7df7fd5cd109505d
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit-sources.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+c6fcccd240bf9a32bb6f16917a70a416b0d249a8
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="junit"
+		module="junit"
+		revision="4.4"
+		status="release"
+		publication="20070821194743"
+	>
+		<license name="Common Public License Version 1.0" url="http://www.opensource.org/licenses/cpl1.0.txt" />
+		<description homepage="http://junit.org">
+		JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="junit" type="jar" ext="jar" conf="master"/>
+		<artifact name="junit" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+		<artifact name="junit" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+a7f1f636bda715075db53be54f8e2953
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.ivy.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+47e4b5e9fd7300ad9982882a93aa15aadcf112ca
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.md5
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.md5?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.md5 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.md5 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+f852bbb2bbe0471cef8e5b833cb36078
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.sha1
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.sha1?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.sha1 (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/junit/junit/4.4/junit.jar.sha1 Thu Feb 17 17:01:07 2011
@@ -0,0 +1 @@
+8f35ee1f35d2dadbb5029991449ee90c1bab4d4a
\ No newline at end of file

Added: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,18 @@
+<ivy-module version="1.0">
+    <info organisation="net.luminis" module="osgi-bundle-ant" revision="0.2.0"/>
+    <configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="osgi-bundle-ant" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/net.luminis/osgi-bundle-ant/0.2.0/osgi-bundle-ant.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,18 @@
+<ivy-module version="1.0">
+    <info organisation="org.apache.ant" module="ant-antunit" revision="1.1"/>
+    <configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="ant-antunit" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.1/ant-antunit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,18 @@
+<ivy-module version="1.0">
+    <info organisation="org.apache.ant" module="ant-antunit" revision="1.2alpha"/>
+    <configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="ant-antunit" type="jar" ext="jar" conf="master"/>
+	</publications>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-antunit/1.2alpha/ant-antunit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy?rev=1071697&view=auto
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy (added)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy Thu Feb 17 17:01:07 2011
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="org.apache.ant"
+		module="ant-junit"
+		revision="1.7.1"
+		status="release"
+		publication="20080709220458"
+	>
+		<description homepage="">
+		contains the junit and junirreport tasks
+		</description>
+	</info>
+	<configurations>
+		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
+		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
+		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
+		<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."/>
+		<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"/>
+		<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"/>
+		<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."/>
+		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
+		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
+		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
+	</configurations>
+	<publications>
+		<artifact name="ant-junit" type="jar" ext="jar" conf="master"/>
+	</publications>
+	<dependencies>
+				<dependency org="junit" name="junit" rev="4.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*);test->runtime(*),master(*)"/>
+	</dependencies>
+</ivy-module>

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.ivy
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.jar
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.jar?rev=1071697&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/core/trunk/repository/third-party-lib/org.apache.ant/ant-junit/1.7.1/ant-junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream