Commit a82dff07 authored by Christophe Dumez's avatar Christophe Dumez

- added bootstrap path to preferences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6844 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f9db9ac5
......@@ -75,6 +75,7 @@
<list>
<string>my_preferred_subversion_user_name</string>
<string>my_preferred_subversion_working_copy</string>
<string>my_preferred_bootstrap_working_copy</string>
</list>
</value>
</item>
......
......@@ -38,7 +38,12 @@ class SubversionPreference:
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_subversion_working_copy',
'description' : 'The Subversion working wopy',
'description' : 'The Subversion working copy for bt5',
'type' : 'string',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_bootstrap_working_copy',
'description' : 'The Subversion working copy for bootstrap',
'type' : 'string',
'preference' : 1,
'mode' : 'w' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment