Author: tellison
Date: Mon Nov 13 19:46:18 2006
New Revision: 474642
URL: http://svn.apache.org/viewvc?view=rev&rev=474642
Log:
Added export control RDF file.
Added:
incubator/harmony/enhanced/admin/bis_HARMONY.rdf (with props)
Added: incubator/harmony/enhanced/admin/bis_HARMONY.rdf
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/admin/bis_HARMONY.rdf?view=auto&rev=474642
==============================================================================
--- incubator/harmony/enhanced/admin/bis_HARMONY.rdf (added)
+++ incubator/harmony/enhanced/admin/bis_HARMONY.rdf Mon Nov 13 19:46:18 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF xml:lang="en"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<!--
+ =======================================================================
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ =======================================================================
+-->
+ <BISData>
+ <Contact>
+ <Project rdf:resource="http://incubator.apache.org/harmony">Apache Harmony</Project>
+ <Name>Tim Ellison</Name>
+ </Contact>
+ <Product name="Apache Harmony">
+ <Distribution versions="development">
+ <CryptoSrc manufacturer="The Apache Software Foundation" rdf:resource="http://svn.apache.org/repos/asf/incubator/harmony"/>
+ </Distribution>
+ <Distribution versions="snapshots">
+ <CryptoSrc manufacturer="The Apache Software Foundation" rdf:resource="http://people.apache.org/dist/incubator/harmony/snapshots"/>
+ <CryptoSrc manufacturer="The Legion Of The Bouncy Castle" rdf:resource="http://www.bouncycastle.org/download/bcprov-jdk14-134.zip"/>
+ </Distribution>
+ </Product>
+ </BISData>
+</rdf:RDF>
\ No newline at end of file
Propchange: incubator/harmony/enhanced/admin/bis_HARMONY.rdf
------------------------------------------------------------------------------
svn:eol-style = native
|