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 [6/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/org.eclipse.jdt/core/3.1.1/core.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.eclipse.jdt/core/3.1.1/core.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.eclipse.jdt/core/3.1.1/core.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.eclipse.jdt/core/3.1.1/core.ivy Tue Feb 22 15:55:55 2011
@@ -16,28 +16,28 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.eclipse.jdt"
-		module="core"
-		revision="3.1.1"
-		status="release"
-		publication="20060831193226"
-	>
-		<license name="Eclipse Public License v1.0" url="http://www.eclipse.org/org/documents/epl-v10.php" />
-		<description homepage="http://www.eclipse.org/jdt/" />
-	</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="core" type="jar" ext="jar" conf="master"/>
-	</publications>
+    <info organisation="org.eclipse.jdt"
+        module="core"
+        revision="3.1.1"
+        status="release"
+        publication="20060831193226"
+    >
+        <license name="Eclipse Public License v1.0" url="http://www.eclipse.org/org/documents/epl-v10.php" />
+        <description homepage="http://www.eclipse.org/jdt/" />
+    </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="core" type="jar" ext="jar" conf="master"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-ant/6.1.4/jetty-ant.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-ant/6.1.4/jetty-ant.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-ant/6.1.4/jetty-ant.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-ant/6.1.4/jetty-ant.ivy Tue Feb 22 15:55:55 2011
@@ -16,29 +16,29 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty" module="jetty-ant" revision="6.1.4" status="release" publication="20070616013849">
-		<license name="Apache License Version 2" url="http://www.apache.org/licenses/LICENSE-2.0"/>
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="jetty-ant" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.8.1" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty-plus" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty-naming" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jetty-ant" revision="6.1.4" status="release" publication="20070616013849">
+        <license name="Apache License Version 2" url="http://www.apache.org/licenses/LICENSE-2.0"/>
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="jetty-ant" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.8.1" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty-plus" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty-naming" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-naming/6.1.4/jetty-naming.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-naming/6.1.4/jetty-naming.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-naming/6.1.4/jetty-naming.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-naming/6.1.4/jetty-naming.ivy Tue Feb 22 15:55:55 2011
@@ -16,28 +16,28 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty" module="jetty-naming" revision="6.1.4" status="release" publication="20070616012740">
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="jetty-naming" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-		<dependency org="javax.mail" name="mail" rev="1.4" force="true" conf="optional->compile(*),master(*)"/>
-		<dependency org="javax.activation" name="activation" rev="1.1" force="true" conf="optional->compile(*),master(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jetty-naming" revision="6.1.4" status="release" publication="20070616012740">
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="jetty-naming" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+        <dependency org="javax.mail" name="mail" rev="1.4" force="true" conf="optional->compile(*),master(*)"/>
+        <dependency org="javax.activation" name="activation" rev="1.1" force="true" conf="optional->compile(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-plus/6.1.4/jetty-plus.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-plus/6.1.4/jetty-plus.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-plus/6.1.4/jetty-plus.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-plus/6.1.4/jetty-plus.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="org.mortbay.jetty" module="jetty-plus" revision="6.1.4" status="release" publication="20070616012822">
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="jetty-plus" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="org.apache.derby" name="derby" rev="10.1.1.0" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="javax.mail" name="mail" rev="1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="javax.activation" name="activation" rev="1.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty-naming" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jetty-plus" revision="6.1.4" status="release" publication="20070616012822">
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="jetty-plus" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="org.apache.derby" name="derby" rev="10.1.1.0" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="javax.mail" name="mail" rev="1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="javax.activation" name="activation" rev="1.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty-naming" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-util/6.1.4/jetty-util.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-util/6.1.4/jetty-util.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-util/6.1.4/jetty-util.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty-util/6.1.4/jetty-util.ivy Tue Feb 22 15:55:55 2011
@@ -16,26 +16,26 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty" module="jetty-util" revision="6.1.4" status="release" publication="20070616012112">
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="jetty-util" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jetty-util" revision="6.1.4" status="release" publication="20070616012112">
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="jetty-util" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty/6.1.4/jetty.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty/6.1.4/jetty.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty/6.1.4/jetty.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jetty/6.1.4/jetty.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="org.mortbay.jetty" module="jetty" revision="6.1.4" status="release" publication="20070616012353">
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="jetty" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jetty" revision="6.1.4" status="release" publication="20070616012353">
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="jetty" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="junit" name="junit" rev="3.8.2" force="true" conf="test->runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-2.1/6.1.4/jsp-2.1.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-2.1/6.1.4/jsp-2.1.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-2.1/6.1.4/jsp-2.1.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-2.1/6.1.4/jsp-2.1.ivy Tue Feb 22 15:55:55 2011
@@ -16,33 +16,33 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty"
-		module="jsp-2.1"
-		revision="6.1.4"
-		status="release"
-		publication="20070616012521"
-	>
-		<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="jsp-2.1" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-		<dependency org="org.mortbay.jetty" name="jsp-api-2.1" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-		<dependency org="org.eclipse.jdt" name="core" rev="3.1.1" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty"
+        module="jsp-2.1"
+        revision="6.1.4"
+        status="release"
+        publication="20070616012521"
+    >
+        <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="jsp-2.1" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+        <dependency org="org.mortbay.jetty" name="jsp-api-2.1" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+        <dependency org="org.eclipse.jdt" name="core" rev="3.1.1" force="true" conf="provided->compile(*),provided(*),runtime(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-api-2.1/6.1.4/jsp-api-2.1.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-api-2.1/6.1.4/jsp-api-2.1.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-api-2.1/6.1.4/jsp-api-2.1.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/jsp-api-2.1/6.1.4/jsp-api-2.1.ivy Tue Feb 22 15:55:55 2011
@@ -16,25 +16,25 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty" module="jsp-api-2.1" revision="6.1.4" status="release" publication="20070616012428">
-		<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="jsp-api-2.1" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-	</dependencies>
+    <info organisation="org.mortbay.jetty" module="jsp-api-2.1" revision="6.1.4" status="release" publication="20070616012428">
+        <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="jsp-api-2.1" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="org.mortbay.jetty" name="servlet-api-2.5" rev="6.1.4" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/servlet-api-2.5/6.1.4/servlet-api-2.5.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/servlet-api-2.5/6.1.4/servlet-api-2.5.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/servlet-api-2.5/6.1.4/servlet-api-2.5.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/org.mortbay.jetty/servlet-api-2.5/6.1.4/servlet-api-2.5.ivy Tue Feb 22 15:55:55 2011
@@ -16,23 +16,23 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="org.mortbay.jetty" module="servlet-api-2.5" revision="6.1.4" status="release" publication="20070616012028">
-		<license name="Apache License Version 1.1" url="http://www.apache.org/licenses/LICENSE-1.1"/>
-		<description homepage="http://jetty.mortbay.org"/>
-	</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="servlet-api-2.5" type="jar" ext="jar" conf="master"/>
-	</publications>
+    <info organisation="org.mortbay.jetty" module="servlet-api-2.5" revision="6.1.4" status="release" publication="20070616012028">
+        <license name="Apache License Version 1.1" url="http://www.apache.org/licenses/LICENSE-1.1"/>
+        <description homepage="http://jetty.mortbay.org"/>
+    </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="servlet-api-2.5" type="jar" ext="jar" conf="master"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/oro/oro/2.0.8/oro.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/oro/oro/2.0.8/oro.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/oro/oro/2.0.8/oro.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/oro/oro/2.0.8/oro.ivy Tue Feb 22 15:55:55 2011
@@ -16,28 +16,28 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="oro"
-		module="oro"
-		revision="2.0.8"
-		status="release"
-		publication="20051108232901"
-	>
-		<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="oro" type="jar" ext="jar" conf="master"/>
-		<artifact name="oro" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
+    <info organisation="oro"
+        module="oro"
+        revision="2.0.8"
+        status="release"
+        publication="20051108232901"
+    >
+        <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="oro" type="jar" ext="jar" conf="master"/>
+        <artifact name="oro" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/svnClientAdapter/svnClientAdapter/0.9.100/svnClientAdapter.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/svnClientAdapter/svnClientAdapter/0.9.100/svnClientAdapter.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/svnClientAdapter/svnClientAdapter/0.9.100/svnClientAdapter.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/svnClientAdapter/svnClientAdapter/0.9.100/svnClientAdapter.ivy Tue Feb 22 15:55:55 2011
@@ -15,13 +15,13 @@
    limitations under the License.
 -->
 <ivy-module version="2.0"> 
-	<info organisation="svnClientAdapter"
-	       module="svnClientAdapter"
-	       status="milestone"
-	       revision="0.9.100">
-	       <description>This module provides svnClientAdapter feature.</description>
-	</info>
-	<publications>
+    <info organisation="svnClientAdapter"
+           module="svnClientAdapter"
+           status="milestone"
+           revision="0.9.100">
+           <description>This module provides svnClientAdapter feature.</description>
+    </info>
+    <publications>
               <artifact type="jar" ext="jar"/>
-	</publications>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/svnant/svnant/1.2.1/svnant.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/svnant/svnant/1.2.1/svnant.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/svnant/svnant/1.2.1/svnant.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/svnant/svnant/1.2.1/svnant.ivy Tue Feb 22 15:55:55 2011
@@ -15,17 +15,17 @@
    limitations under the License.
 -->
 <ivy-module version="2.0"> 
-	<info organisation="svnant"
-	       module="svnant"
-	       status="milestone"
-	       revision="1.2.1">
-	       <description>This module provides svnant feature.</description>
-	</info>
-	<publications>
+    <info organisation="svnant"
+           module="svnant"
+           status="milestone"
+           revision="1.2.1">
+           <description>This module provides svnant feature.</description>
+    </info>
+    <publications>
                 <artifact type="jar" ext="jar"/>
-	</publications>
-	<dependencies>
-		<dependency org="svnjavahl" name="svnjavahl" rev="1.0" force="true" />
-		<dependency org="svnClientAdapter" name="svnClientAdapter" rev="0.9.100" force="true" />
-	</dependencies>
+    </publications>
+    <dependencies>
+        <dependency org="svnjavahl" name="svnjavahl" rev="1.0" force="true" />
+        <dependency org="svnClientAdapter" name="svnClientAdapter" rev="0.9.100" force="true" />
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/svnjavahl/svnjavahl/1.0/svnjavahl.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/svnjavahl/svnjavahl/1.0/svnjavahl.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/svnjavahl/svnjavahl/1.0/svnjavahl.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/svnjavahl/svnjavahl/1.0/svnjavahl.ivy Tue Feb 22 15:55:55 2011
@@ -15,13 +15,13 @@
    limitations under the License.
 -->
 <ivy-module version="2.0"> 
-	<info organisation="svnjavahl"
-	       module="svnjavahl"
-	       status="milestone"
-	       revision="1.0">
-	       <description>This module provides svnjavahl feature.</description>
-	</info>
-	<publications>
+    <info organisation="svnjavahl"
+           module="svnjavahl"
+           status="milestone"
+           revision="1.0">
+           <description>This module provides svnjavahl feature.</description>
+    </info>
+    <publications>
               <artifact type="jar" ext="jar"/>
-	</publications>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/third-party-ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/third-party-ivysettings.xml?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/third-party-ivysettings.xml (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/third-party-ivysettings.xml Tue Feb 22 15:55:55 2011
@@ -15,14 +15,14 @@
    limitations under the License.
 -->
 <ivysettings>
-	<settings defaultResolver="third-party-lib"/>
-	<caches useOrigin="true"/>
-	<resolvers>
-		<!-- libs included in core easyant distribution -->
-		<filesystem name="third-party-lib">
-			<ivy pattern="${ivy.settings.dir}/[organisation]/[module]/[revision]/[module].ivy"/>
-			<artifact pattern="${ivy.settings.dir}/[organisation]/[module]/[revision]/[artifact](-[classifier]).[ext]"/>
-		</filesystem>
-	</resolvers>
+    <settings defaultResolver="third-party-lib"/>
+    <caches useOrigin="true"/>
+    <resolvers>
+        <!-- libs included in core easyant distribution -->
+        <filesystem name="third-party-lib">
+            <ivy pattern="${ivy.settings.dir}/[organisation]/[module]/[revision]/[module].ivy"/>
+            <artifact pattern="${ivy.settings.dir}/[organisation]/[module]/[revision]/[artifact](-[classifier]).[ext]"/>
+        </filesystem>
+    </resolvers>
 
 </ivysettings>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/xalan/xalan/2.7.0/xalan.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/xalan/xalan/2.7.0/xalan.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/xalan/xalan/2.7.0/xalan.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/xalan/xalan/2.7.0/xalan.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="xalan"
-		module="xalan"
-		revision="2.7.0"
-		status="release"
-		publication="20051108230738"
-	>
-		<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="xalan" type="jar" ext="jar" conf="master"/>
-		<artifact name="xalan" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
-	<dependencies>
-		<dependency org="xml-apis" name="xml-apis" rev="2.0.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="xerces" name="xercesImpl" rev="2.6.0" force="true" conf="optional->compile(*),master(*)"/>
-	</dependencies>
+    <info organisation="xalan"
+        module="xalan"
+        revision="2.7.0"
+        status="release"
+        publication="20051108230738"
+    >
+        <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="xalan" type="jar" ext="jar" conf="master"/>
+        <artifact name="xalan" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
+    <dependencies>
+        <dependency org="xml-apis" name="xml-apis" rev="2.0.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="xerces" name="xercesImpl" rev="2.6.0" force="true" conf="optional->compile(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/xerces/xercesImpl/2.9.0/xercesImpl.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/xerces/xercesImpl/2.9.0/xercesImpl.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/xerces/xercesImpl/2.9.0/xercesImpl.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/xerces/xercesImpl/2.9.0/xercesImpl.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="xerces" module="xercesImpl" revision="2.9.0" status="release" publication="20081002001906">
-		<description homepage="http://xerces.apache.org/xerces2-j">
-		Xerces2 is the next generation of high performance, fully compliant XML parsers in the
+    <info organisation="xerces" module="xercesImpl" revision="2.9.0" status="release" publication="20081002001906">
+        <description homepage="http://xerces.apache.org/xerces2-j">
+        Xerces2 is the next generation of high performance, fully compliant XML parsers in the
     Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI),
     a complete framework for building parser components and configurations that is extremely
     modular and easy to program.
-		</description>
-		<m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
-	</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="xercesImpl" type="jar" ext="jar" conf="master"/>
-	</publications>
-	<dependencies>
-		<dependency org="xml-apis" name="xml-apis" rev="1.3.04" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
-		<dependency org="xml-resolver" name="xml-resolver" rev="1.2" force="true" conf="optional->compile(*),master(*)"/>
-	</dependencies>
+        </description>
+        <m:properties__organization.logo>http://www.apache.org/images/asf_logo_wide.gif</m:properties__organization.logo>
+    </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="xercesImpl" type="jar" ext="jar" conf="master"/>
+    </publications>
+    <dependencies>
+        <dependency org="xml-apis" name="xml-apis" rev="1.3.04" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+        <dependency org="xml-resolver" name="xml-resolver" rev="1.2" force="true" conf="optional->compile(*),master(*)"/>
+    </dependencies>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/xml-apis/xml-apis/1.3.04/xml-apis.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/xml-apis/xml-apis/1.3.04/xml-apis.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/xml-apis/xml-apis/1.3.04/xml-apis.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/xml-apis/xml-apis/1.3.04/xml-apis.ivy Tue Feb 22 15:55:55 2011
@@ -16,9 +16,9 @@
    limitations under the License.
 -->
 <ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
-	<info organisation="xml-apis" module="xml-apis" revision="1.3.04" status="release" publication="20061222143752">
-		<description homepage="http://xml.apache.org/commons/components/external/">
-		xml-commons provides an Apache-hosted set of DOM, SAX, and 
+    <info organisation="xml-apis" module="xml-apis" revision="1.3.04" status="release" publication="20061222143752">
+        <description homepage="http://xml.apache.org/commons/components/external/">
+        xml-commons provides an Apache-hosted set of DOM, SAX, and 
     JAXP interfaces for use in other xml-based projects. Our hope is that we 
     can standardize on both a common version and packaging scheme for these 
     critical XML standards interfaces to make the lives of both our developers 
@@ -26,22 +26,22 @@
     interfaces that are defined by external standards organizations. For DOM, 
     that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
     JAXP it's Sun.
-		</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="xml-apis" type="jar" ext="jar" conf="master"/>
-		<artifact name="xml-apis" type="source" ext="jar" conf="sources" m:classifier="sources"/>
-	</publications>
+        </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="xml-apis" type="jar" ext="jar" conf="master"/>
+        <artifact name="xml-apis" type="source" ext="jar" conf="sources" m:classifier="sources"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/repository/third-party-lib/xooki/xooki/0.1/xooki.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/third-party-lib/xooki/xooki/0.1/xooki.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/repository/third-party-lib/xooki/xooki/0.1/xooki.ivy (original)
+++ incubator/easyant/core/trunk/repository/third-party-lib/xooki/xooki/0.1/xooki.ivy Tue Feb 22 15:55:55 2011
@@ -16,30 +16,30 @@
    limitations under the License.
 -->
 <ivy-module version="1.0">
-	<info organisation="xooki"
-		module="xooki"
-		revision="0.1"
-		status="integration"
-		publication="20090111162100"
-	>
-		<license name="Apache License v2" url="http://www.apache.org/licenses/LICENSE-2.0.html" />
-		<description homepage="http://xooki.sourceforge.net/">
-		Xooki release packaged to set up xooki documentation in your project.
-		</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="xooki" type="jar" ext="jar" conf="master"/>
-	</publications>
+    <info organisation="xooki"
+        module="xooki"
+        revision="0.1"
+        status="integration"
+        publication="20090111162100"
+    >
+        <license name="Apache License v2" url="http://www.apache.org/licenses/LICENSE-2.0.html" />
+        <description homepage="http://xooki.sourceforge.net/">
+        Xooki release packaged to set up xooki documentation in your project.
+        </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="xooki" type="jar" ext="jar" conf="master"/>
+    </publications>
 </ivy-module>

Modified: incubator/easyant/core/trunk/src/build/etc/cache-wrapper-ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/src/build/etc/cache-wrapper-ivysettings.xml?rev=1073371&r1=1073370&r2=1073371&view=diff
==============================================================================
--- incubator/easyant/core/trunk/src/build/etc/cache-wrapper-ivysettings.xml (original)
+++ incubator/easyant/core/trunk/src/build/etc/cache-wrapper-ivysettings.xml Tue Feb 22 15:55:55 2011
@@ -17,5 +17,5 @@
 <ivysettings>
     <!-- we inherit all settings from the target file, but change the default cache dir location. -->
     <include file="${wrapper.target.settings}"/>
-	<caches useOrigin="true" defaultCacheDir="${wrapper.cache.dir}"/>
+    <caches useOrigin="true" defaultCacheDir="${wrapper.cache.dir}"/>
 </ivysettings>