This is an automated email from the ASF dual-hosted git repository.
mukulg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new c53125fc1 modifying xerces-j's documentation meta-data file and the
build file
c53125fc1 is described below
commit c53125fc114a9fcdbc4e783325708e6492974061
Author: Mukul Gandhi <[email protected]>
AuthorDate: Mon Jul 15 15:16:08 2024 +0530
modifying xerces-j's documentation meta-data file and the build file
---
build.xml | 2 +-
docs/source-repository.xml | 46 ++++++++++------------------------------------
2 files changed, 11 insertions(+), 37 deletions(-)
diff --git a/build.xml b/build.xml
index 9062704c4..489d796ae 100644
--- a/build.xml
+++ b/build.xml
@@ -84,7 +84,7 @@ Authors:
<property name='default.parser.config.name'
value='XIncludeAwareParserConfiguration'/>
<property name='default.parser.config.qualified'
value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
- <property name="year" value="1999-2023"/>
+ <property name="year" value="1999-2024"/>
<property name="copyright" value="Copyright © ${year} The Apache
Software Foundation. All Rights Reserved."/>
<echo message= "---------------- ${parser.Name} ${parser.Version}
[${year}] ---------------"/>
diff --git a/docs/source-repository.xml b/docs/source-repository.xml
index 08c7bb89d..93737cf36 100644
--- a/docs/source-repository.xml
+++ b/docs/source-repository.xml
@@ -18,48 +18,22 @@
<!DOCTYPE s1 SYSTEM 'dtd/document.dtd'>
<s1 title="Source Repository">
<s2 title="Overview">
- <p>The &ParserNameLong; source code is stored in the Subversion
- repository (SVN). The SVN repository is public and everyone
- has read access. The repository uses a standard layout of:</p>
+ <p>The Xerces-J source code is stored on Apache git repos accessible via
GitHub. Xerces-J's source code repository is public
+ and everyone has read access. Web links of Xerces-J source code and
tests repos, are following:</p>
<source>
-<jump
href="https://svn.apache.org/repos/asf/xerces/java/">https://svn.apache.org/repos/asf/xerces/java/</jump>
+<jump href="https://github.com/apache/xerces-j">Xerces-J branch 'main'</jump>
|
- | - <jump
href="https://svn.apache.org/repos/asf/xerces/java/branches/">branches/</jump>
+ | - <jump
href="https://github.com/apache/xerces-j/tree/xml-schema-1.1-dev">XML Schema
1.1 development branch</jump>
|
- | - <jump
href="https://svn.apache.org/repos/asf/xerces/java/tags/">tags/</jump>
- \
- - <jump
href="https://svn.apache.org/repos/asf/xerces/java/trunk/">trunk/</jump>
+ | - <jump
href="https://github.com/apache/xerces-j/tree/xml-schema-1.1-tests">XML Schema
1.1 test suite</jump>
</source>
-
- <p>For example, to check out the trunk (the place where the main
- development is taking place), execute:</p>
-
-<source>
-svn co <jump
href="https://svn.apache.org/repos/asf/xerces/java/trunk">https://svn.apache.org/repos/asf/xerces/java/trunk</jump>
-</source>
-
- <p>To check out the code in the stax-dev branch, execute:</p>
-
-<source>
-svn co <jump
href="https://svn.apache.org/repos/asf/xerces/java/branches/stax-dev">https://svn.apache.org/repos/asf/xerces/java/branches/stax-dev</jump>
-</source>
-
- <p>To check out the code tagged Xerces-J_2_6_2, execute:</p>
-
-<source>
-svn co <jump
href="https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_6_2">https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_6_2</jump>
-</source>
-
- <p>You may also browse above cited Xerces2 repository and examine
individual
- files using the <jump
href="http://svn.apache.org/viewcvs.cgi/xerces/java/trunk/">Web
- interface</jump>.</p>
<p>
- Xerces2 also includes an XML Schema 1.1 processor. For some of its
implementation, an XML Schema 1.1
- processor requires an XPath 2.0 engine. Apache Xerces in collaboration
with <jump href="https://www.eclipse.org/webtools">Eclipse Foundation's Web
- Tools Platform (WTP) project</jump>, has contributed to the development
of an XPath 2.0 engine that is
- used within XercesJ's XML Schema 1.1 processor. The XercesJ specific
source code of this
- XPath 2.0 engine, is located on following GitHub repository : <jump
href="https://github.com/xercesj/xpath20">https://github.com/xercesj/xpath20</jump>.
+ Xerces-J also includes an <jump
href="https://www.w3.org/XML/Schema">XML Schema</jump> 1.1 processor. XML
Schema 1.1 processor
+ has dependency on an XPath 2.0 processor. Apache Xerces-J in
collaboration with <jump href="https://www.eclipse.org/webtools">Eclipse
+ Foundation's Web Tools Platform (WTP) project</jump>, has contributed
to the development of an XPath 2.0 processor that is
+ used within Xerces-J's XML Schema 1.1 processor. The Xerces-J specific
source code for an XPath 2.0 processor, is located on following GitHub
+ repository : <jump href="https://github.com/xercesj/xpath20">Xerces-J
XPath 2.0</jump>.
</p>
</s2>
</s1>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]