vgritsenko 2003/03/16 16:47:43
Modified: . announcement.xml build.old.xml build.xml
changes.xml gump.xml todo.xml
src/webapp sitemap.xmap welcome.xml welcome.xslt
src/webapp/WEB-INF instrumentation.xconf
src/webapp/samples samples.xml sitemap.xmap
src/webapp/stylesheets/system directory2html.xslt
error2html.xslt status2html.xslt xml2html.xslt
Log:
Add CVS $Id$ to some XML files as well
Revision Changes Path
1.2 +5 -0 cocoon-2.1/announcement.xml
Index: announcement.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/announcement.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- announcement.xml 9 Mar 2003 00:01:31 -0000 1.1
+++ announcement.xml 17 Mar 2003 00:47:42 -0000 1.2
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
+<!--
+ Release Announcement Template
+ CVS $Id$
+-->
+
<announcement site="http://cocoon.apache.org">
<project>Apache Cocoon @version@</project>
<abstract>
1.2 +1 -1 cocoon-2.1/build.old.xml
Index: build.old.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.old.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.old.xml 9 Mar 2003 00:01:32 -0000 1.1
+++ build.old.xml 17 Mar 2003 00:47:42 -0000 1.2
@@ -98,7 +98,7 @@
Happy hacking from the Apache Cocoon Dev Team :)
-CVS: $Id$:
+CVS $Id$:
============================================================================ -->
1.16 +1 -1 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 16 Mar 2003 11:23:55 -0000 1.15
+++ build.xml 17 Mar 2003 00:47:42 -0000 1.16
@@ -4,7 +4,7 @@
| Apache Cocoon Build System |
* =========================== *
- CVS: $Id$:
+ CVS $Id$:
============================================================================ -->
1.6 +1 -1 cocoon-2.1/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/changes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.xml 13 Mar 2003 16:06:07 -0000 1.5
+++ changes.xml 17 Mar 2003 00:47:42 -0000 1.6
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id$
+ CVS $Id$
-->
<changes title="History of Changes">
1.14 +6 -0 cocoon-2.1/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/gump.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gump.xml 16 Mar 2003 18:14:49 -0000 1.13
+++ gump.xml 17 Mar 2003 00:47:42 -0000 1.14
@@ -1,4 +1,10 @@
<?xml version="1.0"?>
+
+<!--
+ Cocoon GUMP Descriptor
+ CVS $Id$
+-->
+
<module name="cocoon-2.1">
<url href="http://cocoon.apache.org/"/>
1.2 +1 -2 cocoon-2.1/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/todo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo.xml 9 Mar 2003 00:01:33 -0000 1.1
+++ todo.xml 17 Mar 2003 00:47:42 -0000 1.2
@@ -4,9 +4,8 @@
<!--
History of Cocoon changes
- $Id$
+ CVS $Id$
-->
-
<todo title="Things To Do">
1.6 +5 -2 cocoon-2.1/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/sitemap.xmap,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sitemap.xmap 15 Mar 2003 23:26:23 -0000 1.5
+++ sitemap.xmap 17 Mar 2003 00:47:43 -0000 1.6
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<!--+
| This is the 'heart' of Cocoon. The sitemap maps URI space to
@@ -11,8 +10,12 @@
| javadocs for them. Most pipelines are present to demonstrate some
| feature or technique, often they are explained in more detail in
| the accompanying documentation.
+ |
+ | CVS $Id$
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
<!-- =========================== Components ================================ -->
<map:components>
@@ -59,7 +62,7 @@
<!--+
| Transformers can be placed inside the pipeline between the generator
| and the serializer. You may have as many transformers as you
- | like. Transformers consume SAX events and emmit SAX events.
+ | like. Transformers consume SAX events and emit SAX events.
|
| The "xslt" transformer is an example of a component with additional
| configuration.
1.3 +2 -0 cocoon-2.1/src/webapp/welcome.xml
Index: welcome.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/welcome.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- welcome.xml 12 Mar 2003 10:17:39 -0000 1.2
+++ welcome.xml 17 Mar 2003 00:47:43 -0000 1.3
@@ -3,6 +3,8 @@
<!--+
| This is a very simple XML page done just to show how a simple
| cocoon pipeline works.
+ |
+ | CVS $Id$
+-->
<welcome>
1.4 +2 -0 cocoon-2.1/src/webapp/welcome.xslt
Index: welcome.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/welcome.xslt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- welcome.xslt 12 Mar 2003 10:17:39 -0000 1.3
+++ welcome.xslt 17 Mar 2003 00:47:43 -0000 1.4
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- CVS $Id$ -->
+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="welcome">
1.2 +2 -0 cocoon-2.1/src/webapp/WEB-INF/instrumentation.xconf
Index: instrumentation.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/instrumentation.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- instrumentation.xconf 9 Mar 2003 00:10:43 -0000 1.1
+++ instrumentation.xconf 17 Mar 2003 00:47:43 -0000 1.2
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+
<instrument logger="core.instrument">
<name>Cocoon</name>
<description>Cocoon Sample Application</description>
1.6 +2 -0 cocoon-2.1/src/webapp/samples/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/samples.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- samples.xml 15 Mar 2003 23:25:42 -0000 1.5
+++ samples.xml 17 Mar 2003 00:47:43 -0000 1.6
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- CVS $Id$ -->
+
<samples>
<group name="System Tools And Pages">
1.6 +2 -0 cocoon-2.1/src/webapp/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sitemap.xmap,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sitemap.xmap 16 Mar 2003 22:28:07 -0000 1.5
+++ sitemap.xmap 17 Mar 2003 00:47:43 -0000 1.6
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- CVS $Id$ -->
+
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<!-- =========================== Components ================================ -->
1.2 +2 -0 cocoon-2.1/src/webapp/stylesheets/system/directory2html.xslt
Index: directory2html.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/directory2html.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- directory2html.xslt 15 Mar 2003 23:24:32 -0000 1.1
+++ directory2html.xslt 17 Mar 2003 00:47:43 -0000 1.2
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
+<!-- CVS $Id$ -->
+
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dir="http://apache.org/cocoon/directory/2.0">
1.3 +2 -0 cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt
Index: error2html.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- error2html.xslt 16 Mar 2003 22:26:36 -0000 1.2
+++ error2html.xslt 17 Mar 2003 00:47:43 -0000 1.3
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
+<!-- CVS $Id$ -->
+
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:error="http://apache.org/cocoon/error/2.1">
1.2 +6 -1 cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt
Index: status2html.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- status2html.xslt 15 Mar 2003 23:24:32 -0000 1.1
+++ status2html.xslt 17 Mar 2003 00:47:43 -0000 1.2
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
-<!-- Author: Nicola Ken Barozzi "[EMAIL PROTECTED]" -->
+
+<!--
+ Author: Nicola Ken Barozzi "[EMAIL PROTECTED]"
+ CVS $Id$
+-->
+
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:status="http://apache.org/cocoon/status/2.0">
1.2 +14 -11 cocoon-2.1/src/webapp/stylesheets/system/xml2html.xslt
Index: xml2html.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/xml2html.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xml2html.xslt 15 Mar 2003 23:24:32 -0000 1.1
+++ xml2html.xslt 17 Mar 2003 00:47:43 -0000 1.2
@@ -1,14 +1,17 @@
-<!--
- |
- | XSLT REC Compliant Version of IE5 Default Stylesheet
- |
- | Original version by Jonathan Marsh ([EMAIL PROTECTED])
- | http://msdn.microsoft.com/xml/samples/defaultss/defaultss.xsl
- |
- | Conversion to XSLT 1.0 REC Syntax by Steve Muench ([EMAIL PROTECTED])
- | Added script support by Andrew Timberlake ([EMAIL PROTECTED])
- |
- +-->
+<?xml version="1.0"?>
+
+<!--+
+ | XSLT REC Compliant Version of IE5 Default Stylesheet
+ |
+ | Original version by Jonathan Marsh ([EMAIL PROTECTED])
+ | http://msdn.microsoft.com/xml/samples/defaultss/defaultss.xsl
+ |
+ | Conversion to XSLT 1.0 REC Syntax by Steve Muench ([EMAIL PROTECTED])
+ | Added script support by Andrew Timberlake ([EMAIL PROTECTED])
+ |
+ | CVS $Id$
+ +-->
+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output indent="no" method="html"/>