You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2018/11/02 15:07:59 UTC

svn commit: r1845593 - /uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml

Author: schor
Date: Fri Nov  2 15:07:59 2018
New Revision: 1845593

URL: http://svn.apache.org/viewvc?rev=1845593&view=rev
Log:
no jira, fix setting of dropPrevVersions

Modified:
    uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml

Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml?rev=1845593&r1=1845592&r2=1845593&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/pom.xml Fri Nov  2 15:07:59 2018
@@ -54,6 +54,8 @@
     <eclipseUpdateSiteComponent>uimaj</eclipseUpdateSiteComponent>
 
     <eclipseUpdateSubSite>${project.build.directory}/eclipse-update-site/${eclipseUpdateSiteComponent}</eclipseUpdateSubSite>
+    
+    <dropPrevVersions>false</dropPrevVersions>
 
   </properties>
 
@@ -145,7 +147,6 @@
                 
                 <fail unless="eclipse.home" message="********** Please set up and use an ant property eclipse.home set to an Eclipse installation at level 3.3 or later, e.g. c:/eclipses/3.3/eclipse" />
                 <fail unless="uima-eclipse-jar-processor" message="********** Please add to your settings.xml file the property uima-eclipse-jar-processor, point to this within an Eclipse installation at level 4.2 or later, e.g. \$\{uima-maven-build-eclipse-home\}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar" />
-                <property dropPrevVersions="false" />
                 <!--  skip this when dropping previous versions -->
                 <if> 
                     <equals arg1="${dropPrevVersions}" arg2="false" />