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}/../../../"/>