Author: jlboudart
Date: Tue Aug 20 19:28:10 2013
New Revision: 1515940
URL: http://svn.apache.org/r1515940
Log:
Fix mispelled pattern in ivysettings organization with 'z' strongly decrease
performance looks like something unhandled in ivy
Modified:
ant/easyant/core/trunk/ivysettings.xml
Modified: ant/easyant/core/trunk/ivysettings.xml
URL:
http://svn.apache.org/viewvc/ant/easyant/core/trunk/ivysettings.xml?rev=1515940&r1=1515939&r2=1515940&view=diff
==============================================================================
--- ant/easyant/core/trunk/ivysettings.xml (original)
+++ ant/easyant/core/trunk/ivysettings.xml Tue Aug 20 19:28:10 2013
@@ -27,8 +27,8 @@
<resolver ref="apache-easyant-plugins"/>
<!-- still necessary for plugins using buildtypes prior to 0.9.
Should be remove on next release -->
<url name="legacy-modules" m2compatible="false">
- <artifact
pattern="http://repo.easyant.org/legacy-releases-local/[organization]/[module]/[revision]/[type]s/[module](-[classifier])-[revision].[ext]"
/>
- <ivy
pattern="http://repo.easyant.org/legacy-releases-local/[organization]/[module]/[revision]/[type]s/ivy-[revision].xml"
/>
+ <artifact
pattern="http://repo.easyant.org/legacy-releases-local/[organisation]/[module]/[revision]/[type]s/[module](-[classifier])-[revision].[ext]"
/>
+ <ivy
pattern="http://repo.easyant.org/legacy-releases-local/[organisation]/[module]/[revision]/[type]s/ivy-[revision].xml"
/>
</url>
<resolver ref="public-maven" />
</chain>