You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by eh...@apache.org on 2005/07/26 16:01:09 UTC

svn commit: r225312 - /lucene/nutch/trunk/src/plugin/build-plugin.xml

Author: ehatcher
Date: Tue Jul 26 07:01:07 2005
New Revision: 225312

URL: http://svn.apache.org/viewcvs?rev=225312&view=rev
Log:
fix property reference typo

Modified:
    lucene/nutch/trunk/src/plugin/build-plugin.xml

Modified: lucene/nutch/trunk/src/plugin/build-plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/plugin/build-plugin.xml?rev=225312&r1=225311&r2=225312&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/build-plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/build-plugin.xml Tue Jul 26 07:01:07 2005
@@ -9,7 +9,7 @@
 
   <!-- Load all the default properties, and any the user wants    -->
   <!-- to contribute (without having to type -D or edit this file -->
-  <property file="${user.home}/$(name}.build.properties" />
+  <property file="${user.home}/${name}.build.properties" />
   <property file="${root}/build.properties" />
 
   <property name="nutch.root" location="${root}/../../../"/>