SOLR-7135: Allow the server build.xml 'sync-hack' target to by skipped by specifying a system property.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2015-02-22 18:56:04 +00:00
parent 1fdf68d482
commit ba9d77a445
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
and rename jetty-start-xxxxxxxxxxxxx.jar -> start.jar (not in lib/) !
there is probably a cleaner way: but this ensure we have no garbage if jetty is upgraded -->
<target name="sync-hack">
<target name="sync-hack" unless="solr.skip.sync-hack">
<delete failonerror="false">
<fileset dir="lib" includes="*.jar"/>
</delete>