]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6393: proto-repo-config.xml's <binaryStore> element should be parameterized
authorRichard Millet <remillet@berkeley.edu>
Fri, 30 May 2014 19:18:17 +0000 (12:18 -0700)
committerRichard Millet <remillet@berkeley.edu>
Fri, 30 May 2014 19:18:17 +0000 (12:18 -0700)
3rdparty/nuxeo/nuxeo-server/5.5-HF07/config/proto-repo-config.xml

index 4309e658ef1cde0757da1b9599fed3ca8ffd3d6a..af0c6b857e6486e0288cef4af1d82622b8818907 100644 (file)
@@ -8,7 +8,7 @@
                 <pool minPoolSize="0" maxPoolSize="20"
                       blockingTimeoutMillis="100" idleTimeoutMinutes="10" />
                 <clustering enabled="false" delay="1000" />
-                <binaryStore path="" />
+                <binaryStore path="" /> <!-- Should be parameterized. See CSPACE-6393 -->
                 <!-- Values in the following elements are primarily added during execution -->
                 <!-- of the 'ant deploy' command, within the Services source code tree. -->
                 <!-- (Several values are also added during system startup, into repository-specific -->