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/22 15:56:09 UTC

svn commit: r1073371 [4/28] - in /incubator/easyant/core/trunk: ./ bin/ example/build-configurations/ example/build-configurations/src/main/java/org/apache/easyant/example/ example/build-configurations/src/test/java/org/apache/easyant/example/ example/...

Modified: incubator/easyant/core/trunk/repository/third-party-lib/checkstyle/checkstyle/4.4/checkstyle.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/checkstyle/checkstyle/4.4/checkstyle.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/checkstyle/checkstyle/4.4/checkstyle.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/checkstyle/checkstyle/4.4/checkstyle.ivy Tue Feb 22 15:55:55 2011
@@ -16,38 +16,38 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="checkstyle"
-		module="checkstyle"
-		revision="4.4"
-		status="release"
-		publication="20080222205203"
-	>
-		<license name="GNU Lesser General Public License" url="http://www.gnu.org/licenses/lgpl.txt" />
-		<description homepage="http://checkstyle.sourceforge.net/">
-		Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
-		</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="checkstyle" type="jar" ext="jar" conf="master"/>
-		<artifact name="checkstyle" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
-	<dependencies>
-		<dependency org="antlr" name="antlr" rev="2.7.6" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-beanutils" name="commons-beanutils-core" rev="1.7.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-cli" name="commons-cli" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-collections" name="commons-collections" rev="2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-logging" name="commons-logging" rev="1.0.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+    <info organisation="checkstyle"
+        module="checkstyle"
+        revision="4.4"
+        status="release"
+        publication="20080222205203"
+    >
+        <license name="GNU Lesser General Public License" url="http://www.gnu.org/licenses/lgpl.txt" />
+        <description homepage="http://checkstyle.sourceforge.net/">
+        Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
+        </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="checkstyle" type="jar" ext="jar" conf="master"/>
+        <artifact name="checkstyle" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
+    <dependencies>
+        <dependency org="antlr" name="antlr" rev="2.7.6" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-beanutils" name="commons-beanutils-core" rev="1.7.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-cli" name="commons-cli" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-collections" name="commons-collections" rev="2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-logging" name="commons-logging" rev="1.0.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/com.jcraft/jsch/0.1.31/jsch.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/com.jcraft/jsch/0.1.31/jsch.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/com.jcraft/jsch/0.1.31/jsch.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/com.jcraft/jsch/0.1.31/jsch.ivy Tue Feb 22 15:55:55 2011
@@ -16,34 +16,34 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="com.jcraft"
-		module="jsch"
-		revision="0.1.31"
-		status="release"
-		publication="20070226235708"
-	>
-		<license name="BSD" url="http://www.jcraft.com/jsch/LICENSE.txt" />
-		<description homepage="http://www.jcraft.com/jsch/">
-		JSch is a pure Java implementation of SSH2
-		</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="jsch" type="jar" ext="jar" conf="master"/>
-		<artifact name="jsch" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
-	<dependencies>
-		<dependency org="com.jcraft" name="jzlib" rev="1.0.7" force="true" conf="optional->compile(*),master(*)"/>
-	</dependencies>
+    <info organisation="com.jcraft"
+        module="jsch"
+        revision="0.1.31"
+        status="release"
+        publication="20070226235708"
+    >
+        <license name="BSD" url="http://www.jcraft.com/jsch/LICENSE.txt" />
+        <description homepage="http://www.jcraft.com/jsch/">
+        JSch is a pure Java implementation of SSH2
+        </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="jsch" type="jar" ext="jar" conf="master"/>
+        <artifact name="jsch" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
+    <dependencies>
+        <dependency org="com.jcraft" name="jzlib" rev="1.0.7" force="true" conf="optional->compile(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core.ivy Tue Feb 22 15:55:55 2011
@@ -16,32 +16,32 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-beanutils"
-		module="commons-beanutils-core"
-		revision="1.7.0"
-		status="release"
-		publication="20051228140526"
-	>
-		<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="commons-beanutils-core" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="commons-logging" name="commons-logging" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-collections" name="commons-collections" rev="2.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="commons-beanutils"
+        module="commons-beanutils-core"
+        revision="1.7.0"
+        status="release"
+        publication="20051228140526"
+    >
+        <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="commons-beanutils-core" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="commons-logging" name="commons-logging" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-collections" name="commons-collections" rev="2.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-cli/commons-cli/1.0/commons-cli.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-cli/commons-cli/1.0/commons-cli.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-cli/commons-cli/1.0/commons-cli.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-cli/commons-cli/1.0/commons-cli.ivy Tue Feb 22 15:55:55 2011
@@ -16,37 +16,37 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-cli"
-		module="commons-cli"
-		revision="1.0"
-		status="release"
-		publication="20051108231152"
-	>
-		<description homepage="">
-		Commons CLI provides a simple API for working with the command line arguments and options.
-		</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-cli" type="jar" ext="jar" conf="master"/>
-		<artifact name="commons-cli" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-		<artifact name="commons-cli" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
-	</publications>
-	<dependencies>
-		<dependency org="commons-logging" name="commons-logging" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-lang" name="commons-lang" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="commons-cli"
+        module="commons-cli"
+        revision="1.0"
+        status="release"
+        publication="20051108231152"
+    >
+        <description homepage="">
+        Commons CLI provides a simple API for working with the command line arguments and options.
+        </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-cli" type="jar" ext="jar" conf="master"/>
+        <artifact name="commons-cli" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+        <artifact name="commons-cli" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+    </publications>
+    <dependencies>
+        <dependency org="commons-logging" name="commons-logging" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-lang" name="commons-lang" rev="1.0" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-codec/commons-codec/1.2/commons-codec.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-codec/commons-codec/1.2/commons-codec.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-codec/commons-codec/1.2/commons-codec.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-codec/commons-codec/1.2/commons-codec.ivy Tue Feb 22 15:55:55 2011
@@ -16,34 +16,34 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-codec"
-		module="commons-codec"
-		revision="1.2"
-		status="release"
-		publication="20051124062017"
-	>
-		<description homepage="">
-		The codec package contains simple encoder and decoders for
+    <info organisation="commons-codec"
+        module="commons-codec"
+        revision="1.2"
+        status="release"
+        publication="20051124062017"
+    >
+        <description homepage="">
+        The codec package contains simple encoder and decoders for
    various formats such as Base64 and Hexadecimal.  In addition to these
    widely used encoders and decoders, the codec package also maintains a
    collection of phonetic encoding utilities.
-		</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-codec" type="jar" ext="jar" conf="master"/>
-		<artifact name="commons-codec" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
-	</publications>
+        </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-codec" type="jar" ext="jar" conf="master"/>
+        <artifact name="commons-codec" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-collections/commons-collections/2.1/commons-collections.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-collections/commons-collections/2.1/commons-collections.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-collections/commons-collections/2.1/commons-collections.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-collections/commons-collections/2.1/commons-collections.ivy Tue Feb 22 15:55:55 2011
@@ -16,35 +16,35 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-collections"
-		module="commons-collections"
-		revision="2.1"
-		status="release"
-		publication="20051108233131"
-	>
-		<description homepage="">
-		Commons Collections
-		</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-collections" type="jar" ext="jar" conf="master"/>
-		<artifact name="commons-collections" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-		<artifact name="commons-collections" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="commons-collections"
+        module="commons-collections"
+        revision="2.1"
+        status="release"
+        publication="20051108233131"
+    >
+        <description homepage="">
+        Commons Collections
+        </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-collections" type="jar" ext="jar" conf="master"/>
+        <artifact name="commons-collections" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+        <artifact name="commons-collections" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.7" force="true" conf="test->runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-httpclient/commons-httpclient/3.0/commons-httpclient.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-httpclient/commons-httpclient/3.0/commons-httpclient.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-httpclient/commons-httpclient/3.0/commons-httpclient.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-httpclient/commons-httpclient/3.0/commons-httpclient.ivy Tue Feb 22 15:55:55 2011
@@ -16,37 +16,37 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-httpclient"
-		module="commons-httpclient"
-		revision="3.0"
-		status="release"
-		publication="20051220063426"
-	>
-		<license name="Apache License" url="http://www.apache.org/licenses/LICENSE-2.0" />
-		<description homepage="http://jakarta.apache.org/commons/httpclient/">
-		The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
-		</description>
-		<m:maven.plugins>null__surefire__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-httpclient" type="jar" ext="jar" conf="master"/>
-		<artifact name="commons-httpclient" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.8.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-logging" name="commons-logging" rev="1.0.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="commons-codec" name="commons-codec" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+    <info organisation="commons-httpclient"
+        module="commons-httpclient"
+        revision="3.0"
+        status="release"
+        publication="20051220063426"
+    >
+        <license name="Apache License" url="http://www.apache.org/licenses/LICENSE-2.0" />
+        <description homepage="http://jakarta.apache.org/commons/httpclient/">
+        The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
+        </description>
+        <m:maven.plugins>null__surefire__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-httpclient" type="jar" ext="jar" conf="master"/>
+        <artifact name="commons-httpclient" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.8.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-logging" name="commons-logging" rev="1.0.3" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="commons-codec" name="commons-codec" rev="1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/commons-lang/commons-lang/1.0/commons-lang.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/commons-lang/commons-lang/1.0/commons-lang.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-lang/commons-lang/1.0/commons-lang.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-lang/commons-lang/1.0/commons-lang.ivy Tue Feb 22 15:55:55 2011
@@ -16,36 +16,36 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="commons-lang"
-		module="commons-lang"
-		revision="1.0"
-		status="release"
-		publication="20051124062021"
-	>
-		<description homepage="">
-		Commons.Lang, a package of Java utility classes for the
+    <info organisation="commons-lang"
+        module="commons-lang"
+        revision="1.0"
+        status="release"
+        publication="20051124062021"
+    >
+        <description homepage="">
+        Commons.Lang, a package of Java utility classes for the
     classes that are in java.lang&apos;s hierarchy, or are considered to be so
     standard as to justify existence in java.lang.
-		</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-lang" type="jar" ext="jar" conf="master"/>
-		<artifact name="commons-lang" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.7" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+        </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-lang" type="jar" ext="jar" conf="master"/>
+        <artifact name="commons-lang" type="javadoc" ext="jar" conf="javadoc" m:classifier="javadoc"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.7" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.3/commons-logging.ivy Tue Feb 22 15:55:55 2011
@@ -16,34 +16,34 @@
    limitations under the License.
 -->
 <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>
+    <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>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-logging/commons-logging/1.0.4/commons-logging.ivy Tue Feb 22 15:55:55 2011
@@ -16,40 +16,40 @@
    limitations under the License.
 -->
 <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,
+    <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>
+        </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>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/commons-vfs/commons-vfs/1.0/commons-vfs.ivy Tue Feb 22 15:55:55 2011
@@ -16,42 +16,42 @@
    limitations under the License.
 -->
 <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>
+    <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>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma/2.0.5312/emma.ivy Tue Feb 22 15:55:55 2011
@@ -16,27 +16,27 @@
    limitations under the License.
 -->
 <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>
+    <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>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/emma/emma_ant/2.0.5312/emma_ant.ivy Tue Feb 22 15:55:55 2011
@@ -16,27 +16,27 @@
    limitations under the License.
 -->
 <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>
+    <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>

Modified: 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=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/hsqldb/hsqldb/1.8.0.7/hsqldb.ivy Tue Feb 22 15:55:55 2011
@@ -16,30 +16,30 @@
    limitations under the License.
 -->
 <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>
+    <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>