Scarab commit: svn commit: r10946 - branches/release/0.22/scarab_properties.xml
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-03-05 06:39:04-0800
New Revision: 10946
Modified:
branches/release/0.22/scarab_properties.xml
Log:
CHG - Reorganized properties.
DEL - Removed all properties marked as migration properties for "migrate-b18-b19"
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=10946&r1=10945&r2=10946
==============================================================================
--- branches/release/0.22/scarab_properties.xml (original)
+++ branches/release/0.22/scarab_properties.xml 2010-03-05 06:39:04-0800
@@ -1520,85 +1520,6 @@
</group>
</section>
- <section name="MIGRATION">
- <details>
- These are some default values that are required for
- the b18-b19 migration build target. DO NOT MODIFY THEM!
-
- Relation to ant build:
- ----------------------
- This section directly corresponds to the ant task
-
- migrate-b18-b19
- </details>
-
- <property>
- <name>scarab.tomcat.http.port</name>
- <default>8080</default>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.tomcat.shutdown.port</name>
- <default>8005</default>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.webapp.reloadable</name>
- <default>true</default>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.webapp.checkInterval</name>
- <default>2</default>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.welcome.file</name>
- <default>index.html</default>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.file.max.size</name>
- <default>157286400</default>
- <comment>Maximum file size for file uploads/attachments.</comment>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.tomcat.proxy.name</name>
- <default/>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- <property>
- <name>scarab.tomcat.proxy.port</name>
- <default/>
- <comment/>
- <type>Build</type>
- <customization modification="optional">advanced</customization>
- <file/>
- </property>
- </section>
-
-
<section name="PROPERTY-MAPS">
<details>
Following mappings are fixed and shall never be changed!
@@ -2678,7 +2599,15 @@
</details>
</property>
- <property>
+ <property>
+ <name>scarab.file.max.size</name>
+ <default>157286400</default>
+ <comment>Maximum file size for file uploads/attachments.</comment>
+ <type>Build</type>
+ <customization modification="optional">advanced</customization>
+ <file/>
+ </property>
+ <property>
<name>repository.dir</name>
<default>${root.dir}/www/repository</default>
<comment/>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2455469