This is an automated email from the ASF dual-hosted git repository.

freeandnil pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d7c945d  updated doap to https
d7c945d is described below

commit d7c945d2c468e868a419aa535f3aeaad19493c1b
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu May 22 20:23:05 2025 +0200

    updated doap to https
---
 doap_log4net.rdf | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/doap_log4net.rdf b/doap_log4net.rdf
index 2dbcda4..0cd4282 120000
--- a/doap_log4net.rdf
+++ b/doap_log4net.rdf
@@ -1 +1,44 @@
-log4net-3.1.0/doap_log4net.rdf
+<?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://xmlns.com/foaf/0.1/";>
+<!--
+ 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.
+
+-->
+  <Project rdf:about="https://logging.apache.org/log4net";>
+    <created>2007-02-09</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache log4net</name>
+    <homepage rdf:resource="https://logging.apache.org/log4net/"; />
+    <asfext:pmc rdf:resource="https://logging.apache.org"; />
+    <shortdesc>Apache log4net provides logging services for .NET.</shortdesc>
+    <bug-database 
rdf:resource="https://github.com/apache/logging-log4net/issues"; />
+    <mailing-list rdf:resource="https://logging.apache.org/support.html"; />
+    <download-page rdf:resource="https://logging.apache.org/download.html"; />
+    <programming-language>C#</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"; />
+    <repository>
+      <GITRepository>
+        <location rdf:resource="https://github.com/apache/logging-log4net"/>
+        <browse rdf:resource="https://github.com/apache/logging-log4net"/>
+      </GITRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Reply via email to