Author: schor Date: Mon Jul 22 15:00:42 2013 New Revision: 1505706 URL: http://svn.apache.org/r1505706 Log: [UIMA-3080] fix test for apache-release in ant script
Modified: uima/build/trunk/parent-pom/pom.xml Modified: uima/build/trunk/parent-pom/pom.xml URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1505706&r1=1505705&r2=1505706&view=diff ============================================================================== --- uima/build/trunk/parent-pom/pom.xml (original) +++ uima/build/trunk/parent-pom/pom.xml Mon Jul 22 15:00:42 2013 @@ -1585,8 +1585,9 @@ Copyright (c) 2003, 2006 IBM Corporation <!-- SVN remote copy from release to dev --> <!-- and checkout to subsite --> <!-- =================================== --> + <if> - <isset property="apacheRelease" /> + <equals arg1="${isApacheRelease}" arg2="true" /> <then> <echo>copying svn dist release to dev for eclipse update subsite ${eclipseUpdateSiteComponent}</echo> <exec executable="svn">