You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2009/05/23 11:53:26 UTC

svn commit: r777879 - in /poi/trunk: build.xml changelog.xsl src/documentation/content/xdocs/changes.xml src/documentation/skinconf.xml

Author: yegor
Date: Sat May 23 09:53:25 2009
New Revision: 777879

URL: http://svn.apache.org/viewvc?rev=777879&view=rev
Log:
changed Forrest config to use only status.xml, changes.xml is now obsolete

Removed:
    poi/trunk/changelog.xsl
    poi/trunk/src/documentation/content/xdocs/changes.xml
Modified:
    poi/trunk/build.xml
    poi/trunk/src/documentation/skinconf.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=777879&r1=777878&r2=777879&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat May 23 09:53:25 2009
@@ -143,7 +143,6 @@
   <property name="jdepend.report.dir" location="${build.site}/jdepend"/>
   <property name="jdepend.report.out.dir" location="${build.site.src}/src/documentation/content/jdepend"/>
   <property name="apidocs.report.dir" location="${build.site}/apidocs"/>
-  <property name="changelog.file" location="${build.site}/changelog.html"/>
   <property name="dist.dir" location="build/dist"/>
   <property name="mavendist.ooxml.dir" location="build/maven-ooxml-dependencies"/>
   <property name="apache.repository" value="scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository"/>
@@ -1021,14 +1020,6 @@
           </replacetokens>
         </filterchain>
       </copy>
-      <copy file="maven/mvn-sig.sh" todir="${dist.dir}">
-        <filterchain>
-          <replacetokens>
-            <token key="VERSION" value="${version.id}" />
-            <token key="DSTAMP" value="${DSTAMP}" />
-          </replacetokens>
-        </filterchain>
-      </copy>
 	</target>
 
   <target name="maven-ooxml-dependencies" description="Builds the POM files for the compiled XmlBeans generated from the Ecma supplied xsds">

Modified: poi/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/skinconf.xml?rev=777879&r1=777878&r2=777879&view=diff
==============================================================================
--- poi/trunk/src/documentation/skinconf.xml (original)
+++ poi/trunk/src/documentation/skinconf.xml Sat May 23 09:53:25 2009
@@ -57,7 +57,7 @@
   <!ELEMENT host-logo (#PCDATA)>
   <!ELEMENT year (#PCDATA)>
   <!ELEMENT vendor (#PCDATA)>
-  <!ELEMENT trail (link1, link2, link3)>
+  <!ELEMENT trail (link1, link2)>
   <!ELEMENT link1 EMPTY>
   <!-- Seems we can't use param entity refs until this is DTDified -->
   <!ATTLIST link1 name CDATA #REQUIRED href CDATA #IMPLIED>
@@ -90,23 +90,20 @@
   <!-- Whether to render mailto: links unrecognisable by spam harvesters -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
 
-  <!-- Do we want to disable the Google search box? -->
-  <disable-search>false</disable-search>
-  <!-- Do we want to disable w3c compliance links? -->
-  <disable-compliance-links>false</disable-compliance-links>
-
   <searchsite-domain>poi.apache.org</searchsite-domain>
   <searchsite-name>poi</searchsite-name>
 
   <!-- mandatory project logo
        skin: forrest-site renders it at the top -->
   <project-name>POI</project-name>
+  <project-description>POI</project-description>
   <project-url>http://poi.apache.org/</project-url>
   <project-logo>resources/images/project-logo.jpg</project-logo>
 
   <!-- optional group logo
        skin: forrest-site renders it at the top-left corner -->
   <group-name>Apache POI</group-name>
+  <group-description>Apache POI</group-description>
   <group-url>http://poi.apache.org</group-url>
   <group-logo>resources/images/group-logo.jpg</group-logo>
 
@@ -116,7 +113,7 @@
   <host-logo></host-logo>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2002-2007</year>
+  <year>2002-2009</year>
   <vendor>The Apache Software Foundation</vendor>
 
   <!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org