You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2007/01/26 09:02:22 UTC

svn commit: r500173 - in /velocity/site/site: doap_dvsl.rdf doap_engine.rdf doap_tools.rdf

Author: wglass
Date: Fri Jan 26 00:02:22 2007
New Revision: 500173

URL: http://svn.apache.org/viewvc?view=rev&rev=500173
Log:
update DOAP descriptors with new TLP info

Modified:
    velocity/site/site/doap_dvsl.rdf
    velocity/site/site/doap_engine.rdf
    velocity/site/site/doap_tools.rdf

Modified: velocity/site/site/doap_dvsl.rdf
URL: http://svn.apache.org/viewvc/velocity/site/site/doap_dvsl.rdf?view=diff&rev=500173&r1=500172&r2=500173
==============================================================================
--- velocity/site/site/doap_dvsl.rdf (original)
+++ velocity/site/site/doap_dvsl.rdf Fri Jan 26 00:02:22 2007
@@ -13,17 +13,17 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://jakarta.apache.org/velocity/dvsl/">
+  <Project rdf:about="http://velocity.apache.org/dvsl/devel/">
     <created>2006-11-21</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Velocity DVSL</name>
-    <homepage rdf:resource="http://jakarta.apache.org/velocity/dvsl/" />
+    <homepage rdf:resource="http://velocity.apache.org/dvsl/devel/" />
     <asfext:pmc rdf:resource="http://velocity.apache.org/"/>
     <shortdesc>A tool modeled after XSLT and intended for general XML transformations using the Velocity Template Language.</shortdesc>
     <description>DVSL (Declarative Velocity Style Language) is a tool modeled after XSLT and is intended for general XML transformations using the Velocity Template Language as the templating language for the transformations. The key differences are that it incorporates easy access to Java objects and allows you to use the Velocity template language and it's features for expressing the transformation templates.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELOCITY" />
-    <mailing-list rdf:resource="http://jakarta.apache.org/velocity/" />
-    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi" />
+    <mailing-list rdf:resource="http://velocity.apache.org/contact.html" />
+    <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"/>
     <repository>

Modified: velocity/site/site/doap_engine.rdf
URL: http://svn.apache.org/viewvc/velocity/site/site/doap_engine.rdf?view=diff&rev=500173&r1=500172&r2=500173
==============================================================================
--- velocity/site/site/doap_engine.rdf (original)
+++ velocity/site/site/doap_engine.rdf Fri Jan 26 00:02:22 2007
@@ -24,11 +24,16 @@
 
 When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over its lifespan and providing a viable alternative to Java Server Pages (JSPs) or PHP. </description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELOCITY" />
-    <mailing-list rdf:resource="http://jakarta.apache.org/velocity/" />
-    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi" />
+    <mailing-list rdf:resource="http://velocity.apache.org/contact.html" />
+    <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"/>
     <release>
+      <Version>
+        <name>Velocity 1.5 beta2</name>
+        <created>2006-11-24</created>
+        <revision>1.5 beta2</revision>
+      </Version>
       <Version>
         <name>Velocity 1.5 beta1</name>
         <created>2006-09-13</created>

Modified: velocity/site/site/doap_tools.rdf
URL: http://svn.apache.org/viewvc/velocity/site/site/doap_tools.rdf?view=diff&rev=500173&r1=500172&r2=500173
==============================================================================
--- velocity/site/site/doap_tools.rdf (original)
+++ velocity/site/site/doap_tools.rdf Fri Jan 26 00:02:22 2007
@@ -13,7 +13,7 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://jakarta.apache.org/velocity/tools/">
+  <Project rdf:about="http://velocity.apache.org/velocity/tools/">
     <created>2006-11-21</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Velocity Tools</name>
@@ -22,11 +22,16 @@
     <shortdesc>Tools and infrastructure for the template engine</shortdesc>
     <description>VelocityTools is a collection of Velocity subprojects with a common goal of creating tools and infrastructure for building both web and non-web applications using the Velocity template engine.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELTOOLS" />
-    <mailing-list rdf:resource="http://jakarta.apache.org/velocity/" />
-    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi" />
+    <mailing-list rdf:resource="http://velocity.apache.org/contact.html" />
+    <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/library"/>
     <release>
+      <Version>
+        <name>Velocity Tools 1.3 beta1</name>
+        <created>2007-01-13</created>
+        <revision>1.3 beta1</revision>
+      </Version>
       <Version>
         <name>Latest Stable Release</name>
         <created>2005-11-14</created>