Remove deprecated terrasync config values.
This commit is contained in:
parent
04bfa863ea
commit
4175334c93
1 changed files with 1 additions and 10 deletions
|
@ -810,21 +810,12 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
</jetways>
|
</jetways>
|
||||||
<terrasync preserve="y">
|
<terrasync preserve="y">
|
||||||
<enabled type="bool" userarchive="y">false</enabled>
|
<enabled type="bool" userarchive="y">false</enabled>
|
||||||
<use-built-in-svn type="bool" userarchive="y">true</use-built-in-svn>
|
|
||||||
<use-svn type="bool" userarchive="n">true</use-svn>
|
|
||||||
<!-- INTENTIONALLY LEFT BLANK so we query the server from Martin's web service -->
|
|
||||||
<svn-server userarchive="n"/>
|
|
||||||
<http-server userarchive="y">automatic</http-server>
|
<http-server userarchive="y">automatic</http-server>
|
||||||
<svn-data-server userarchive="y">http://fgfs.goneabitbursar.com/fgfsai/trunk</svn-data-server>
|
|
||||||
<rsync-server userarchive="n">scenery.flightgear.org::Scenery</rsync-server>
|
|
||||||
<!-- INTENTIONALLY LEFT BLANK! Do NOT edit.
|
<!-- INTENTIONALLY LEFT BLANK! Do NOT edit.
|
||||||
This (empty) value is the initial/default value only. Use command-line option
|
This (empty) value is the initial/default value only. Use command-line option
|
||||||
"terrasync-dir", GUI-dialog, or
|
"terrasync-dir", GUI-dialog, or
|
||||||
property browser to configure actual directory. -->
|
property browser to configure actual directory. -->
|
||||||
<scenery-dir userarchive="n"/>
|
<scenery-dir userarchive="n"/>
|
||||||
<ext-svn-utility type="string">svn</ext-svn-utility>
|
|
||||||
<!-- use absolute path if "svn"
|
|
||||||
isn't on system PATH (external SVN only)-->
|
|
||||||
<max-errors type="int">10</max-errors>
|
<max-errors type="int">10</max-errors>
|
||||||
<!-- abort when too many errors occurred, or -1=don't abort -->
|
<!-- abort when too many errors occurred, or -1=don't abort -->
|
||||||
</terrasync>
|
</terrasync>
|
||||||
|
|
Loading…
Reference in a new issue