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-xmlschema.git
The following commit(s) were added to refs/heads/master by this push:
new eea76630 XMLSCHEMA-70 - Adding doap file
eea76630 is described below
commit eea76630fd198cdbb2028018cb559d7ff00ae5c2
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Feb 12 05:18:29 2026 +0000
XMLSCHEMA-70 - Adding doap file
---
README.txt | 4 ++--
etc/doap_XMLSchema.rdf | 43 +++++++++++++++++++++++++++++++++++++++++++
src/site/apt/index.apt | 2 +-
src/site/xdoc/download.xml | 2 +-
4 files changed, 47 insertions(+), 4 deletions(-)
diff --git a/README.txt b/README.txt
index 93ae917b..d62a2528 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@
Apache XMLSchema Release Notes
====================================
-XMLSchema is a lightweight schema object model that can be used to manipulate
and
+Apache XMLSchema is a lightweight schema object model that can be used to
manipulate and
generate XML schema representations. It has very few external dependencies and
can
be easily integrated into an existing project.
@@ -14,7 +14,7 @@ welcome.
Thanks for your interest in XMLSchema!
-The XMLSchema Development Team
-http://ws.apache.org/commons/xmlschema20/
+https://ws.apache.org/xmlschema/
===================
Documentation
diff --git a/etc/doap_XMLSchema.rdf b/etc/doap_XMLSchema.rdf
new file mode 100644
index 00000000..c5bc6da1
--- /dev/null
+++ b/etc/doap_XMLSchema.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-12</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache XMLSchema</name>
+ <homepage rdf:resource="https://ws.apache.org/xmlschema/" />
+ <asfext:pmc rdf:resource="https://ws.apache.org" />
+ <shortdesc>Apache XMLSchema is a lightweight Java object model that can be
used to manipulate and generate XML schema representations.</shortdesc>
+ <bug-database
rdf:resource="https://issues.apache.org/jira/browse/XMLSCHEMA" />
+ <mailing-list
rdf:resource="https://ws.apache.org/xmlschema/mailing-lists.html" />
+ <download-page
rdf:resource="https://ws.apache.org/xmlschema/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-xmlschema"/>
+ <browse rdf:resource="https://github.com/apache/ws-xmlschema"/>
+ </GitRepository>
+ </repository>
+ </Project>
+</rdf:RDF>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index bf63a19a..501e3fe0 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -1,6 +1,6 @@
Overview
- XMLSchema is a lightweight Java object model that can be used to manipulate
and
+ Apache XMLSchema is a lightweight Java object model that can be used to
manipulate and
generate XML schema representations. You can use it to read XML Schema
(xsd) files
into memory and analyze or modify them, or to create entirely new schemas
from
scratch.
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index e2ee82a3..13189f43 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -19,7 +19,7 @@
<body>
<section name="Obtain the Apache XMLSchema™ distribution">
<p>
-XMLSchema is a lightweight Java object model that can be used to manipulate
+Apache XMLSchema is a lightweight Java object model that can be used to
manipulate
and generate XML schema representations. You can use it to read XML Schema
(xsd) files into memory and analyze or modify them, or to create entirely new
schemas from scratch.