You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by fe...@apache.org on 2012/01/23 15:01:21 UTC

svn commit: r1234801 - in /nutch/branches/nutchgora: ./ src/plugin/creativecommons/ src/plugin/feed/ src/plugin/index-anchor/ src/plugin/index-basic/ src/plugin/index-more/ src/plugin/language-identifier/ src/plugin/lib-http/ src/plugin/lib-nekohtml/ s...

Author: ferdy
Date: Mon Jan 23 14:01:19 2012
New Revision: 1234801

URL: http://svn.apache.org/viewvc?rev=1234801&view=rev
Log:
NUTCH-1255 Change ivy.xml of all plugins to remove "nutch.root" property

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/src/plugin/creativecommons/ivy.xml
    nutch/branches/nutchgora/src/plugin/feed/ivy.xml
    nutch/branches/nutchgora/src/plugin/index-anchor/ivy.xml
    nutch/branches/nutchgora/src/plugin/index-basic/ivy.xml
    nutch/branches/nutchgora/src/plugin/index-more/ivy.xml
    nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml
    nutch/branches/nutchgora/src/plugin/lib-http/ivy.xml
    nutch/branches/nutchgora/src/plugin/lib-nekohtml/ivy.xml
    nutch/branches/nutchgora/src/plugin/lib-regex-filter/ivy.xml
    nutch/branches/nutchgora/src/plugin/lib-xml/ivy.xml
    nutch/branches/nutchgora/src/plugin/microformats-reltag/ivy.xml
    nutch/branches/nutchgora/src/plugin/nutch-extensionpoints/ivy.xml
    nutch/branches/nutchgora/src/plugin/parse-ext/ivy.xml
    nutch/branches/nutchgora/src/plugin/parse-js/ivy.xml
    nutch/branches/nutchgora/src/plugin/parse-swf/ivy.xml
    nutch/branches/nutchgora/src/plugin/parse-zip/ivy.xml
    nutch/branches/nutchgora/src/plugin/protocol-file/ivy.xml
    nutch/branches/nutchgora/src/plugin/protocol-ftp/ivy.xml
    nutch/branches/nutchgora/src/plugin/protocol-http/ivy.xml
    nutch/branches/nutchgora/src/plugin/protocol-httpclient/ivy.xml
    nutch/branches/nutchgora/src/plugin/protocol-sftp/ivy.xml
    nutch/branches/nutchgora/src/plugin/scoring-link/ivy.xml
    nutch/branches/nutchgora/src/plugin/scoring-opic/ivy.xml
    nutch/branches/nutchgora/src/plugin/subcollection/ivy.xml
    nutch/branches/nutchgora/src/plugin/tld/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-automaton/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-domain/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-prefix/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-regex/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-suffix/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlfilter-validator/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlnormalizer-basic/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlnormalizer-pass/ivy.xml
    nutch/branches/nutchgora/src/plugin/urlnormalizer-regex/ivy.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Mon Jan 23 14:01:19 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1255 Change ivy.xml of all plugins to remove "nutch.root" property (ferdy)
+
 * NUTCH-1189 add commented out default settings to gora.properties file (lewismc, Ferdy)
 
 * NUTCH-1138 remove LogUtil from trunk and nutchgora (lewismc)

Modified: nutch/branches/nutchgora/src/plugin/creativecommons/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/creativecommons/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/creativecommons/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/creativecommons/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/feed/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/feed/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/feed/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/feed/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/index-anchor/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/index-anchor/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/index-anchor/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/index-anchor/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/index-basic/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/index-basic/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/index-basic/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/index-basic/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-      <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+      <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/index-more/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/index-more/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/index-more/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/index-more/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/lib-http/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/lib-http/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/lib-http/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/lib-http/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/lib-nekohtml/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/lib-nekohtml/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/lib-nekohtml/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/lib-nekohtml/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/lib-regex-filter/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/lib-regex-filter/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/lib-regex-filter/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/lib-regex-filter/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/lib-xml/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/lib-xml/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/lib-xml/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/lib-xml/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/microformats-reltag/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/microformats-reltag/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/microformats-reltag/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/microformats-reltag/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/nutch-extensionpoints/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/nutch-extensionpoints/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/nutch-extensionpoints/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/nutch-extensionpoints/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/parse-ext/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/parse-ext/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/parse-ext/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/parse-ext/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/parse-js/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/parse-js/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/parse-js/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/parse-js/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/parse-swf/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/parse-swf/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/parse-swf/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/parse-swf/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/parse-zip/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/parse-zip/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/parse-zip/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/parse-zip/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/protocol-file/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/protocol-file/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/protocol-file/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/protocol-file/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/protocol-ftp/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/protocol-ftp/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/protocol-ftp/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/protocol-ftp/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/protocol-http/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/protocol-http/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/protocol-http/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/protocol-http/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/protocol-httpclient/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/protocol-httpclient/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/protocol-httpclient/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/protocol-httpclient/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/protocol-sftp/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/protocol-sftp/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/protocol-sftp/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/protocol-sftp/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/scoring-link/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/scoring-link/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/scoring-link/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/scoring-link/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/scoring-opic/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/scoring-opic/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/scoring-opic/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/scoring-opic/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/subcollection/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/subcollection/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/subcollection/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/subcollection/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/tld/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/tld/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/tld/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/tld/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-automaton/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-automaton/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-automaton/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-automaton/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-domain/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-domain/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-domain/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-domain/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-prefix/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-prefix/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-prefix/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-prefix/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-regex/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-regex/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-regex/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-regex/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-suffix/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-suffix/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-suffix/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-suffix/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlfilter-validator/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlfilter-validator/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlfilter-validator/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlfilter-validator/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlnormalizer-basic/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlnormalizer-basic/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlnormalizer-basic/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlnormalizer-basic/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlnormalizer-pass/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlnormalizer-pass/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlnormalizer-pass/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlnormalizer-pass/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>

Modified: nutch/branches/nutchgora/src/plugin/urlnormalizer-regex/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/urlnormalizer-regex/ivy.xml?rev=1234801&r1=1234800&r2=1234801&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/urlnormalizer-regex/ivy.xml (original)
+++ nutch/branches/nutchgora/src/plugin/urlnormalizer-regex/ivy.xml Mon Jan 23 14:01:19 2012
@@ -27,7 +27,7 @@
   </info>
 
   <configurations>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+    <include file="../../..//ivy/ivy-configurations.xml"/>
   </configurations>
 
   <publications>