Author: bago
Date: Mon Aug  7 05:04:46 2006
New Revision: 429312

URL: http://svn.apache.org/viewvc?rev=429312&view=rev
Log:
First version of rdf to generate Bureau of Industry and Security required data 
(notification email / export.html webpage)

Added:
    james/site/trunk/bis_JAMES.rdf   (with props)

Added: james/site/trunk/bis_JAMES.rdf
URL: 
http://svn.apache.org/viewvc/james/site/trunk/bis_JAMES.rdf?rev=429312&view=auto
==============================================================================
--- james/site/trunk/bis_JAMES.rdf (added)
+++ james/site/trunk/bis_JAMES.rdf Mon Aug  7 05:04:46 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<rdf:RDF xml:lang="en"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.
+   All rights reserved.
+
+  =======================================================================
+-->
+  <BISData>
+      <Contact>
+        <Project rdf:resource="http://james.apache.org";>Apache JAMES</Project>
+        <Name>Serge Knystautas</Name>
+      </Contact>
+      <Product name="JAMES Server">
+        <Distribution versions="v2.2.0">
+          <CryptoSrc manufacturer="Apache Software Foundation" 
rdf:resource="http://www.apache.org/dist/james/server/source/"/>
+        </Distribution>
+        <!--
+          Remove -current when 2.3.0 final is released
+        -->
+        <Distribution versions="v2.3.0-current">
+          <CryptoSrc manufacturer="Apache Software Foundation" 
rdf:resource="http://www.apache.org/dist/james/server/source/"/>
+          <CryptoSrc manufacturer="Bouncy Castle" 
rdf:resource="http://www.bouncycastle.org/download/bcmail-jdk14-129.tar.gz"/>
+        </Distribution>
+        <!--
+               Update this to include 2.4.0-current, 3.0-current when the 
roadmap is defined.
+               Update this when updating bcmail version.
+        -->
+        <Distribution versions="pre-release">
+          <CryptoSrc manufacturer="Apache Software Foundation" 
rdf:resource="http://svn.apache.org/repos/asf/james/server"/>
+          <CryptoSrc manufacturer="Bouncy Castle" 
rdf:resource="http://www.bouncycastle.org/download/bcmail-jdk14-129.tar.gz"/>
+        </Distribution>
+      </Product>
+  </BISData>
+</rdf:RDF>
\ No newline at end of file

Propchange: james/site/trunk/bis_JAMES.rdf
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to