You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/10/01 23:59:41 UTC

svn commit: r700945 - in /labs/droids/branch/LABS-144/src/pluginTemplate: ./ src/documentation/ src/documentation/content/xdocs/ src/test/

Author: thorsten
Date: Wed Oct  1 14:59:41 2008
New Revision: 700945

URL: http://svn.apache.org/viewvc?rev=700945&view=rev
Log:
LABS-189
Creating a plugin template based on the one we have in forrest.
First step to seed new droids plugins.

Added:
    labs/droids/branch/LABS-144/src/pluginTemplate/
      - copied from r700921, forrest/trunk/plugins/pluginTemplate/
    labs/droids/branch/LABS-144/src/pluginTemplate/src/test/
    labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt   (with props)
Removed:
    labs/droids/branch/LABS-144/src/pluginTemplate/build.xml
Modified:
    labs/droids/branch/LABS-144/src/pluginTemplate/forrest.properties
    labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/index.xml
    labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/site.xml
    labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/tabs.xml
    labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/skinconf.xml

Modified: labs/droids/branch/LABS-144/src/pluginTemplate/forrest.properties
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/forrest.properties?rev=700945&r1=700921&r2=700945&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/forrest.properties (original)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/forrest.properties Wed Oct  1 14:59:41 2008
@@ -23,4 +23,4 @@
 # FIXME: FOR-785
 forrest.validate.skinconf=false
 
-project.required.plugins=@plugin-name@,org.apache.forrest.plugin.input.projectInfo
+project.required.plugins=org.apache.forrest.plugin.input.projectInfo

Modified: labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/index.xml?rev=700945&r1=700921&r2=700945&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/index.xml (original)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/index.xml Wed Oct  1 14:59:41 2008
@@ -22,7 +22,7 @@
   </header>
   <body>
     <section id="overview">
-      <title>Apache Forrest - @plugin-name@ Plugin</title>
+      <title>Apache Droids - @plugin-name@ Plugin</title>
       <p>
         @plugin-desc@
       </p>
@@ -35,10 +35,10 @@
         you require further help please ask on the user mailing list.
       </p>
       <ul>
-        <li><fixme author="rdg">
+        <li><fixme author="droids-dev">
             Add a link to a sample here...
           </fixme></li>
-        <li><fixme author="rdg">
+        <li><fixme author="droids-dev">
             Add another sample link here...
           </fixme></li>
       </ul>

Modified: labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/site.xml?rev=700945&r1=700921&r2=700945&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/site.xml (original)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/site.xml Wed Oct  1 14:59:41 2008
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <!--
-Forrest site.xml
+Droids site.xml
 
 This file contains an outline of the site's information content.  It is used to:
 - Generate the website menus (though these can be overridden - see docs)
@@ -31,13 +31,10 @@
 <site label="@plugin-name@" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to @plugin-name@"/>
-    <forrestPlugins label="Plugins Index" href="ext: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>
-  <samples label="Samples">
-    <sample-1 label="Sample-1" href="sample-1.html" description="Demonstration of functionality" />
-  </samples>
+  
 <!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
@@ -46,12 +43,6 @@
   </all>
   -->
   <external-refs>
-    <forrest href="http://forrest.apache.org/">
-      <linking href="docs/linking.html"/>
-      <validation href="docs/validation.html"/>
-      <webapp href="docs/your-project.html#webapp"/>
-      <dtd-docs href="docs/dtd-docs.html"/>
-      <plugins href="docs/plugins"/>
-    </forrest>
+    <forrest href="http://forrest.apache.org/"/>
   </external-refs>
 </site>

Modified: labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/tabs.xml?rev=700945&r1=700921&r2=700945&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/tabs.xml (original)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/content/xdocs/tabs.xml Wed Oct  1 14:59:41 2008
@@ -30,7 +30,6 @@
    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:
   <tab label="How-Tos" dir="community/howto/"/>

Modified: labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/skinconf.xml?rev=700945&r1=700921&r2=700945&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/skinconf.xml (original)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/src/documentation/skinconf.xml Wed Oct  1 14:59:41 2008
@@ -23,5 +23,5 @@
   &skinconf-common;
 
   <project-name>Plugin: @plugin-name@</project-name>
-  <project-description>@plugin-name@ plugin for Apache Forrest</project-description>
+  <project-description>@plugin-name@ plugin for Apache Droids</project-description>
 </skinconfig>

Added: labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt?rev=700945&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt (added)
+++ labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt Wed Oct  1 14:59:41 2008
@@ -0,0 +1 @@
+Place any junit testing code that your plugin requires in this directory.
\ No newline at end of file

Propchange: labs/droids/branch/LABS-144/src/pluginTemplate/src/test/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org