You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/10 06:58:27 UTC

svn commit: r527029 - in /forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule: ./ src/documentation/ src/documentation/content/xdocs/

Author: crossley
Date: Mon Apr  9 21:58:26 2007
New Revision: 527029

URL: http://svn.apache.org/viewvc?view=rev&rev=527029
Log:
Whitespace changes only. Using xmlformat. Issue: FOR-644

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/locationmap.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/output.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/site.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/tabs.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/build.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/build.xml Mon Apr  9 21:58:26 2007
@@ -25,10 +25,8 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.inputModule"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-    
   <import file="../build.xml"/>
-
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
@@ -39,5 +37,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/locationmap.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/locationmap.xml Mon Apr  9 21:58:26 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,11 +23,9 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
+      <selector name="exists" logger="sitemap.selector.exists"  
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  
-  <locator>  
-  </locator>
+  <locator></locator>
 </locationmap>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/output.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/output.xmap?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/output.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/output.xmap Mon Apr  9 21:58:26 2007
@@ -23,9 +23,9 @@
     </map:generators>
   </map:components>
   <map:pipelines>
-    <!-- ============================================================ -->
-    <!-- input-module properties file                                                    -->
-    <!-- ============================================================ -->
+<!-- ============================================================ -->
+<!-- input-module properties file                                                    -->
+<!-- ============================================================ -->
     <map:pipeline>
       <map:match pattern="module.*.properties">
         <map:generate type="module">

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/index.xml Mon Apr  9 21:58:26 2007
@@ -16,28 +16,30 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to the org.apache.forrest.plugin.output.inputModule Plugin</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the org.apache.forrest.plugin.output.inputModule Plugin</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Apache Forrest - org.apache.forrest.plugin.output.inputModule Plugin</title>
-      <p>Produces properties from an input-module. This is been managed by the 
-        heart of this plugin the ModuleGenerator. The generator is contacting 
-        the input module and gets an iterator of all attributes names. This 
-        iterator will be then used to receive the values of the key. Till now 
-        we only use a Object to String cast but an input module does not have 
-        to return a simple String but can return any object. This may cause 
-        ClassCastExceptions for the values.</p>
+      <p>
+        Produces properties from an input-module. This is been managed by the
+        heart of this plugin the ModuleGenerator. The generator is contacting
+        the input module and gets an iterator of all attributes names. This
+        iterator will be then used to receive the values of the key. Till now we
+        only use a Object to String cast but an input module does not have to
+        return a simple String but can return any object. This may cause
+        ClassCastExceptions for the values.
+      </p>
     </section>
-    
     <section id="samples">
       <title>Samples</title>
-      <p>This section includes links to a number of samples using this plugin. The
-      plugin is intended to be self documenting through these samples. If you 
-      require further help please ask on the user mailing list.</p>
-      
+      <p>
+        This section includes links to a number of samples using this plugin.
+        The plugin is intended to be self documenting through these samples. If
+        you require further help please ask on the user mailing list.
+      </p>
       <ul>
         <li><a href="module.properties.properties">Properties of the project input 
           module</a> - used in the sitemap like 
@@ -46,10 +48,10 @@
           module</a> - we cast an object to a string, but the module returns 
           java.util.Date. This causes a ClassCastException.</li>
       </ul>
-      
-      <note>The more samples included here the easier it is for users to
-      understand this plugin. If you can provide additional samples please
-      do so.</note>
+      <note>
+        The more samples included here the easier it is for users to understand
+        this plugin. If you can provide additional samples please do so.
+      </note>
     </section>
   </body>
 </document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/site.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/site.xml Mon Apr  9 21:58:26 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,24 +28,20 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="org.apache.forrest.plugin.output.inputModule" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.output.inputModule"/>
     <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>
-
-  <!--
+<!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
   </all>
   -->
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
@@ -56,5 +51,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/content/xdocs/tabs.xml Mon Apr  9 21:58:26 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,12 +30,10 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab id="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
   <tab id="" label="Plugin Home" dir="" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/skinconf.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/src/documentation/skinconf.xml Mon Apr  9 21:58:26 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
 [
   <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
 ]>
-
 <skinconfig>
   &skinconf-common;
 
   <project-name>Plugin: org.apache.forrest.plugin.output.inputModule</project-name>
   <project-description>org.apache.forrest.plugin.output.inputModule plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/status.xml?view=diff&rev=527029&r1=527028&r2=527029
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.inputModule/status.xml Mon Apr  9 21:58:26 2007
@@ -16,29 +16,25 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
     <person name="Thorsten Scherler" email="thorsten@.apache.org" id="TS"/>
-    <!-- Add new developers here -->
+<!-- Add new developers here -->
     <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
-    
   </developers>
-
-  <!-- Define here the Title of the Context you want to display in the Changes pages.
+<!-- Define here the Title of the Context you want to display in the Changes pages.
        id = the context value of actions
        title = Title of the Context
-  -->  
+  -->
   <contexts>
-   <!-- Add new contexts here -->
-   <context id="code" title="Changes to the Code Base"/>
-   <context id="docs" title="Changes to Documentation"/>
-   <context id="admin" title="Changes to Project Administration"/>
-   <context id="design" title="Changes to Design"/>
-   <context id="build" title="Changes to Build"/>
-  </contexts> 
-
+<!-- Add new contexts here -->
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
   <changes>
-    <!-- Add new releases here -->
+<!-- Add new releases here -->
     <release version="0.1" date="not-released">
       <action dev="TS" type="add" context="code"> Initial plugin code. The 
         heart of this plugin is the ModuleGenerator. The generator is 
@@ -51,7 +47,6 @@
         documentation</action>
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="code" dev="TS">
@@ -59,5 +54,4 @@
       </action>
     </actions>
   </todo>
-
 </status>