You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/03 16:45:06 UTC

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

Author: rick
Date: Fri Dec  3 07:45:04 2004
New Revision: 109692

URL: http://svn.apache.org/viewcvs?view=rev&rev=109692
Log:
Change references of "text-output" to
"org.apache.forrest.plugin.text-output"

Change the instructions to make sure the Forrest version of "ant" is
used by explicitly using $FORREST_HOME/tools/ant/bin/ant.

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

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/README.txt	Fri Dec  3 07:45:04 2004
@@ -1,19 +1,19 @@
 STATUS
 ------
 
-This plugin is pre-alpha and may well change considerably without warning.
+This plugin is released.
 
 KNOWN PROBLEMS
 --------------
 
-Line wrapping, table handling, lists, formatting.
+See the plugin document, index.xml, for details.
 
 INSTALLATION
 ------------
 
-cd plugins/
-../main/build.sh local-deploy
-
-The "text-output" plugin name must also be added to the
-project.required.plugins property in your project's forrest.properties file.
+cd $FORREST_HOME/plugins/
+$FORREST_HOME/tools/ant/bin/ant local-deploy
 
+The "org.apache.forrest.plugin.text-output" plugin name must also be added to
+the project.required.plugins property in your project's forrest.properties
+file.

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/build.xml	Fri Dec  3 07:45:04 2004
@@ -16,7 +16,7 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="text-output"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.text-output"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/forrest.properties	Fri Dec  3 07:45:04 2004
@@ -105,4 +105,4 @@
 
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
-project.required.plugins=text-output,org.apache.forrest.plugin.pdf-output
+project.required.plugins=org.apache.forrest.plugin.text-output,org.apache.forrest.plugin.pdf-output

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/output.xmap	Fri Dec  3 07:45:04 2004
@@ -35,7 +35,7 @@
         <map:transform type="xinclude"/>
         <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.txt"/>
         <map:transform src="{forrest:context}/resources/stylesheets/declare-broken-site-links.xsl"/>
-        <map:transform src="{forrest:plugins}/text-output/resources/stylesheets/txt/document2txt.xsl">
+        <map:transform src="{forrest:plugins}/org.apache.forrest.plugin.text-output/resources/stylesheets/txt/document2txt.xsl">
             <map:parameter name="document-width" value="76"/>
         </map:transform>
         <map:serialize type="text"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/index.xml	Fri Dec  3 07:45:04 2004
@@ -37,10 +37,10 @@
       <ol>
         <li><code>cd $FORREST_HOME/plugin/</code></li>
 
-        <li><code>ant local-deploy</code></li>
+        <li><code>$FORREST_HOME/tools/ant/bin/ant local-deploy</code></li>
 
         <li>At this point, you'll be asked the name of the plugin to deploy.
-        The name of this plugin is <strong>text-output</strong></li>
+        The name of this plugin is <strong>org.apache.forrest.plugin.text-output</strong></li>
       </ol>
 
       <p>Once you have the text plugin installed, it is simply a case of
@@ -268,4 +268,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml?view=diff&rev=109692&p1=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml&r1=109691&p2=forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml&r2=109692
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/skinconf.xml	Fri Dec  3 07:45:04 2004
@@ -34,7 +34,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="text" domain="forrest.apache.org/plugins/text-output"/>
+  <search name="text" domain="forrest.apache.org/plugins/org.apache.forrest.plugin.text-output"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
@@ -72,7 +72,7 @@
        default skin: renders it at the top -->
   <project-name>Text</project-name>
   <project-description>Apache Forrest Text Plugin - generate Text files from Forrest documents</project-description>
-  <project-url>http://forrest.apache.org/plugins/text-output</project-url>
+  <project-url>http://forrest.apache.org/plugins/org.apache.forrest.plugin.text-output</project-url>
   <project-logo>images/project.png</project-logo>
   <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->