Skip to content
Commits on Source (7)
......@@ -71,4 +71,4 @@ annotating specifications. Other questions about this notice can be directed to
<P></P>
<ADDRESS>Joseph Reagle &lt;<A
href="mailto:site-policy@w3.org">mailto:site-policy@w3.org</A> </ADDRESS>
<P>Last revised by Reagle $Date: 2004-04-06 13:20:26 -0400 (Tue, 06 Apr 2004) $</P></BODY></HTML>
<P>Last revised by Reagle $Date: 2004-04-06 22:50:26 +0530 (Tue, 06 Apr 2004) $</P></BODY></HTML>
......@@ -4,7 +4,7 @@
=========================================================================
Apache Xerces Java
Copyright 1999-2010 The Apache Software Foundation
Copyright 1999-2018 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
......
......@@ -24,7 +24,7 @@ Authors:
Anupam Bagchi <abagchi@apache.org>
Andy Clark, IBM
$Id: build.xml 1000923 2010-09-24 15:57:16Z mrglavas $
$Id: build.xml 1829239 2018-04-16 06:17:53Z mukulg $
==================================================================== -->
<project default="usage" basedir=".">
......@@ -57,9 +57,9 @@ Authors:
<property name='parser.Name' value='Xerces-J'/>
<property name='parser.name' value='xerces-j'/>
<property name='parser.shortname' value='xerces'/>
<property name='parser.Version' value='2.11.0'/>
<property name='parser.version' value='2.11.0'/>
<property name='parser_version' value='2_11_0'/>
<property name='parser.Version' value='2.12.0'/>
<property name='parser.version' value='2.12.0'/>
<property name='parser_version' value='2_12_0'/>
<property name='deprecatedjar.parser' value='xerces.jar'/>
<property name='jar.apis' value='xml-apis.jar'/>
......@@ -76,7 +76,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-2010"/>
<property name="year" value="1999-2018"/>
<property name="copyright" value="Copyright &#169; ${year} The Apache Software Foundation. All Rights Reserved."/>
<echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>
......@@ -427,6 +427,7 @@ Authors:
classpath="${java.class.path}:${doc.generator.package}:./tools/xalan.jar"
classname="${doc.generator}"
failOnError="yes">
<sysproperty key="java.awt.headless" value="true"/>
<arg value="targetDirectory=${build.docs}"/>
<arg value="${build.dir}/xdocs/docs-book.xml"/>
<arg value="${build.dir}/xdocs/style"/>
......
libxerces2-java (2.12.0-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- Updated the Maven pom
* Standards-Version updated to 4.3.0
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 21 Jan 2019 15:05:59 +0100
libxerces2-java (2.11.0-9) unstable; urgency=medium
* Team upload.
......
......@@ -15,9 +15,9 @@ Build-Depends:
libxml-commons-external-java (>= 1.4.01-2),
libxml-commons-resolver1.1-java,
maven-repo-helper
Standards-Version: 4.1.4
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxerces2-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxerces2-java.git
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/libxerces2-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libxerces2-java
Homepage: http://xerces.apache.org/xerces2-j/
Package: libxerces2-java
......
Index: b/build.xml
===================================================================
--- a/build.xml
+++ b/build.xml
@@ -247,7 +247,7 @@
......@@ -19,7 +17,7 @@ Index: b/build.xml
<!-- substitute tokens as needed -->
<replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
@@ -1232,7 +1233,7 @@
@@ -1233,7 +1234,7 @@
<replace file="${build.dir}/src/org/apache/xerces/parsers/AbstractSAXParser.java"
token="return (fConfiguration instanceof XML11Configurable);" value="return false;"/>
......@@ -28,7 +26,7 @@ Index: b/build.xml
<unzip src="${src.apis.zip}" dest="${build.src}">
<patternset
includes="org/xml/sax/**
@@ -1255,7 +1256,7 @@
@@ -1256,7 +1257,7 @@
org/w3c/dom/xpath/**"
/>
</unzip>
......
Index: b/build.xml
===================================================================
--- a/build.xml
+++ b/build.xml
@@ -291,13 +291,14 @@
......@@ -28,7 +26,7 @@ Index: b/build.xml
debug="${debug}" nowarn="true"
debuglevel="${debuglevel}"
includeAntRuntime="false"
@@ -1301,7 +1302,7 @@
@@ -1302,7 +1303,7 @@
destdir="${build.dest}"
source="${javac.source}"
target="${javac.target}"
......
Index: b/src/manifest.xerces
===================================================================
--- a/src/manifest.xerces
+++ b/src/manifest.xerces
@@ -1,5 +1,6 @@
......@@ -7,5 +5,5 @@ Index: b/src/manifest.xerces
Created-By: @java.version@ (@java.vendor@)
+Class-Path: xml-apis-ext.jar xml-resolver.jar jaxp-1.4.jar
Name: org/apache/xerces/impl/Version.class
Name: org/apache/xerces/impl/
Comment: @impl.name@
......@@ -11,11 +11,9 @@ Forwarded: no
build.xml | 41 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)
diff --git a/build.xml b/build.xml
index 8901b4b..7971953 100644
--- a/build.xml
+++ b/build.xml
@@ -298,7 +298,6 @@ Authors:
@@ -298,7 +298,6 @@
optimize="${optimize}"
includeAntRuntime="false"
includeJavaRuntime="true"
......@@ -23,7 +21,7 @@ index 8901b4b..7971953 100644
excludes="org/xml/sax/**
javax/xml/**
org/w3c/dom/*
@@ -753,35 +752,35 @@ Authors:
@@ -754,35 +753,35 @@
<java fork="yes"
classname="sax.Counter"
failOnError="yes">
......@@ -64,7 +62,7 @@ index 8901b4b..7971953 100644
<arg value="-dom"/>
<arg value="-threads"/>
<arg value="20"/>
@@ -793,7 +792,7 @@ Authors:
@@ -794,7 +793,7 @@
<java fork="yes"
classname="thread.Test"
failOnError="yes">
......@@ -73,7 +71,7 @@ index 8901b4b..7971953 100644
<arg value="-threads"/>
<arg value="20"/>
<arg value="-time"/>
@@ -834,19 +833,19 @@ Authors:
@@ -835,19 +834,19 @@
<java fork="yes"
classname="dom.DTest"
failOnError="yes">
......@@ -96,7 +94,7 @@ index 8901b4b..7971953 100644
<arg value="all"/>
</java>
@@ -854,13 +853,13 @@ Authors:
@@ -855,13 +854,13 @@
<java fork="yes"
classname="dom.ids.Test"
failOnError="yes">
......@@ -112,7 +110,7 @@ index 8901b4b..7971953 100644
<arg value="${data.dir}/personal-schema.xml"/>
<arg value="out.xml"/>
</java>
@@ -868,37 +867,37 @@ Authors:
@@ -869,37 +868,37 @@
<java fork="yes"
classname="dom.traversal.AllTests"
failOnError="yes">
......@@ -156,7 +154,7 @@ index 8901b4b..7971953 100644
<arg value="testSchemaLanguageSAX"/>
<arg value="testSchemaSourceSAX"/>
<arg value="testSchemaLanguageDOM"/>
@@ -908,19 +907,19 @@ Authors:
@@ -909,19 +908,19 @@
<java fork="yes"
classname="xinclude.Test"
failOnError="yes">
......
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<name>Xerces2-j</name>
<modelVersion>4.0.0</modelVersion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
<description>
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
......@@ -25,7 +25,7 @@
</licenses>
<scm>
<url>https://svn.apache.org/repos/asf/xerces/java/</url>
<connection>https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_11_0/</connection>
<connection>https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_12_0/</connection>
</scm>
<dependencies>
<dependency>
......
#!/usr/bin/make -f
VERSION := 2.11.0
include /usr/share/dpkg/pkg-info.mk
%:
dh $@ --with maven-repo-helper --with javahelper
......@@ -13,9 +13,5 @@ override_dh_compress:
override_dh_auto_clean:
get-orig-source:
-uscan --download-current-version --force-download --rename --repack
get-orig-pom:
wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/xerces/xercesImpl/$(VERSION)/xercesImpl-$(VERSION).pom
wget -O debian/pom.xml https://repo1.maven.org/maven2/xerces/xercesImpl/$(DEB_VERSION_UPSTREAM)/xercesImpl-$(DEB_VERSION_UPSTREAM).pom
version=3
http://archive.apache.org/dist/xerces/j/source/ Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz debian uupdate
version=4
opts="repack,compression=xz" \
http://archive.apache.org/dist/xerces/j/source/ Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz
......@@ -17,7 +17,7 @@
-->
<!DOCTYPE book SYSTEM 'dtd/book.dtd'>
<book title='&ParserName; Documentation'
copyright='1999-2010 The Apache Software Foundation'>
copyright='1999-2018 The Apache Software Foundation'>
<external label='Home' href='http://xerces.apache.org/'/>
<separator/>
<document label='Readme' title='&ParserNameLong; Readme'
......
......@@ -58,4 +58,4 @@
id ID #REQUIRED
source CDATA #REQUIRED>
<!-- CVS $Revision: 317483 $ $Date: 2001-08-22 20:35:39 -0400 (Wed, 22 Aug 2001) $ -->
<!-- CVS $Revision: 317483 $ $Date: 2001-08-23 06:05:39 +0530 (Thu, 23 Aug 2001) $ -->
......@@ -289,7 +289,7 @@
<!ENTITY hearts "&#9829;"> <!-- U+2665 ISOpub - black heart suit = valentine -->
<!ENTITY diams "&#9830;"> <!-- U+2666 ISOpub - black diamond suit -->
<!-- CVS $Revision: 318954 $ $Date: 2003-01-16 16:00:14 -0500 (Thu, 16 Jan 2003) $ -->
<!-- CVS $Revision: 318954 $ $Date: 2003-01-17 02:30:14 +0530 (Fri, 17 Jan 2003) $ -->
<!-- Portions (C) International Organization for Standardization 1986
Permission to copy in any form is granted for use with
......
......@@ -16,4 +16,4 @@
<!ATTLIST s3 title CDATA #REQUIRED>
<!ATTLIST s4 title CDATA #REQUIRED>
<!-- CVS $Revision: 317483 $ $Date: 2001-08-22 20:35:39 -0400 (Wed, 22 Aug 2001) $ -->
\ No newline at end of file
<!-- CVS $Revision: 317483 $ $Date: 2001-08-23 06:05:39 +0530 (Thu, 23 Aug 2001) $ -->
\ No newline at end of file
......@@ -16,4 +16,4 @@
<!ELEMENT q (#PCDATA)>
<!ELEMENT a (%blocks;)+>
<!-- CVS $Revision: 317483 $ $Date: 2001-08-22 20:35:39 -0400 (Wed, 22 Aug 2001) $ -->
\ No newline at end of file
<!-- CVS $Revision: 317483 $ $Date: 2001-08-23 06:05:39 +0530 (Thu, 23 Aug 2001) $ -->
\ No newline at end of file
......@@ -19,4 +19,4 @@
<!ELEMENT code (#PCDATA|%links;)*>
<!ELEMENT br EMPTY>
<!-- CVS $Revision: 317483 $ $Date: 2001-08-22 20:35:39 -0400 (Wed, 22 Aug 2001) $ -->
<!-- CVS $Revision: 317483 $ $Date: 2001-08-23 06:05:39 +0530 (Thu, 23 Aug 2001) $ -->
......@@ -206,7 +206,7 @@ serializer.serialize(document);</source>
<faq title="Using DOM Level 3 with JDK 1.4 and higher">
<q>How do I run DOM Level 3 applications under JDK 1.4 and higher?</q>
<a> <anchor name="dom3-run"/>
<p>Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/">
<p>Use the <jump href="http://download.oracle.com/javase/1.4.2/docs/guide/standards/">
Endorsed Standards Override Mechanism</jump> to specify xercesImpl.jar and xml-apis.jar.
A more complete description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100D6">here</jump>.
</p>
......
......@@ -58,7 +58,7 @@
<q>How can I use JAXP 1.4 on JDK 1.4 and above?</q>
<a>
<p>
Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/">Endorsed Standards Override Mechanism</jump>
Use the <jump href="http://download.oracle.com/javase/1.4.2/docs/guide/standards/">Endorsed Standards Override Mechanism</jump>
to specify xml-apis.jar and xercesImpl.jar. This will override the version of JAXP in the JDK. A more complete
description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100EF">here</jump>.
</p>
......@@ -298,7 +298,7 @@ and xni.parser.PSVIConfiguration.
<p>
As of version 2.10.0, Xerces requires JDK 1.3 or later to run and also requires JDK 1.3 or
later to build the source code. Starting with the Xerces 2.11.0 release, the XML Schema 1.1
experimental distribution requires JDK 1.4 or later to run and also to build the source code.
distribution requires JDK 1.4 or later to run and also to build the source code.
</p>
</a>
</faq>
......