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 2005/01/02 18:52:52 UTC

svn commit: r123895 - /forrest/site/plugins/org.apache.forrest.plugin.text-output.zip /forrest/site/plugins/plugins.xml

Author: rick
Date: Sun Jan  2 09:52:51 2005
New Revision: 123895

URL: http://svn.apache.org/viewcvs?view=rev&rev=123895
Log:
Deployment of org.apache.forrest.plugin.text-output plugin (deployed by 'deploy' target of plugin build script)
Modified:
   forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
   forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
Url: http://svn.apache.org/viewcvs/forrest/site/plugins/org.apache.forrest.plugin.text-output.zip?view=diff&rev=123895&p1=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r1=123894&p2=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r2=123895
==============================================================================
Binary files. No diff available.

Modified: forrest/site/plugins/plugins.xml
Url: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&rev=123895&p1=forrest/site/plugins/plugins.xml&r1=123894&p2=forrest/site/plugins/plugins.xml&r2=123895
==============================================================================
--- forrest/site/plugins/plugins.xml	(original)
+++ forrest/site/plugins/plugins.xml	Sun Jan  2 09:52:51 2005
@@ -113,18 +113,6 @@
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
   
-  <plugin name="org.apache.forrest.plugin.Chart"
-        type="output"
-        author="Ross Gardler"
-        website="http://www.apache.org"
-        url="http://forrest.apache.org/plugins/"
-        version="0.1-dev">
-    <description>
-      Charting plugin that utilises JChart. 
-    </description>
-    <forrestVersion>0.7</forrestVersion>
-  </plugin>
-  
   <plugin name="org.apache.forrest.plugin.htmlArea"
         type="output"
         author="Ross Gardler"

Re: Confused (was Re: svn commit: r123895 - /forrest/site/plugins/org.apache.forrest.plugin.text-output.zip /forrest/site/plugins/plugins.xml)

Posted by Rick Tessner <ri...@apache.org>.
On Sun, 2005-01-02 at 18:35 +0000, Ross Gardler wrote:
> Rick Tessner wrote:
> > 
> > I'm a little confused here ... have I accidentally clobbered the
> > definition for the JCharts plugin here?
> 
> No, this is as a result of me forgetting to remove that entry on my 
> local drive before starting to work on the docs deployment stuff. No 
> need to worry about it.

Cool.  Good to know I didn't clobber anything.  Thanks! :)

Rick

Re: Confused (was Re: svn commit: r123895 - /forrest/site/plugins/org.apache.forrest.plugin.text-output.zip /forrest/site/plugins/plugins.xml)

Posted by Ross Gardler <rg...@apache.org>.
Rick Tessner wrote:
> On Sun, 2005-01-02 at 17:52 +0000, rick@apache.org wrote:
> 
>>Author: rick
>>Date: Sun Jan  2 09:52:51 2005
>>New Revision: 123895
>>
>>URL: http://svn.apache.org/viewcvs?view=rev&rev=123895
>>Log:
>>Deployment of org.apache.forrest.plugin.text-output plugin (deployed by 'deploy' target of plugin build script)
>>Modified:
>>   forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
>>   forrest/site/plugins/plugins.xml
>>
>>Modified: forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
>>Url: http://svn.apache.org/viewcvs/forrest/site/plugins/org.apache.forrest.plugin.text-output.zip?view=diff&rev=123895&p1=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r1=123894&p2=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r2=123895
>>==============================================================================
>>Binary files. No diff available.
>>
>>Modified: forrest/site/plugins/plugins.xml
>>Url: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&rev=123895&p1=forrest/site/plugins/plugins.xml&r1=123894&p2=forrest/site/plugins/plugins.xml&r2=123895
>>==============================================================================
>>--- forrest/site/plugins/plugins.xml	(original)
>>+++ forrest/site/plugins/plugins.xml	Sun Jan  2 09:52:51 2005
>>@@ -113,18 +113,6 @@
>> <!-- Output Plugins                                                     -->
>> <!-- ================================================================== -->
>>   
>>-  <plugin name="org.apache.forrest.plugin.Chart"
>>-        type="output"
>>-        author="Ross Gardler"
>>-        website="http://www.apache.org"
>>-        url="http://forrest.apache.org/plugins/"
>>-        version="0.1-dev">
>>-    <description>
>>-      Charting plugin that utilises JChart. 
>>-    </description>
>>-    <forrestVersion>0.7</forrestVersion>
>>-  </plugin>
>>-  
>>   <plugin name="org.apache.forrest.plugin.htmlArea"
>>         type="output"
>>         author="Ross Gardler"
> 
> 
> Hey Ross,
> 
> I'm a little confused here ... have I accidentally clobbered the
> definition for the JCharts plugin here?

No, this is as a result of me forgetting to remove that entry on my 
local drive before starting to work on the docs deployment stuff. No 
need to worry about it.

> I checked the SVN history for plugins/plugins.xml under
> https://svn.apache.org/repos/asf/forrest/trunk and didn't see any commit
> there for the jcharts plugin definition so I'm a little confused.

That's right there is not commit in trunk and it as mentioned above I 
should have removed it before working on the deploy stuff.

Sorry for the confusion.

Ross

Confused (was Re: svn commit: r123895 - /forrest/site/plugins/org.apache.forrest.plugin.text-output.zip /forrest/site/plugins/plugins.xml)

Posted by Rick Tessner <ri...@apache.org>.
On Sun, 2005-01-02 at 17:52 +0000, rick@apache.org wrote:
> Author: rick
> Date: Sun Jan  2 09:52:51 2005
> New Revision: 123895
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=123895
> Log:
> Deployment of org.apache.forrest.plugin.text-output plugin (deployed by 'deploy' target of plugin build script)
> Modified:
>    forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
>    forrest/site/plugins/plugins.xml
> 
> Modified: forrest/site/plugins/org.apache.forrest.plugin.text-output.zip
> Url: http://svn.apache.org/viewcvs/forrest/site/plugins/org.apache.forrest.plugin.text-output.zip?view=diff&rev=123895&p1=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r1=123894&p2=forrest/site/plugins/org.apache.forrest.plugin.text-output.zip&r2=123895
> ==============================================================================
> Binary files. No diff available.
> 
> Modified: forrest/site/plugins/plugins.xml
> Url: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&rev=123895&p1=forrest/site/plugins/plugins.xml&r1=123894&p2=forrest/site/plugins/plugins.xml&r2=123895
> ==============================================================================
> --- forrest/site/plugins/plugins.xml	(original)
> +++ forrest/site/plugins/plugins.xml	Sun Jan  2 09:52:51 2005
> @@ -113,18 +113,6 @@
>  <!-- Output Plugins                                                     -->
>  <!-- ================================================================== -->
>    
> -  <plugin name="org.apache.forrest.plugin.Chart"
> -        type="output"
> -        author="Ross Gardler"
> -        website="http://www.apache.org"
> -        url="http://forrest.apache.org/plugins/"
> -        version="0.1-dev">
> -    <description>
> -      Charting plugin that utilises JChart. 
> -    </description>
> -    <forrestVersion>0.7</forrestVersion>
> -  </plugin>
> -  
>    <plugin name="org.apache.forrest.plugin.htmlArea"
>          type="output"
>          author="Ross Gardler"

Hey Ross,

I'm a little confused here ... have I accidentally clobbered the
definition for the JCharts plugin here?

It looks that way, but with the discussion about the jcharts plugin
moving to JCharts, I'm not sure.

I checked the SVN history for plugins/plugins.xml under
https://svn.apache.org/repos/asf/forrest/trunk and didn't see any commit
there for the jcharts plugin definition so I'm a little confused.

I did see the SVN history for it in plugins/plugins.xml under
https://svn.apache.org/repos/asf/forrest/site tho.

-- 
Rick Tessner <ri...@apache.org>
Apache Software Foundation