Author: maartenc
Date: Mon Jul 9 14:06:48 2007
New Revision: 554765
URL: http://svn.apache.org/viewvc?view=rev&rev=554765
Log:
Replace "jayasoft" by "apache"
Modified:
incubator/ivy/core/trunk/doc/configuration/classpath.html
incubator/ivy/core/trunk/doc/configuration/module.html
Modified: incubator/ivy/core/trunk/doc/configuration/classpath.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/configuration/classpath.html?view=diff&rev=554765&r1=554764&r2=554765
==============================================================================
--- incubator/ivy/core/trunk/doc/configuration/classpath.html (original)
+++ incubator/ivy/core/trunk/doc/configuration/classpath.html Mon Jul 9
14:06:48 2007
@@ -47,7 +47,7 @@
<code type="xml">
<ivysettings>
<classpath file="${ivy.settings.dir}/custom-resolver.jar"/>
- <typedef name="custom" classname="fr.jayasoft.ivy.resolver.CustomResolver"/>
+ <typedef name="custom" classname="org.apache.ivy.resolver.CustomResolver"/>
<resolvers>
<custom name="custom"/>
</resolvers>
@@ -59,7 +59,7 @@
<code type="xml">
<ivysettings>
<classpath url="http://www.myserver.com/ivy/custom-resolver.jar"/>
- <typedef name="custom" classname="fr.jayasoft.ivy.resolver.CustomResolver"/>
+ <typedef name="custom" classname="org.apache.ivy.resolver.CustomResolver"/>
<resolvers>
<custom name="custom"/>
</resolvers>
Modified: incubator/ivy/core/trunk/doc/configuration/module.html
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/configuration/module.html?view=diff&rev=554765&r1=554764&r2=554765
==============================================================================
--- incubator/ivy/core/trunk/doc/configuration/module.html (original)
+++ incubator/ivy/core/trunk/doc/configuration/module.html Mon Jul 9 14:06:48
2007
@@ -61,10 +61,10 @@
<h1>Examples</h1>
<code type="xml">
<modules>
- <module organisation="jayasoft" name="*" resolver="myprojectsresolver"/>
+ <module organisation="apache" name="*" resolver="myprojectsresolver"/>
</modules>
</code>
-Uses myprojectresolver for all modules from jayasoft.
+Uses myprojectresolver for all modules from Apache.
<hr/>
<code type="xml">
<modules>