You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/03/28 03:07:19 UTC

svn commit: r1306093 - /lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml

Author: uschindler
Date: Wed Mar 28 01:07:18 2012
New Revision: 1306093

URL: http://svn.apache.org/viewvc?rev=1306093&view=rev
Log:
typo

Modified:
    lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml

Modified: lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml?rev=1306093&r1=1306092&r2=1306093&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml (original)
+++ lucene/dev/branches/lucene3930/lucene/contrib/misc/build.xml Wed Mar 28 01:07:18 2012
@@ -28,7 +28,7 @@
   <import file="../contrib-build.xml"/>
 
   <target name="install-cpptasks" depends="install-ivy" unless="cpptasks.uptodate">
-    <property name="maven-tasks.uptodate" value="true"/>
+    <property name="cpptasks.uptodate" value="true"/>
     <ivy:cachepath organisation="ant-contrib" module="cpptasks" revision="1.0b5"
              inline="true" conf="master" type="jar" pathid="cpptasks.classpath"/>
     <taskdef resource="cpptasks.tasks" classpathref="cpptasks.classpath"/>