> Author: gmcdonald > Date: Mon Mar 26 05:16:23 2007 > New Revision: 522492 > > URL: http://svn.apache.org/viewvc?view=rev&rev=522492 > Log: > Entries that were removed from main status.xml now put into their respective > plugins status.xml file, related to FOR-865 > > Modified: > > forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml > > forrest/trunk/plugins/org.apache.forrest.plugin.input.simplifiedDocbook/status.xml > > forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml
Note for the future that is is better to do stuff like this in the same commit action, i.e. removing from status.xml (r522257) and adding to plugins/*/status.xml (r522492) should be one step. -David