cziegeler 02/02/04 06:39:55
Modified: src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap
ActNodeBuilder.java ActSetNode.java
ActTypeNode.java ActionSetNode.java
ActionSetNodeBuilder.java AggregateNode.java
AggregateNodeBuilder.java CallNode.java
CallNodeBuilder.java ComponentsNodeBuilder.java
ComponentsSelector.java GenerateNode.java
GenerateNodeBuilder.java HandleErrorsNode.java
HandleErrorsNodeBuilder.java MatchNode.java
MatchNodeBuilder.java MountNode.java
MountNodeBuilder.java PipelineNode.java
PipelineNodeBuilder.java PipelinesNode.java
PipelinesNodeBuilder.java PreparableMatchNode.java
ReadNode.java ReadNodeBuilder.java
RedirectToNodeBuilder.java RedirectToURINode.java
SelectNode.java SelectNodeBuilder.java
SerializeNode.java SerializeNodeBuilder.java
SitemapLanguage.java SitemapNode.java
SitemapNodeBuilder.java TransformNode.java
TransformNodeBuilder.java ViewNodeBuilder.java
Log:
cvs infos for treeprocessor - part I
Revision Changes Path
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActNodeBuilder.java
Index: ActNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ActNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -75,7 +75,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ActNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ActNodeBuilder extends AbstractParentProcessingNodeBuilder
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActSetNode.java
Index: ActSetNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActSetNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActSetNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ActSetNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -84,7 +84,7 @@
* Handles <map:act type="..."> (action-sets calls are handled by {@link
ActSetNode}).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ActSetNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ActSetNode extends SimpleParentProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActTypeNode.java
Index: ActTypeNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActTypeNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActTypeNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ActTypeNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -80,7 +80,7 @@
* Handles <map:act type="..."> (action-sets calls are handled by {@link
ActSetNode}).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ActTypeNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ActTypeNode extends SimpleSelectorProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActionSetNode.java
Index: ActionSetNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActionSetNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActionSetNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ActionSetNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -78,7 +78,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ActionSetNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ActionSetNode extends SimpleSelectorProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActionSetNodeBuilder.java
Index: ActionSetNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ActionSetNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ActionSetNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ActionSetNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -73,7 +73,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ActionSetNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class ActionSetNodeBuilder extends AbstractProcessingNodeBuilder implements
ThreadSafe {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/AggregateNode.java
Index: AggregateNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/AggregateNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AggregateNode.java 4 Feb 2002 10:21:08 -0000 1.4
+++ AggregateNode.java 4 Feb 2002 14:39:53 -0000 1.5
@@ -87,7 +87,7 @@
* <a
href="http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=100517130418424">here</a>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: AggregateNode.java,v 1.5 2002/02/04 14:39:53 cziegeler Exp $
*/
public class AggregateNode extends AbstractProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/AggregateNodeBuilder.java
Index: AggregateNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/AggregateNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AggregateNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ AggregateNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -69,7 +69,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: AggregateNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class AggregateNodeBuilder extends AbstractProcessingNodeBuilder
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/CallNode.java
Index: CallNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/CallNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CallNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ CallNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -74,7 +74,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: CallNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class CallNode extends AbstractProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/CallNodeBuilder.java
Index: CallNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/CallNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CallNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ CallNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -70,7 +70,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: CallNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class CallNodeBuilder extends AbstractProcessingNodeBuilder
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ComponentsNodeBuilder.java
Index: ComponentsNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ComponentsNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ComponentsNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ComponentsNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -63,7 +63,7 @@
* Handles <map:components>. It doesn't actually create a
<code>ProcessingNode</code>.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ComponentsNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class ComponentsNodeBuilder extends AbstractProcessingNodeBuilder {
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ComponentsSelector.java
Index: ComponentsSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ComponentsSelector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ComponentsSelector.java 4 Feb 2002 10:21:08 -0000 1.2
+++ ComponentsSelector.java 4 Feb 2002 14:39:53 -0000 1.3
@@ -79,7 +79,7 @@
* Component selector for sitemap components.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ComponentsSelector.java,v 1.3 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class ComponentsSelector extends ExtendedComponentSelector implements
OutputComponentSelector {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/GenerateNode.java
Index: GenerateNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/GenerateNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GenerateNode.java 4 Feb 2002 10:21:08 -0000 1.4
+++ GenerateNode.java 4 Feb 2002 14:39:53 -0000 1.5
@@ -70,7 +70,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: GenerateNode.java,v 1.5 2002/02/04 14:39:53 cziegeler Exp $
*/
public class GenerateNode extends AbstractProcessingNode implements
ParameterizableProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/GenerateNodeBuilder.java
Index: GenerateNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/GenerateNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GenerateNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ GenerateNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -67,7 +67,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: GenerateNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class GenerateNodeBuilder extends AbstractProcessingNodeBuilder
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/HandleErrorsNode.java
Index: HandleErrorsNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/HandleErrorsNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HandleErrorsNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ HandleErrorsNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -72,7 +72,7 @@
* Handles <map:handle-errors>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: HandleErrorsNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public final class HandleErrorsNode extends AbstractParentProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/HandleErrorsNodeBuilder.java
Index: HandleErrorsNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/HandleErrorsNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HandleErrorsNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ HandleErrorsNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -64,7 +64,7 @@
* Builds a <map:handle-errors>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: HandleErrorsNodeBuilder.java,v 1.4 2002/02/04 14:39:53
cziegeler Exp $
*/
public class HandleErrorsNodeBuilder extends AbstractParentProcessingNodeBuilder
implements ThreadSafe {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MatchNode.java
Index: MatchNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MatchNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MatchNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ MatchNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -75,7 +75,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: MatchNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class MatchNode extends SimpleSelectorProcessingNode implements
ParameterizableProcessingNode, Composable {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MatchNodeBuilder.java
Index: MatchNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MatchNodeBuilder.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MatchNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.4
+++ MatchNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.5
@@ -73,7 +73,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: MatchNodeBuilder.java,v 1.5 2002/02/04 14:39:53 cziegeler Exp $
*/
public class MatchNodeBuilder extends AbstractParentProcessingNodeBuilder
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MountNode.java
Index: MountNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MountNode.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MountNode.java 4 Feb 2002 10:21:08 -0000 1.2
+++ MountNode.java 4 Feb 2002 14:39:53 -0000 1.3
@@ -75,7 +75,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: MountNode.java,v 1.3 2002/02/04 14:39:53 cziegeler Exp $
*/
public class MountNode extends AbstractProcessingNode implements Composable {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MountNodeBuilder.java
Index: MountNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/MountNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MountNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ MountNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -64,7 +64,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: MountNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class MountNodeBuilder extends AbstractProcessingNodeBuilder implements
ThreadSafe {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelineNode.java
Index: PipelineNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelineNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PipelineNode.java 4 Feb 2002 10:21:08 -0000 1.4
+++ PipelineNode.java 4 Feb 2002 14:39:53 -0000 1.5
@@ -81,7 +81,7 @@
*
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: PipelineNode.java,v 1.5 2002/02/04 14:39:53 cziegeler Exp $
*/
public class PipelineNode extends AbstractParentProcessingNode implements
Composable {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelineNodeBuilder.java
Index: PipelineNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelineNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PipelineNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ PipelineNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -69,7 +69,7 @@
* Builds a <map:pipeline>
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: PipelineNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class PipelineNodeBuilder extends AbstractParentProcessingNodeBuilder
implements ThreadSafe {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelinesNode.java
Index: PipelinesNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelinesNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PipelinesNode.java 4 Feb 2002 10:21:08 -0000 1.4
+++ PipelinesNode.java 4 Feb 2002 14:39:53 -0000 1.5
@@ -78,7 +78,7 @@
* Handles <map:pipelines>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: PipelinesNode.java,v 1.5 2002/02/04 14:39:53 cziegeler Exp $
*/
public final class PipelinesNode extends SimpleParentProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelinesNodeBuilder.java
Index: PipelinesNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PipelinesNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PipelinesNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ PipelinesNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -66,7 +66,7 @@
* Builds a <map:pipelines>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: PipelinesNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class PipelinesNodeBuilder extends ContainerNodeBuilder implements
ThreadSafe {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PreparableMatchNode.java
Index: PreparableMatchNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/PreparableMatchNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PreparableMatchNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ PreparableMatchNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -77,7 +77,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: PreparableMatchNode.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class PreparableMatchNode extends SimpleSelectorProcessingNode implements
ParameterizableProcessingNode, Composable {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ReadNode.java
Index: ReadNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ReadNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ReadNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ReadNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -69,7 +69,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ReadNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ReadNode extends AbstractProcessingNode implements
ParameterizableProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ReadNodeBuilder.java
Index: ReadNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ReadNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ReadNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ ReadNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -67,7 +67,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ReadNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class ReadNodeBuilder extends AbstractProcessingNodeBuilder implements
ThreadSafe {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/RedirectToNodeBuilder.java
Index: RedirectToNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/RedirectToNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RedirectToNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ RedirectToNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -69,7 +69,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: RedirectToNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler
Exp $
*/
public class RedirectToNodeBuilder extends AbstractProcessingNodeBuilder
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/RedirectToURINode.java
Index: RedirectToURINode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/RedirectToURINode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RedirectToURINode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ RedirectToURINode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -71,7 +71,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: RedirectToURINode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp
$
*/
public class RedirectToURINode extends AbstractProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SelectNode.java
Index: SelectNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SelectNode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SelectNode.java 4 Feb 2002 10:21:08 -0000 1.3
+++ SelectNode.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -82,7 +82,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SelectNode.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp $
*/
public class SelectNode extends SimpleSelectorProcessingNode
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SelectNodeBuilder.java
Index: SelectNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SelectNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SelectNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ SelectNodeBuilder.java 4 Feb 2002 14:39:53 -0000 1.4
@@ -74,7 +74,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SelectNodeBuilder.java,v 1.4 2002/02/04 14:39:53 cziegeler Exp
$
*/
public class SelectNodeBuilder extends AbstractParentProcessingNodeBuilder
implements ThreadSafe {
1.6 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SerializeNode.java
Index: SerializeNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SerializeNode.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SerializeNode.java 4 Feb 2002 10:21:08 -0000 1.5
+++ SerializeNode.java 4 Feb 2002 14:39:54 -0000 1.6
@@ -71,7 +71,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.5 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SerializeNode.java,v 1.6 2002/02/04 14:39:54 cziegeler Exp $
*/
public class SerializeNode extends AbstractProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SerializeNodeBuilder.java
Index: SerializeNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SerializeNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SerializeNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ SerializeNodeBuilder.java 4 Feb 2002 14:39:54 -0000 1.4
@@ -70,7 +70,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SerializeNodeBuilder.java,v 1.4 2002/02/04 14:39:54 cziegeler
Exp $
*/
public class SerializeNodeBuilder extends AbstractProcessingNodeBuilder
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapLanguage.java
Index: SitemapLanguage.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapLanguage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SitemapLanguage.java 4 Feb 2002 10:21:08 -0000 1.2
+++ SitemapLanguage.java 4 Feb 2002 14:39:54 -0000 1.3
@@ -86,7 +86,7 @@
* The tree builder for the sitemap language.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SitemapLanguage.java,v 1.3 2002/02/04 14:39:54 cziegeler Exp $
*/
public class SitemapLanguage extends TreeBuilder {
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapNode.java
Index: SitemapNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapNode.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SitemapNode.java 4 Feb 2002 10:21:08 -0000 1.2
+++ SitemapNode.java 4 Feb 2002 14:39:54 -0000 1.3
@@ -77,7 +77,7 @@
* The root node of a sitemap.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SitemapNode.java,v 1.3 2002/02/04 14:39:54 cziegeler Exp $
*/
public class SitemapNode extends AbstractParentProcessingNode implements Composable
{
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapNodeBuilder.java
Index: SitemapNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/SitemapNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SitemapNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ SitemapNodeBuilder.java 4 Feb 2002 14:39:54 -0000 1.4
@@ -71,7 +71,7 @@
* occurs at this level.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: SitemapNodeBuilder.java,v 1.4 2002/02/04 14:39:54 cziegeler
Exp $
*/
public class SitemapNodeBuilder extends AbstractParentProcessingNodeBuilder
implements ThreadSafe {
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/TransformNode.java
Index: TransformNode.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/TransformNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TransformNode.java 4 Feb 2002 10:21:08 -0000 1.4
+++ TransformNode.java 4 Feb 2002 14:39:54 -0000 1.5
@@ -70,7 +70,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.4 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: TransformNode.java,v 1.5 2002/02/04 14:39:54 cziegeler Exp $
*/
public class TransformNode extends AbstractProcessingNode implements
ParameterizableProcessingNode {
1.4 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/TransformNodeBuilder.java
Index: TransformNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/TransformNodeBuilder.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TransformNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.3
+++ TransformNodeBuilder.java 4 Feb 2002 14:39:54 -0000 1.4
@@ -68,7 +68,7 @@
/**
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.3 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: TransformNodeBuilder.java,v 1.4 2002/02/04 14:39:54 cziegeler
Exp $
*/
public class TransformNodeBuilder extends AbstractProcessingNodeBuilder
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ViewNodeBuilder.java
Index: ViewNodeBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap/ViewNodeBuilder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ViewNodeBuilder.java 4 Feb 2002 10:21:08 -0000 1.2
+++ ViewNodeBuilder.java 4 Feb 2002 14:39:54 -0000 1.3
@@ -72,7 +72,7 @@
* Builds a <map:view>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.2 $ $Date: 2002/02/04 10:21:08 $
+ * @version CVS $Id: ViewNodeBuilder.java,v 1.3 2002/02/04 14:39:54 cziegeler Exp $
*/
public class ViewNodeBuilder extends NamedContainerNodeBuilder implements
ThreadSafe {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]