Author: thorsten
Date: Sun Apr 8 12:29:00 2007
New Revision: 526596
URL: http://svn.apache.org/viewvc?view=rev&rev=526596
Log:
FOR-829 - Adding the needed properties for project.svg to the forrest
properties. This way it get picked up by the virtual skinconf.
Modified:
forrest/trunk/main/fresh-site/forrest.properties.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/default.plugin.properties.xml
Modified: forrest/trunk/main/fresh-site/forrest.properties.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties.xml?view=diff&rev=526596&r1=526595&r2=526596
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties.xml (original)
+++ forrest/trunk/main/fresh-site/forrest.properties.xml Sun Apr 8 12:29:00
2007
@@ -23,4 +23,7 @@
-->
<property name="dispatcher.theme" value="pelt"/>
<property name="dispatcher.theme-ext" value=".fv"/>
+ <!--SVG example for project/group logo-->
+ <property name="group-name" value="group"/>
+ <property name="project-name" value="project"/>
</properties>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/default.plugin.properties.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/default.plugin.properties.xml?view=diff&rev=526596&r1=526595&r2=526596
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/default.plugin.properties.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/default.plugin.properties.xml
Sun Apr 8 12:29:00 2007
@@ -23,4 +23,7 @@
<property name="dispatcher.themer" value="org.apache.forrest.themes.core"/>
<property name="dispatcher.home"
value="org.apache.forrest.plugin.internal.dispatcher"/>
<property name="dispatcher.caching" value="on" />
+ <!--SVG example for project/group logo-->
+ <property name="group-name" value="group"/>
+ <property name="project-name" value="project"/>
</properties>