You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/10/27 13:57:50 UTC

svn commit: r589103 - /incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties

Author: xavier
Date: Sat Oct 27 06:57:50 2007
New Revision: 589103

URL: http://svn.apache.org/viewvc?rev=589103&view=rev
Log:
IMPROVEMENT: Make the root attribute in the ivyrep resolver mandatory (IVY-625)

Modified:
    incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties?rev=589103&r1=589102&r2=589103&view=diff
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/repository.properties Sat Oct 27 06:57:50 2007
@@ -19,7 +19,6 @@
 ivy.ibiblio.default.artifact.root = http://www.ibiblio.org/maven/
 ivy.ibiblio.default.artifact.pattern = [module]/[type]s/[artifact]-[revision].[ext]
 
-ivy.ivyrep.default.ivy.root = http://ivyrep.jayasoft.org/
 ivy.ivyrep.default.ivy.pattern = [organisation]/[module]/ivy-[revision].xml
 ivy.ivyrep.default.artifact.root = ${ivy.ibiblio.default.artifact.root}
 ivy.ivyrep.default.artifact.pattern = ${ivy.ibiblio.default.artifact.pattern}