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-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new ef61f3336 Adding basic WSS4J doap
ef61f3336 is described below

commit ef61f33361f937da0cb8a0a0d9b934fe2d90d3e8
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Feb 16 09:31:04 2026 +0000

    Adding basic WSS4J doap
---
 build-tools/doap_WSS4J.rdf | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/build-tools/doap_WSS4J.rdf b/build-tools/doap_WSS4J.rdf
new file mode 100644
index 000000000..9dcd39628
--- /dev/null
+++ b/build-tools/doap_WSS4J.rdf
@@ -0,0 +1,43 @@
+<?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-16</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache WSS4J</name>
+    <homepage rdf:resource="https://ws.apache.org/neethi/"; />
+    <asfext:pmc rdf:resource="https://ws.apache.org"; />
+    <shortdesc>The Apache WSS4J project provides a Java implementation of the 
primary security standards for Web Services, namely the OASIS Web Services 
Security (WS-Security) specifications from the OASIS Web Services Security 
TC.</shortdesc>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WSS4J"; />
+    <mailing-list 
rdf:resource="https://ws.apache.org/wss4j/mailing-lists.html"; />
+    <download-page rdf:resource="https://ws.apache.org/wss4j/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-wss4j"/>
+        <browse rdf:resource="https://github.com/apache/ws-wss4j"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Reply via email to