This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new 3cbf4da NEETHI-24 - Adding a doap
3cbf4da is described below
commit 3cbf4da83f51ec364bf14623c1a5ecc91c35d654
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Feb 13 10:15:56 2026 +0000
NEETHI-24 - Adding a doap
---
etc/doap_Neethi.rdf | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/etc/doap_Neethi.rdf b/etc/doap_Neethi.rdf
new file mode 100644
index 0000000..5837f23
--- /dev/null
+++ b/etc/doap_Neethi.rdf
@@ -0,0 +1,50 @@
+<?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
+
+ https://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://ws.apache.org/xmlschema/">
+ <created>2026-02-13</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache Neethi</name>
+ <homepage rdf:resource="https://ws.apache.org/neethi/" />
+ <asfext:pmc rdf:resource="https://ws.apache.org" />
+ <shortdesc>Apache Neethi is a Java implementation of the WS-Policy
Specification.</shortdesc>
+ <bug-database rdf:resource="https://issues.apache.org/jira/browse/NEETHI"
/>
+ <mailing-list
rdf:resource="https://ws.apache.org/neethi/mailing-lists.html" />
+ <download-page rdf:resource="https://ws.apache.org/neethi/download.html" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="https://projects.apache.org/category/xml" />
+ <repository>
+ <GitRepository>
+ <location rdf:resource="https://github.com/apache/ws-neethi"/>
+ <browse rdf:resource="https://github.com/apache/ws-neethi"/>
+ </GitRepository>
+ </repository>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>Web Services Policy 1.5 - Framework</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:url
rdf:resource="https://www.w3.org/TR/2007/REC-ws-policy-20070904/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ </Project>
+</rdf:RDF>