You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/07/27 18:30:22 UTC

svn commit: r680146 - in /tomcat/site/trunk: build.xml docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

Author: markt
Date: Sun Jul 27 09:30:22 2008
New Revision: 680146

URL: http://svn.apache.org/viewvc?rev=680146&view=rev
Log:
Update doap (based on Bill's suggested patch), add doap to src folder and add copying it to the build process.

Added:
    tomcat/site/trunk/xdocs/doap_Tomcat.rdf   (with props)
Modified:
    tomcat/site/trunk/build.xml
    tomcat/site/trunk/docs/doap_Tomcat.rdf

Modified: tomcat/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=680146&r1=680145&r2=680146&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Sun Jul 27 09:30:22 2008
@@ -47,6 +47,14 @@
             </fileset>
         </copy>
 
+        <!-- Copy DOAP -->
+        <echo message="Copying DOAP..." />
+        <copy todir="${docs.dest}" filtering="no">
+            <fileset dir="${docs.src}">
+                <include name="**/*.rdf"/>
+            </fileset>
+        </copy>
+
         <!-- Copy CSS stylesheets and download CGI -->
         <echo message="Copying CSS and CGI files..." />
         <copy todir="${docs.dest}" filtering="no">
@@ -59,4 +67,4 @@
 
   </target>
 
-</project>
\ No newline at end of file
+</project>

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=680146&r1=680145&r2=680146&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Sun Jul 27 09:30:22 2008
@@ -30,23 +30,23 @@
     </maintainer>
     <release>
       <Version>
-        <name>Latest Stable Release</name>
-        <created>2006-04-14</created>
-        <revision>5.5.17</revision>
+        <name>Latest Stable 6.0.x Release</name>
+        <created>2008-02-08</created>
+        <revision>6.0.16</revision>
       </Version>
     </release>
     <release>
       <Version>
-        <name>5.5.16</name>
-        <created>2006-03-05</created>
-        <revision>5.5.16</revision>
+        <name>Latest Stable 5.5.x release</name>
+        <created>2008-01-28</created>
+        <revision>5.5.26</revision>
       </Version>
     </release>
     <release>
       <Version>
-        <name>5.5.15</name>
-        <created>2006-01-23</created>
-        <revision>5.5.15</revision>
+        <name>Latest Stable 4.1.x release</name>
+        <created>2008-02-12</created>
+        <revision>4.1.37</revision>
       </Version>
     </release>
     <repository>

Added: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=680146&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (added)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sun Jul 27 09:30:22 2008
@@ -0,0 +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>
+

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org