Scarab commit: svn commit: r10986 - branches/release/0.22
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-04-16 07:13:25-0700
New Revision: 10986
Modified:
branches/release/0.22/project.properties
branches/release/0.22/scarab_properties.xml
Log:
FIX - Restored old default for scarab.attachment.remove.permanent. Missed during last commit.
Modified: branches/release/0.22/project.properties
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/project.properties?view=diff&pathrev=10986&r1=10985&r2=10986
==============================================================================
--- branches/release/0.22/project.properties (original)
+++ branches/release/0.22/project.properties 2010-04-16 07:13:25-0700
@@ -1147,7 +1147,7 @@
# the files will also be removed physically.
#
-scarab.attachment.remove.permanent=true
+scarab.attachment.remove.permanent=false
# -----------------------------
# scarab.attachments.repository
Modified: branches/release/0.22/scarab_properties.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/scarab_properties.xml?view=diff&pathrev=10986&r1=10985&r2=10986
==============================================================================
--- branches/release/0.22/scarab_properties.xml (original)
+++ branches/release/0.22/scarab_properties.xml 2010-04-16 07:13:25-0700
@@ -1120,7 +1120,7 @@
<property>
<name>scarab.attachment.remove.permanent</name>
- <default>true</default>
+ <default>false</default>
<type>Runtime</type>
<customization modification="optional">advanced</customization>
<file/>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2585352