|
@@ -17,10 +17,24 @@
|
|
|
-->
|
|
|
|
|
|
<configuration>
|
|
|
+
|
|
|
+ <!--
|
|
|
+ case sensitivity and permission options are determined at run time from OS type
|
|
|
+ -->
|
|
|
+
|
|
|
+ <property>
|
|
|
+ <name>fs.contract.is-case-sensitive</name>
|
|
|
+ <value>true</value>
|
|
|
+ </property>
|
|
|
+
|
|
|
+
|
|
|
+ <property>
|
|
|
+ <name>fs.contract.supports-unix-permissions</name>
|
|
|
+ <value>true</value>
|
|
|
+ </property>
|
|
|
+
|
|
|
<!--
|
|
|
- Here are most of the local FS contract options.
|
|
|
- some of them may be overridden at run time based on the OS,
|
|
|
- others potentially generated.
|
|
|
+ The remaining options are static
|
|
|
-->
|
|
|
|
|
|
<property>
|
|
@@ -33,11 +47,6 @@
|
|
|
<value>1000</value>
|
|
|
</property>
|
|
|
|
|
|
- <property>
|
|
|
- <name>fs.contract.is-case-sensitive</name>
|
|
|
- <value>true</value>
|
|
|
- </property>
|
|
|
-
|
|
|
<property>
|
|
|
<name>fs.contract.supports-append</name>
|
|
|
<value>true</value>
|
|
@@ -73,6 +82,11 @@
|
|
|
<value>true</value>
|
|
|
</property>
|
|
|
|
|
|
+ <property>
|
|
|
+ <name>fs.contract.rename-remove-dest-if-empty-dir</name>
|
|
|
+ <value>true</value>
|
|
|
+ </property>
|
|
|
+
|
|
|
<property>
|
|
|
<name>fs.contract.supports-seek</name>
|
|
|
<value>true</value>
|
|
@@ -108,4 +122,4 @@
|
|
|
<value>true</value>
|
|
|
</property>
|
|
|
|
|
|
-</configuration>
|
|
|
+</configuration>
|