You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2018/08/22 19:58:13 UTC

svn commit: r1838680 - /openoffice/trunk/main/solenv/ant/aoo-ant.xml

Author: damjan
Date: Wed Aug 22 19:58:13 2018
New Revision: 1838680

URL: http://svn.apache.org/viewvc?rev=1838680&view=rev
Log:
Fix typo in Ant property.

Patch by: me


Modified:
    openoffice/trunk/main/solenv/ant/aoo-ant.xml

Modified: openoffice/trunk/main/solenv/ant/aoo-ant.xml
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/ant/aoo-ant.xml?rev=1838680&r1=1838679&r2=1838680&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/ant/aoo-ant.xml (original)
+++ openoffice/trunk/main/solenv/ant/aoo-ant.xml Wed Aug 22 19:58:13 2018
@@ -138,7 +138,7 @@
 
             <condition property="test.skip">
                 <or>
-                    <not><isset property="test.present"/></not>
+                    <not><isset property="tests.present"/></not>
                     <not><isset property="OOO_JUNIT_JAR"/></not>
                 </or>
             </condition>