You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/16 15:19:53 UTC

svn commit: r190908 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook: README.txt build.xml forrest.properties input.xmap src/documentation/content/xdocs/index.xml src/documentation/skinconf.xml

Author: rgardler
Date: Thu Jun 16 06:19:49 2005
New Revision: 190908

URL: http://svn.apache.org/viewcvs?rev=190908&view=rev
Log:
preparing for name change forced by new versioning system

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/README.txt
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/build.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/forrest.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/content/xdocs/index.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/README.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/README.txt?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/README.txt (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/README.txt Thu Jun 16 06:19:49 2005
@@ -1,4 +1,4 @@
-org.apache.forrest.plugin.input.simplified-docbook Plugin
+org.apache.forrest.plugin.input.simplifiedDocbook Plugin
 =========================
 
 This plugin supports a Simplified Docbook. Although it does not support the

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/build.xml?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/build.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/build.xml Thu Jun 16 06:19:49 2005
@@ -17,13 +17,13 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="org.apache.forrest.plugin.input.simplified-docbook"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.input.simplifiedDocbook"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="input"/>
   <property name="plugin-version" value="0.1"/>
   <property name="description" value="Enable Simplified Docbook to be used as input."/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplified-docbook"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplifiedDocbook"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/forrest.properties?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/forrest.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/forrest.properties Thu Jun 16 06:19:49 2005
@@ -106,4 +106,4 @@
 
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
-project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.input.simplified-docbook,org.apache.forrest.plugin.output.pdf
+project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.input.simplifiedDocbook,org.apache.forrest.plugin.output.pdf

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/input.xmap?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/input.xmap Thu Jun 16 06:19:49 2005
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
   <!-- ============================================================ -->
-  <!-- org.apache.forrest.plugin.input.simplified-docbook Plugin                                    -->
+  <!-- org.apache.forrest.plugin.input.simplifiedDocbook Plugin                                    -->
   <!-- This plugin allows Simplified DocBook files to be            -->
   <!-- used in a Forrest site                                       -->
   <!-- ============================================================ -->
@@ -51,19 +51,19 @@
 
           <map:when test="docbook-v4.1.2">
             <map:generate src="{project:content.xdocs}{../../1}.xml" />
-            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
+            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplifiedDocbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>
           
           <map:when test="docbook-v4.2">
             <map:generate src="{project:content.xdocs}{../../1}.xml" />
-            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
+            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplifiedDocbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>
 
           <map:when test="sdocbook-v1.0">
             <map:generate src="{project:content.xdocs}{../../1}.xml" />
-            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
+            <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.input.simplifiedDocbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>
         </map:select>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/content/xdocs/index.xml?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/content/xdocs/index.xml Thu Jun 16 06:19:49 2005
@@ -18,11 +18,11 @@
 <!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.input.simplified-docbook Plugin</title> 
+    <title>Welcome to the org.apache.forrest.plugin.input.simplifiedDocbook Plugin</title> 
   </header> 
   <body> 
     <section>
-      <title>Apache Forrest - org.apache.forrest.plugin.input.simplified-docbook Plugin</title>
+      <title>Apache Forrest - org.apache.forrest.plugin.input.simplifiedDocbook Plugin</title>
       <p>This plugin allows files written in the Simplified Docbook vocabulary
       to be included in an Apache Forrest site.</p>
     </section>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml?rev=190908&r1=190907&r2=190908&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.simplified-docbook/src/documentation/skinconf.xml Thu Jun 16 06:19:49 2005
@@ -30,7 +30,7 @@
     no search box. @domain will enable sitesearch for the specific domain with google.
     In other words google will search the @domain for the query string.
   -->
-  <search name="org.apache.forrest.plugin.input.simplified-docbook Plugin" domain="mydomain" provider="google"/>
+  <search name="org.apache.forrest.plugin.input.simplifiedDocbook Plugin" domain="mydomain" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
@@ -67,8 +67,8 @@
   <!-- mandatory project logo
        default skin: renders it at the top -->
   <project-name>Plugin: Simplified Docbook input</project-name>
-  <project-description>org.apache.forrest.plugin.input.simplified-docbook plugin for Apache Forrest</project-description>
-  <project-url>http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplified-docbook/</project-url>
+  <project-description>org.apache.forrest.plugin.input.simplifiedDocbook plugin for Apache Forrest</project-description>
+  <project-url>http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/</project-url>
   <project-logo>images/project.png</project-logo>
   <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
@@ -113,7 +113,7 @@
   <trail>
     <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
     <link2 name="Plugins" href="http://forrest.apache.org/docs/plugins/"/>
-    <link3 name="org.apache.forrest.plugin.input.simplified-docbook" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplified-docbook/"/>
+    <link3 name="org.apache.forrest.plugin.input.simplifiedDocbook" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/"/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.