Author: rjung
Date: Tue Nov  4 22:34:01 2008
New Revision: 711519

URL: http://svn.apache.org/viewvc?rev=711519&view=rev
Log:
Update missing version info in TC doap file.
Fix eol style native.

Modified:
    tomcat/site/trunk/docs/doap_Tomcat.rdf   (contents, props changed)
    tomcat/site/trunk/xdocs/doap_Tomcat.rdf

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=711519&r1=711518&r2=711519&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Nov  4 22:34:01 2008
@@ -1,76 +1,76 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#"; 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#";
-         xmlns:foaf="http://xmlsns.com/foaf/0.1/";>
-  <Project rdf:about="http://tomcat.apache.org/";>
-    <created>2006-01-27</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
-    <name>Apache Tomcat</name>
-    <homepage rdf:resource="http://tomcat.apache.org"; />
-    <asfext:pmc rdf:resource="http://tomcat.apache.org"; />
-    <shortdesc>A Java Servlet and Java Servet Pages specifications 
implementation.</shortdesc>
-    <description>Apache Tomcat is the servlet container that is used in the 
official Reference Implementation for the Java Servlet and JavaServer Pages 
technologies. The Java Servlet and JavaServer Pages specifications are 
developed by Sun under the Java Community Process.
-
-Apache Tomcat is developed in an open and participatory environment and 
released under the Apache Software License. Apache Tomcat is intended to be a 
collaboration of the best-of-breed developers from around the world. We invite 
you to participate in this open development project. To learn more about 
getting involved, click here.
-
-Apache Tomcat powers numerous large-scale, mission-critical web applications 
across a diverse range of industries and organizations. Some of these users and 
their stories are listed on the PoweredBy wiki page.</description>
-    <bug-database rdf:resource="http://issues.apache.org/bugzilla"; />
-    <mailing-list rdf:resource="http://tomcat.apache.org/lists.html"; />
-    <download-page rdf:resource="http://tomcat.apache.org"; />
-    <programming-language>Java</programming-language>
-    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Tomcat PMC</foaf:name>
-          <foaf:mbox rdf:resource="mailto:dev@tomcat.apache.org"/>
-      </foaf:Person>
-    </maintainer>
-    <release>
-      <Version>
-        <name>Latest Stable 6.0.x Release</name>
-        <created>2008-02-08</created>
-        <revision>6.0.16</revision>
-      </Version>
-    </release>
-    <release>
-      <Version>
-        <name>Latest Stable 5.5.x release</name>
-        <created>2008-01-28</created>
-        <revision>5.5.26</revision>
-      </Version>
-    </release>
-    <release>
-      <Version>
-        <name>Latest Stable 4.1.x release</name>
-        <created>2008-02-12</created>
-        <revision>4.1.37</revision>
-      </Version>
-    </release>
-    <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/tomcat"/>
-        <browse rdf:resource="http://svn.apache.org/repos/asf/tomcat/"/>
-      </SVNRepository>
-    </repository>
-    <asfext:implements>
-      <asfext:Standard>
-        <asfext:title>Java Servlets</asfext:title>
-        <asfext:body>JCP</asfext:body>
-        <asfext:id>JSR 154</asfext:id>
-        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=154"/>
-      </asfext:Standard>
-    </asfext:implements>
-    <asfext:implements>
-      <asfext:Standard>
-        <asfext:title>Java Server Pages</asfext:title>
-        <asfext:body>JCP</asfext:body>
-        <asfext:id>JSR 152</asfext:id>
-        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=152"/>
-      </asfext:Standard>
-    </asfext:implements>
-  </Project>
-</rdf:RDF>
-
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlsns.com/foaf/0.1/";>
+  <Project rdf:about="http://tomcat.apache.org/";>
+    <created>2006-01-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Tomcat</name>
+    <homepage rdf:resource="http://tomcat.apache.org"; />
+    <asfext:pmc rdf:resource="http://tomcat.apache.org"; />
+    <shortdesc>A Java Servlet and Java Servet Pages specifications 
implementation.</shortdesc>
+    <description>Apache Tomcat is the servlet container that is used in the 
official Reference Implementation for the Java Servlet and JavaServer Pages 
technologies. The Java Servlet and JavaServer Pages specifications are 
developed by Sun under the Java Community Process.
+
+Apache Tomcat is developed in an open and participatory environment and 
released under the Apache Software License. Apache Tomcat is intended to be a 
collaboration of the best-of-breed developers from around the world. We invite 
you to participate in this open development project. To learn more about 
getting involved, click here.
+
+Apache Tomcat powers numerous large-scale, mission-critical web applications 
across a diverse range of industries and organizations. Some of these users and 
their stories are listed on the PoweredBy wiki page.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bugzilla"; />
+    <mailing-list rdf:resource="http://tomcat.apache.org/lists.html"; />
+    <download-page rdf:resource="http://tomcat.apache.org"; />
+    <programming-language>Java</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Tomcat PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@tomcat.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <release>
+      <Version>
+        <name>Latest Stable 6.0.x Release</name>
+        <created>2008-07-31</created>
+        <revision>6.0.18</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Latest Stable 5.5.x release</name>
+        <created>2008-09-08</created>
+        <revision>5.5.27</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Latest Stable 4.1.x release</name>
+        <created>2008-02-12</created>
+        <revision>4.1.37</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/tomcat"/>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/tomcat/"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java Servlets</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 154</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=154"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java Server Pages</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 152</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=152"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>
+

Propchange: tomcat/site/trunk/docs/doap_Tomcat.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=711519&r1=711518&r2=711519&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Tue Nov  4 22:34:01 2008
@@ -31,15 +31,15 @@
     <release>
       <Version>
         <name>Latest Stable 6.0.x Release</name>
-        <created>2008-02-08</created>
-        <revision>6.0.16</revision>
+        <created>2008-07-31</created>
+        <revision>6.0.18</revision>
       </Version>
     </release>
     <release>
       <Version>
         <name>Latest Stable 5.5.x release</name>
-        <created>2008-01-28</created>
-        <revision>5.5.26</revision>
+        <created>2008-09-08</created>
+        <revision>5.5.27</revision>
       </Version>
     </release>
     <release>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to