Author: crossley
Date: Mon Jan 30 13:45:29 2006
New Revision: 373600
URL: http://svn.apache.org/viewcvs?rev=373600&view=rev
Log:
ALso refer to forrest/whiteboard/plugins
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?rev=373600&r1=373599&r2=373600&view=diff
==============================================================================
---
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
Mon Jan 30 13:45:29 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ Copyright 2002-2006 The Apache Software Foundation or its licensors,
as applicable.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -107,12 +107,13 @@
structure is almost identical, as are most of the required
configuration files. In this How-To we will assume that you are creating
a
plugin in the Forrest source tree. All plugins are developed in the
- <code>forrest/plugins</code> directory.</p>
+ <code>forrest/plugins</code> directory or the
+ <code>forrest/whiteboard/plugins</code> directory.</p>
<p class="instruction">Run the following set of commands:</p>
<source>
- cd [path_to_forrest]/plugins
+ cd [path_to_forrest]/whiteboard/plugins
ant seedPlugin
</source>
@@ -184,7 +185,7 @@
<p>
After seeding a new plugin, copy the configuration from an
existing plugin (e.g. org.apache.forrest.plugin.input.projectInfo).
- Copy src/documentation/skinconf.xml and
+ Copy src/documentation/skinconf.xml (and edit to suit) and
src/documentation/content/xdocs/images/project-logo.gif
</p>
</section>