You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/24 04:52:09 UTC

svn commit: r239512 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: controls/projects.xml pageflow/databinding.xml pageflow/datagrid.xml pageflow/pageflow_databinding.xml pageflow/pageflow_datagrid.xml site.xml

Author: ekoneil
Date: Tue Aug 23 19:52:05 2005
New Revision: 239512

URL: http://svn.apache.org/viewcvs?rev=239512&view=rev
Log:
Rename a few documentation files to not be double qualified as pageflow/pageflow_.  For example, pageflow/pageflow_datagrid.xml just became pageflow/datagrid.xml.

BB: self
DRT: build.release pass


Added:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/databinding.xml
      - copied unchanged from r239510, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/pageflow_databinding.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/datagrid.xml
      - copied unchanged from r239510, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/pageflow_datagrid.xml
Removed:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/pageflow_databinding.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/pageflow_datagrid.xml
Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml?rev=239512&r1=239511&r2=239512&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/projects.xml Tue Aug 23 19:52:05 2005
@@ -1,13 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 
-<!--
-  This template can be used as the starting point for authoring Beehive documentation.  Just remember
-  to author the Forrest subset of XHTML.  More information can be found here:
-
-    http://forrest.apache.org/docs_0_70/index.html    
-
-  -->
 <document>
     <header>
         <title>Building Controls</title>
@@ -26,7 +19,17 @@
             <a href="site:annotationprocessing">annotation processing</a> features available in J2SE 5.0.  As such, a special Ant
             build <a href="site:ant16/macros">macro</a> is used to process annotations and produce any build-time configuration
             artifacts (such as XML files and deployment descriptors) and binary class files.  The API for 
-            the Controls annotation processor is described <a href="site:antMacrosBuildControls">here</a>. 
+            the Controls annotation processor is described <a href="site:antMacrosBuildControls">here</a>.  This build macro
+            can be used to compile Control sources for a project.  It can be used in an Ant build file as:
+            </p>
+            <source><![CDATA[
+                <build-controls srcdir="src/"
+                                destdir="classes/"
+                                tempdir="tmp/"
+                                classpathref="project.classpath"/>
+            ]]>
+            </source>
+            <p>
             </p>
         </section>
         <section id="jar-project">

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml?rev=239512&r1=239511&r2=239512&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml Tue Aug 23 19:52:05 2005
@@ -19,7 +19,7 @@
             <pageflow_jsp label="JSP Files" href="pageflow/pageflow_jsp.html"/>
             <pageflow_building label="Building a Web Project" href="pageflow/pageflow_building.html"/>
             <pageflow_altering label="Altering a Page Flow" href="pageflow/pageflow_altering.html"/>
-            <pageflow_databinding label="Databinding" href="pageflow/pageflow_databinding.html"/>
+            <pageflow_databinding label="Databinding" href="pageflow/databinding.html"/>
             <pageflow_inheritance label="Inheritance" href="pageflow/pageflow_inheritance.html"/>
             <pageflow_sharedFlow label="Shared Flow" href="pageflow/sharedFlow.html"/>
             <pageflow_popups label="Popup Windows" href="pageflow/popupWindows.html"/>
@@ -28,7 +28,7 @@
                 <pageflow_tag_xhtml label="HTML/XHTML Support" href="pageflow/tagsXhtml.html" />
                 <pageflow_tag_javascript label="JavaScript Support" href="pageflow/tagsJavascript.html" />
                 <pageflow_tag_tree label="Trees" href="pageflow/tagsTree.html" />
-                <pageflow_datagrid label="Data Grids" href="pageflow/pageflow_datagrid.html"/>
+                <pageflow_datagrid label="Data Grids" href="pageflow/datagrid.html"/>
             </pageflow_tags>
             <pageflow_valid label="Validation" href="pageflow/validation.html"/>
             <pageflow_jsf label="Java Server Faces" href="pageflow/jsf.html"/>