beehive-commits@incubator.apache.org
[Top] [All Lists]

svn commit: r225146 - in /incubator/beehive/trunk/docs: build.xml forres

Subject: svn commit: r225146 - in /incubator/beehive/trunk/docs: build.xml forrest/src/documentation/skinconf.xml
From:
Date: Mon, 25 Jul 2005 16:03:08 -0000
Author: ekoneil
Date: Mon Jul 25 09:03:02 2005
New Revision: 225146

URL: http://svn.apache.org/viewcvs?rev=225146&view=rev
Log:
Couple of subtle changes in docs.  Fixed the comment address in skinconf.xml.  
Changed the target "site" name in docs/build.xml.

BB: self
DRT: build.dist pass / docs pass


Modified:
    incubator/beehive/trunk/docs/build.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/skinconf.xml

Modified: incubator/beehive/trunk/docs/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/build.xml?rev=225146&r1=225145&r2=225146&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/build.xml (original)
+++ incubator/beehive/trunk/docs/build.xml Mon Jul 25 09:03:02 2005
@@ -7,10 +7,10 @@
 
     <import file="../beehive-imports.xml"/>
 
-    <target name="build" depends="site"/>
+    <target name="build" depends="build.site"/>
     
-    <target name="site">
-        <ant dir="forrest" target="site"/>
+    <target name="build.site">
+        <ant dir="forrest" target="build"/>
     </target>
     
     <target name="clean">

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/skinconf.xml?rev=225146&r1=225145&r2=225146&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/skinconf.xml 
(original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/skinconf.xml Mon Jul 
25 09:03:02 2005
@@ -112,9 +112,9 @@
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
-    <feedback to="webmaster@xxxxxxx" 
href="mailto:webmaster@xxxxxxx?subject=Feedback&#160;";>
+    <feedback to="beehive-dev@xxxxxxxxxxxxxxxxxxxx" 
href="mailto:beehive-dev@xxxxxxxxxxxxxxxxxxxx?subject=Feedback&#160;";>
     Send feedback about the website to:
-  </feedback>
+    </feedback>
     <!--
     extra-css - here you can define custom css-elements that are 
     a. overriding the fallback elements or 


<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: r225146 - in /incubator/beehive/trunk/docs: build.xml forrest/src/documentation/skinconf.xml, ekoneil <=