You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/09/04 16:33:20 UTC

svn commit: r1701274 - /ofbiz/site/doap_OFBiz.rdf

Author: jleroux
Date: Fri Sep  4 14:33:20 2015
New Revision: 1701274

URL: http://svn.apache.org/r1701274
Log:
Adds Freemarker, a suggestion by Pierre Smits (soon Groovy and Freemarker should be also Apache projets)

Modified:
    ofbiz/site/doap_OFBiz.rdf

Modified: ofbiz/site/doap_OFBiz.rdf
URL: http://svn.apache.org/viewvc/ofbiz/site/doap_OFBiz.rdf?rev=1701274&r1=1701273&r2=1701274&view=diff
==============================================================================
--- ofbiz/site/doap_OFBiz.rdf (original)
+++ ofbiz/site/doap_OFBiz.rdf Fri Sep  4 14:33:20 2015
@@ -1,14 +1,14 @@
 <?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="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://xmlns.com/foaf/0.1/">
 <!--
   =======================================================================
 
-   Copyright (c) 2006-2010 The Apache Software Foundation.  
+   Copyright (c) 2006-2010 The Apache Software Foundation.
    All rights reserved.
 
   =======================================================================
@@ -27,6 +27,7 @@
     <programming-language>Groovy</programming-language>
     <programming-language>JavaScript</programming-language>
     <programming-language>XML</programming-language>
+    <programming-language>Freemarker</programming-language>
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
     <category rdf:resource="http://projects.apache.org/category/database" />
     <category rdf:resource="http://projects.apache.org/category/network-server" />
@@ -77,6 +78,6 @@
             <created>2014-09-09</created>
             <revision>11.04.06</revision>
         </Version>
-    </release>    
+    </release>
   </Project>
 </rdf:RDF>