mortenkr 05/04/05 14:06:05
Modified: news/xdocs changes.xml index.xml news.xml
Log:
Updated at release
Revision Changes Path
1.2 +1 -1 maven-plugins/news/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/news/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 7 Mar 2005 10:34:45 -0000 1.1
+++ changes.xml 5 Apr 2005 21:06:03 -0000 1.2
@@ -2,7 +2,7 @@
<document>
<body>
- <release version="1.0" date="01.04.2005">
+ <release version="1.0" date="05.04.2005">
<action type="add" dev="mortenkr">Version 1.0 released</action>
</release>
</body>
1.3 +19 -26 maven-plugins/news/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/news/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 5 Apr 2005 15:57:23 -0000 1.2
+++ index.xml 5 Apr 2005 21:06:04 -0000 1.3
@@ -12,39 +12,32 @@
<pre>
<document>
- <body>
- <news>
- <entry name="05.04.2005">
- <p>
- My second news
- </p>
- </entry>
- <entry name="18.03.2005">
- <p>
- My first news
- </p>
- </entry>
- </news>
- </body>
+ <body>
+ <news>
+ <entry name="05.04.2005">
+ <p>My second news</p>
+ </entry>
+ <entry name="18.03.2005">
+ <p>My first news</p>
+ </entry>
+ </news>
+ </body>
</document>
</pre>
- You may also add additional info to the news.xml file:
+ You may also add additional xdocs elements to the news.xml file:
<br/>
<pre>
<document>
- <body>
- <section name="Current status (05.04.2005)">
- <p>
- Plugin is currently under revision.
- </p>
- </section>
-
- <news>
- ..entries..
- </news>
- </body>
+ <body>
+ <section name="Current status (05.04.2005)">
+ <p>Plugin is currently under revision.</p>
+ </section>
+ <news>
+ ..entries..
+ </news>
+ </body>
</document>
</pre>
1.3 +9 -7 maven-plugins/news/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/news/xdocs/news.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- news.xml 5 Apr 2005 15:57:23 -0000 1.2
+++ news.xml 5 Apr 2005 21:06:04 -0000 1.3
@@ -3,23 +3,25 @@
<body>
- <section name="Current status (05.04.2005)">
- <p>
- Plugin is currently under revision.
- </p>
+ <section name="Current status">
+ <p>Version 1.0 of plugin released 05.04.2005.</p>
</section>
<news>
<entry name="05.04.2005">
<p>
- Plugin updated with input from Lukas Theussl.
+ Version 1.0 of plugin released.
</p>
</entry>
- <entry name="18.03.2005">
+ <entry name="05.04.2005">
<p>
- Plugin is commited to CVS; to be revised.
+ Plugin updated with input from Lukas Theussl. Minor change in news.xml
+ format and jsl used to transform xml.
</p>
</entry>
+ <entry name="07.03.2005">
+ <p>Initial commit to CVS.</p>
+ </entry>
</news>
</body>
|