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/07 09:51:13 UTC

svn commit: r526393 - in /forrest/trunk/tools/eclipse: features/org.apache.forrest.eclipse.feature/ plugins/org.apache.forrest.repository.daisy/ plugins/org.apache.forrest.repository.ui/ plugins/org.apache.forrest/ plugins/org.apache.forrest/conf/ plug...

Author: crossley
Date: Sat Apr  7 00:51:11 2007
New Revision: 526393

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

Modified:
    forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.daisy/plugin.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.ui/plugin.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/log4j.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/siteconfig.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/plugin.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_view.fv
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_xdoc.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/template_build.xml
    forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/view_build.xml
    forrest/trunk/tools/eclipse/updateSite/site.xml

Modified: forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml (original)
+++ forrest/trunk/tools/eclipse/features/org.apache.forrest.eclipse.feature/feature.xml Sat Apr  7 00:51:11 2007
@@ -5,22 +5,18 @@
       version="0.1.0"
       provider-name="The Apache Software Foundation"
       os="linux,win32">
-
-   <description url="http://forrest.apache.org">
-      This is the Apache Forrest Eclipse Plugin.
-Apache Forrest is a publishing framework that transforms input from
-various sources into a unified presentation in one or more output
-formats. The modular and extensible plugin architecture is based
-on Apache Cocoon and relevant standards, which separates presentation
-from content. Forrest can generate static documents, or be used
-as a dynamic server, or be deployed by its automated facility.
-   </description>
-
-   <copyright>
+  <description url="http://forrest.apache.org">
+    This is the Apache Forrest Eclipse Plugin. Apache Forrest is a publishing
+    framework that transforms input from various sources into a unified
+    presentation in one or more output formats. The modular and extensible
+    plugin architecture is based on Apache Cocoon and relevant standards, which
+    separates presentation from content. Forrest can generate static documents,
+    or be used as a dynamic server, or be deployed by its automated facility.
+  </description>
+  <copyright>
       Copyright © 1999-2005, The Apache Software Foundation
    </copyright>
-
-   <license url="http://www.apache.org/licenses/LICENSE-2.0">
+  <license url="http://www.apache.org/licenses/LICENSE-2.0">
       Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -223,43 +219,37 @@
    See the License for the specific language governing permissions and
    limitations under the License.
    </license>
-
-   <url>
-      <discovery label="Apache Forrest Site" url="http://forrest.apache.org"/>
-      <discovery label="Eclipse Foundation" url="http://www.eclipse.org"/>
-   </url>
-
-   <requires>
-      <import plugin="org.apache.ant" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ant.core" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jdt.core" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jdt.launching" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jface.text" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.resources" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.debug.core" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.debug.ui" version="0.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.wst.internet.webbrowser" version="0.0.0" match="greaterOrEqual"/>
-   </requires>
-
-   <plugin
+  <url>
+    <discovery label="Apache Forrest Site" url="http://forrest.apache.org"/>
+    <discovery label="Eclipse Foundation" url="http://www.eclipse.org"/>
+  </url>
+  <requires>
+    <import plugin="org.apache.ant" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.ant.core" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.ui" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.jdt.core" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.jdt.launching" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.jface.text" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.core.resources" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.core.runtime" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.debug.core" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.ui.ide" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.debug.ui" version="0.0.0" match="greaterOrEqual"/>
+    <import plugin="org.eclipse.wst.internet.webbrowser" version="0.0.0" match="greaterOrEqual"/>
+  </requires>
+  <plugin
          id="org.apache.forrest.eclipse"
          download-size="0"
          install-size="0"
          version="0.1.0"/>
-
-   <plugin
+  <plugin
          id="org.apache.forrest.eclipse.servletEngine"
          download-size="0"
          install-size="0"
          version="0.1.0"/>
-
-   <plugin
+  <plugin
          id="org.apache.forrest.repository.ui"
          download-size="0"
          install-size="0"
          version="0.0.1"/>
-
 </feature>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.daisy/plugin.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.daisy/plugin.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.daisy/plugin.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.daisy/plugin.xml Sat Apr  7 00:51:11 2007
@@ -22,24 +22,20 @@
    version="0.1.0"
    provider-name="The Apache Software Foundation"
    class="org.apache.forrest.repository.daisy.DaisyPlugin">
-
-   <runtime>
-      <library name="daisy.jar">
-         <export name="*"/>
-      </library>
-   </runtime>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime"/>
-   </requires>
-
-   <extension
+  <runtime>
+    <library name="daisy.jar">
+      <export name="*"/>
+    </library>
+  </runtime>
+  <requires>
+    <import plugin="org.eclipse.ui"/>
+    <import plugin="org.eclipse.core.runtime"/>
+  </requires>
+  <extension
          point="org.eclipse.ui.preferencePages">
-      <page
+    <page
             class="org.apache.forrest.repository.daisy.preferences.DaisyPreferences"
             id="org.apache.forrest.repository.daisy.preferences.DaisyPreferences"
             name="Daisy"/>
-   </extension>
-
+  </extension>
 </plugin>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.ui/plugin.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.ui/plugin.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.ui/plugin.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest.repository.ui/plugin.xml Sat Apr  7 00:51:11 2007
@@ -22,29 +22,25 @@
    version="0.1.0"
    provider-name="The Apache Software Foundation"
    class="org.apache.forrest.repository.ui.RepositoryUIPlugin">
-
-   <runtime>
-      <library name="ui.jar">
-         <export name="*"/>
-      </library>
-   </runtime>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.apache.forrest.repository.daisy"/>
-   </requires>
-   <extension
+  <runtime>
+    <library name="ui.jar">
+      <export name="*"/>
+    </library>
+  </runtime>
+  <requires>
+    <import plugin="org.eclipse.ui"/>
+    <import plugin="org.eclipse.core.runtime"/>
+    <import plugin="org.apache.forrest.repository.daisy"/>
+  </requires>
+  <extension
          point="org.eclipse.ui.views">
-      <category
+    <category
             name="Daisy Repository"
-            id="org.apache.forrest.repository.ui">
-      </category>
-      <view
+            id="org.apache.forrest.repository.ui"></category>
+    <view
             category="org.apache.forrest.repository.ui"
             class="org.apache.forrest.repository.ui.views.RepositoryView"
             id="org.apache.forrest.repository.ui.views.RepositoryBrowser"
-            name="RepositoryBrowser">
-      </view>
-   </extension>
+            name="RepositoryBrowser"></view>
+  </extension>
 </plugin>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/log4j.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/log4j.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/log4j.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/log4j.xml Sat Apr  7 00:51:11 2007
@@ -16,15 +16,12 @@
   limitations under the License.
 -->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
-
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
-
 <!--        
   <appender name="ConsoleAppender" class="org.apache.log4j.ConsoleAppender">
     <layout class="org.apache.log4j.SimpleLayout"/>
   </appender>
--->     
-
+-->
   <appender name="FileAppender" class="org.apache.log4j.FileAppender">
     <param name="File" value="forrestEclipse.log"/>
     <param name="Append" value="false"/>
@@ -32,7 +29,6 @@
       <param name="ConversionPattern" value="%d [%t] %p - %m%n"/>
     </layout>
   </appender>
-
 <!-- 
 	<appender name="XMLOutFormat" class="org.apache.log4j.FileAppender">
 	    <param name="File" value="forrestEclipse.log.xml"/>
@@ -40,18 +36,14 @@
 	    <layout class="org.apache.log4j.xml.XMLLayout"/>
 	</appender>
 -->
-
-	<appender name="SocketAppender" class="org.apache.log4j.net.SocketAppender">
-	    <param name="RemoteHost" value="localhost"/>
-	    <param name="Port" value="4445"/>
-	    <param name="LocationInfo" value="true"/>
-	</appender>
-
+  <appender name="SocketAppender" class="org.apache.log4j.net.SocketAppender">
+    <param name="RemoteHost" value="localhost"/>
+    <param name="Port" value="4445"/>
+    <param name="LocationInfo" value="true"/>
+  </appender>
   <root>
     <priority value ="debug" />
     <appender-ref ref="FileAppender"/>
     <appender-ref ref="SocketAppender"/>
   </root>
-
-</log4j:configuration> 
-    
\ No newline at end of file
+</log4j:configuration>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/siteconfig.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/siteconfig.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/siteconfig.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/conf/siteconfig.xml Sat Apr  7 00:51:11 2007
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <siteConfigDialog>
-  <!-- This is where you specify the configuration options for the New Project Wizard  
+<!-- This is where you specify the configuration options for the New Project Wizard  
        For the configFile element, the location attribute points to the location 
        of the configuration file to be edited.
 
@@ -30,7 +30,6 @@
 	   default = The default value of this configuration element.
 	   
   -->
-
   <configFile location="src/documentation/skinconf.xml">
     <field name="groupName" label ="Group Name" type="text" required="true" tag="group-name" description="The name of the Group this site belongs to:" default="Group Name"/>
     <field name="projectName" label ="Project Name" type="text" required="true" tag="project-name" description="The name of the Project this site belongs to:" default="Project Name"/>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/plugin.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/plugin.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/plugin.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/plugin.xml Sat Apr  7 00:51:11 2007
@@ -17,95 +17,93 @@
 -->
 <?eclipse version="3.0"?>
 <plugin>
-
-     <extension
+  <extension
       point="org.eclipse.ui.preferencePages">
-      <page
+    <page
             class="org.apache.forrest.eclipse.preference.ForrestPreferences"
             name="Forrest Preferences"
             id="org.apache.forrest.eclipse.preference.ForrestPreferences"/>
-   </extension>
-   <extension
+  </extension>
+  <extension
          point="org.eclipse.ui.newWizards">
-      <category
+    <category
             name="Forrest"
             id="org.apache.forrest.eclipse"/>
-      <wizard
+    <wizard
             class="org.apache.forrest.eclipse.wizards.NewProjectWizard"
             category="org.apache.forrest.eclipse"
             project="true"
             name="Seed New Project"
             id="org.apache.forrest.eclipse.NewProjectWizard"/>
-      <wizard
+    <wizard
             class="org.apache.forrest.eclipse.wizards.NewXDoc"
             category="org.apache.forrest.eclipse"
             name="XDoc File"
             id="org.apache.forrest.eclipse.wizards.NewXDoc"/>
-      <wizard
+    <wizard
             category="org.apache.forrest.eclipse"
             class="org.apache.forrest.eclipse.wizards.NewViewDoc"
             id="org.apache.forrest.eclipse.wizards.NewViewDoc"
             name="View Doc"/>
-   </extension>
-   <extension
+  </extension>
+  <extension
          point="org.eclipse.ui.popupMenus">
-      <objectContribution
+    <objectContribution
             objectClass="org.eclipse.core.resources.IResource"
             id="org.apache.forrest.eclipse.siteContribution">
-         <menu
+      <menu
                label="Site"
                path="projStart"
                id="org.apache.forrest.eclipse.siteMenu">
-            <separator name="Server"/>
-            <separator name="Static"/>
-         </menu>
-         <action
+        <separator name="Server"/>
+        <separator name="Static"/>
+      </menu>
+      <action
                enablesFor="1"
                label="Start Test Server"
                icon="icons/start.png"
                class="org.apache.forrest.eclipse.popup.actions.StartForrest"
                menubarPath="org.apache.forrest.eclipse.siteMenu/Server"
                id="org.apache.forrest.eclipse.StartForrest"/>
-         <action
+      <action
                enablesFor="1"
                label="Stop Test Server"
                icon="icons/stop.png"
                class="org.apache.forrest.eclipse.popup.actions.StopForrest"
                menubarPath="org.apache.forrest.eclipse.siteMenu/Server"
                id="org.apache.forrest.eclipse.StopServer"/>
-         <action
+      <action
                enablesFor="1"
                label="Build Site"
                icon="icons/build.png"
                class="org.apache.forrest.eclipse.popup.actions.BuildSite"
                menubarPath="org.apache.forrest.eclipse.siteMenu/Static"
                id="org.apache.forrest.eclipse.BuildServer"/>
-         <action
+      <action
                enablesFor="1"
                label="Build WAR File"
                icon="icons/build.png"
                class="org.apache.forrest.eclipse.popup.actions.BuildWARSite"
                menubarPath="org.apache.forrest.eclipse.siteMenu/Static"
                id="org.apache.forrest.eclipse.BuildWARServer"/>
-         <action
+      <action
                class="org.apache.forrest.eclipse.popup.actions.ModifyConfigs"
                enablesFor="1"
                id="org.apache.forrest.eclipse.ModifyConfigs"
                label="Modify Configurations"
                menubarPath="org.apache.forrest.eclipse.configMenu"/>
-         <action
+      <action
                class="org.apache.forrest.eclipse.popup.actions.ModifyPlugins"
                enablesFor="1"
                id="org.apache.forrest.eclipse.ModifyPlugins"
                label="Modify Plugin Selection"
                menubarPath="org.apache.forrest.eclipse.configMenu"/>
-         <menu
+      <menu
                id="org.apache.forrest.eclipse.configMenu"
                label="Modify Project Configurations"
                path="projStart"/>
-      </objectContribution>
-   </extension>
-  
+    </objectContribution>
+  </extension>
   <extension point="org.eclipse.ui.editors">
     <editor id="org.eclipse.webbrowser"
       name="%viewWebBrowserTitle"
@@ -116,61 +114,59 @@
   </extension>
   <extension
         point="org.eclipse.ui.views">
-     <category
+    <category
            id="Forrest"
            name="Forrest"/>
-     <view
+    <view
            category="Forrest"
            class="org.apache.forrest.eclipse.views.SiteXMLView"
            icon="icons/start.png"
            id="org.apache.forrest.view.siteXML"
            name="SiteXML"/>
-     <view
+    <view
            category="Forrest"
            class="org.apache.forrest.eclipse.views.TabsXMLView"
            icon="icons/start.png"
            id="org.apache.forrest.view.tabsXML"
            name="TabsXML"/>
-     <view
+    <view
            category="Forrest"
            class="org.apache.forrest.eclipse.views.ForrestPropertiesView"
            id="org.apache.forrest.view.propertiesEditor"
            name="Properties"/>
-     <view
+    <view
            category="Forrest"
            class="org.apache.forrest.eclipse.views.LocationmapView"
            id="org.apache.forrest.view.locationmap"
            name="Locationmap"/>
   </extension>
-  
-   <extension
+  <extension
          id="treeDrop"
          name="Site XML Drop"
          point="org.eclipse.ui.dropActions">
-      <action
+    <action
             class="org.apache.forrest.eclipse.views.SiteXMLView"
-            id="SiteXMLDrop">
-      </action>
-   </extension>
-   <extension
+            id="SiteXMLDrop"></action>
+  </extension>
+  <extension
          id="application"
          point="org.eclipse.core.runtime.applications">
-      <application>
-         <run class="org.apache.forrest.eclipse.Application"/>
-      </application>
-   </extension>
-   <extension
+    <application>
+      <run class="org.apache.forrest.eclipse.Application"/>
+    </application>
+  </extension>
+  <extension
          id="forrest"
          point="org.eclipse.core.runtime.products">
-      <product
+    <product
             application="org.apache.forrest.eclipse.application"
             name="Forrest IDE"/>
-   </extension>
-   <extension
+  </extension>
+  <extension
          point="org.eclipse.ui.perspectives">
-      <perspective
+    <perspective
             class="org.apache.forrest.eclipse.Perspective"
             id="org.apache.forrest.perspective.ContentObject"
             name="Content Object (Forrest)"/>
-   </extension>
-</plugin>
\ No newline at end of file
+  </extension>
+</plugin>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_view.fv
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_view.fv?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_view.fv (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_view.fv Sat Apr  7 00:51:11 2007
@@ -16,11 +16,11 @@
  limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>@title@</title> 
-  </header> 
-  <body> 
-    <!--  Add your content here -->
+<document>
+  <header>
+    <title>@title@</title>
+  </header>
+  <body>
+<!--  Add your content here -->
   </body>
 </document>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_xdoc.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_xdoc.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_xdoc.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/new_xdoc.xml Sat Apr  7 00:51:11 2007
@@ -16,11 +16,11 @@
  limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>@title@</title> 
-  </header> 
-  <body> 
-    <!--  Add your content here -->
+<document>
+  <header>
+    <title>@title@</title>
+  </header>
+  <body>
+<!--  Add your content here -->
   </body>
 </document>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/template_build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/template_build.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/template_build.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/template_build.xml Sat Apr  7 00:51:11 2007
@@ -17,30 +17,25 @@
 -->
 <project default="newXDoc" basedir="." 
   name="Forrest Eclipse Plugin Resource Management">
-
   <description>
     Targets for the creation and management of Forrest site resources.
   </description>
-  	
   <property name="resource.dir" value=""/>
   <property name="resource.name" value=""/>
-
   <property name="title" value="New XDoc"/>
-  
   <target name="_initFilterTokens_newXDoc"
   	description="Initialise the filter tokens for creating a new XDoc file">
-  	<filter token="title" value="${title}"/>
+    <filter token="title" value="${title}"/>
   </target>
-	
-  <!-- ============================================ -->
-  <!-- Create a new XDoc                            -->
-  <!-- ============================================ -->
+<!-- ============================================ -->
+<!-- Create a new XDoc                            -->
+<!-- ============================================ -->
   <target name="newXDoc"
   	description="Create a new XDoc in the resource directory"
   	depends="_initFilterTokens_newXDoc">
-  	<mkdir dir="${resource.dir}"/>
-  	<copy file="new_xdoc.xml" 
+    <mkdir dir="${resource.dir}"/>
+    <copy file="new_xdoc.xml" 
   		  tofile="${resource.dir}/${resource.name}" 
   		  filtering="yes"/>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/view_build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/view_build.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/view_build.xml (original)
+++ forrest/trunk/tools/eclipse/plugins/org.apache.forrest/src/org/apache/forrest/template/view_build.xml Sat Apr  7 00:51:11 2007
@@ -17,30 +17,25 @@
 -->
 <project default="newView" basedir="." 
   name="Forrest Eclipse Plugin Resource Management">
-
   <description>
     Targets for the creation and management of Forrest site resources.
   </description>
-  	
   <property name="resource.dir" value=""/>
   <property name="resource.name" value=""/>
-
   <property name="title" value="New View"/>
-  
   <target name="_initFilterTokens_newView"
   	description="Initialise the filter tokens for creating a new XDoc file">
-  	<filter token="title" value="${title}"/>
+    <filter token="title" value="${title}"/>
   </target>
-	
-  <!-- ============================================ -->
-  <!-- Create a new View                            -->
-  <!-- ============================================ -->
+<!-- ============================================ -->
+<!-- Create a new View                            -->
+<!-- ============================================ -->
   <target name="newView"
   	description="Create a new View in the resource directory"
   	depends="_initFilterTokens_newView">
-  	<mkdir dir="${resource.dir}"/>
-  	<copy file="new_view.fv" 
+    <mkdir dir="${resource.dir}"/>
+    <copy file="new_view.fv" 
   		  tofile="${resource.dir}/${resource.name}" 
   		  filtering="yes"/>
   </target>
-</project>
\ No newline at end of file
+</project>

Modified: forrest/trunk/tools/eclipse/updateSite/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/eclipse/updateSite/site.xml?view=diff&rev=526393&r1=526392&r2=526393
==============================================================================
--- forrest/trunk/tools/eclipse/updateSite/site.xml (original)
+++ forrest/trunk/tools/eclipse/updateSite/site.xml Sat Apr  7 00:51:11 2007
@@ -16,12 +16,17 @@
   limitations under the License.
 -->
 <site>
-   <feature url="features/org.apache.forrest.eclipse_0.1.0.jar" id="org.apache.forrest.eclipse" version="0.1.0" os="linux,win32">
-      <category name="Forrest"/>
-   </feature>
-   <category-def name="Forrest" label="Forrest">
-      <description>
-         Tools for working with Apache Forrest,  a publishing framework that transforms input from various sources into a unified presentation in one or more output formats. The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content. Forrest can generate static documents, or be used as a dynamic server, or be deployed by its automated facility.
-      </description>
-   </category-def>
+  <feature url="features/org.apache.forrest.eclipse_0.1.0.jar" id="org.apache.forrest.eclipse" version="0.1.0" os="linux,win32">
+    <category name="Forrest"/>
+  </feature>
+  <category-def name="Forrest" label="Forrest">
+    <description>
+      Tools for working with Apache Forrest, a publishing framework that
+      transforms input from various sources into a unified presentation in one
+      or more output formats. The modular and extensible plugin architecture is
+      based on Apache Cocoon and relevant standards, which separates
+      presentation from content. Forrest can generate static documents, or be
+      used as a dynamic server, or be deployed by its automated facility.
+    </description>
+  </category-def>
 </site>