You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/03/05 11:20:04 UTC

svn commit: r383301 - in /forrest/trunk: main/forrest.build.xml whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft

Author: thorsten
Date: Sun Mar  5 02:20:02 2006
New Revision: 383301

URL: http://svn.apache.org/viewcvs?rev=383301&view=rev
Log:
Adding the theme name to the build info and changed the siteinfo-meta.ft to use the theme name instead of the skin name.

Modified:
    forrest/trunk/main/forrest.build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=383301&r1=383300&r2=383301&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Sun Mar  5 02:20:02 2006
@@ -253,6 +253,7 @@
       to be used later by Cocoon. -->
     <echo file="${project.temp-dir}/build-info.xml">&lt;info>
   &lt;project-skin>${project.skin}&lt;/project-skin>
+  &lt;project-theme>${project.theme}&lt;/project-theme>
   &lt;forrest-version>${forrest.version}&lt;/forrest-version>
 &lt;/info>
     </echo>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft?rev=383301&r1=383300&r2=383301&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/siteinfo-meta.ft Sun Mar  5 02:20:02 2006
@@ -43,9 +43,9 @@
 		        <xsl:value-of select="forrest-version"/>
 		      </xsl:attribute>
 		    </meta>
-		    <meta name="Forrest-skin-name">
+		    <meta name="Forrest-theme-name">
 		      <xsl:attribute name="content">
-		        <xsl:value-of select="project-skin"/>
+		        <xsl:value-of select="project-theme"/>
 		      </xsl:attribute>
 		    </meta>
 		  </xsl:template>