[libxerces2-java] 01/02: This commit was manufactured by cvs2svn to create tag 'RELEASE_2_2_0-1'.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jun 18 22:29:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/RELEASE_2_2_0-1
in repository libxerces2-java.
commit 7d84147fcf63f45d102d7facadd201183e6c6db8
Author: (no author) <nobody at debian.org>
Date: Wed Oct 23 16:43:39 2002 +0000
This commit was manufactured by cvs2svn to create tag
'RELEASE_2_2_0-1'.
---
build.properties | 1 +
build.xml | 16 ++++++++++++----
debian/changelog | 8 ++++++++
debian/control | 3 ++-
4 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/build.properties b/build.properties
new file mode 100644
index 0000000..90e15fb
--- /dev/null
+++ b/build.properties
@@ -0,0 +1 @@
+build.compiler=jikes
diff --git a/build.xml b/build.xml
index 8b4d8ef..842e72c 100644
--- a/build.xml
+++ b/build.xml
@@ -29,9 +29,9 @@ Copyright:
<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.1.0'/>
- <property name='parser.version' value='2.1.0'/>
- <property name='parser_version' value='2_1_0'/>
+ <property name='parser.Version' value='2.2.0'/>
+ <property name='parser.version' value='2.2.0'/>
+ <property name='parser_version' value='2_2_0'/>
<property name='deprecatedjar.parser' value='xerces.jar'/>
<property name='jar.apis' value='xmlParserAPIs.jar'/>
@@ -203,7 +203,12 @@ Copyright:
deprecation="${deprecation}"
optimize="${optimize}"
includeAntRuntime="false"
- includeJavaRuntime="true"/>
+ includeJavaRuntime="false"
+ />
+ <!--
+ bootclasspath="${build.src}"
+ extdirs="${build.src}"
+ -->
</target>
<!-- =================================================================== -->
@@ -224,6 +229,7 @@ Copyright:
basedir="${build.dest}"
compress="true"
includes="org/apache/**, META-INF/**
+ org/w3c/dom/html/HTMLDOMImplementation.class
org/w3c/dom/ls/**
org/w3c/dom/DOMError.class
org/w3c/dom/DOMErrorHandler.class
@@ -242,6 +248,7 @@ Copyright:
compress="true"
includes="org/xml/**, org/w3c/**, javax/**"
excludes="org/w3c/dom/ls/**
+ org/w3c/dom/xpath/**
org/w3c/dom/DOMError.class
org/w3c/dom/DOMErrorHandler.class
org/w3c/dom/DOMImplementationSource.class
@@ -779,6 +786,7 @@ Copyright:
org/apache/xerces/impl/validation/XMLGrammarPoolImpl.java
org/apache/xerces/parsers/DOMASBuilderImpl.java
org/apache/xerces/parsers/StandardParserConfiguration.java
+ org/apache/xerces/parsers/IntegratedParserConfiguration.java
org/apache/xerces/parsers/XML11Configuration.java
org/apache/xerces/parsers/XMLGrammarCachingConfiguration.java
org/apache/xerces/parsers/CachingParserPool.java
diff --git a/debian/changelog b/debian/changelog
index 6c03775..4220a77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xerces2-j (2.2.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Added Takashi Okamoto and Ola Lundqvist as uploaders
+ * Use jikes to compile the Java classes
+
+ -- Stefan Gybas <sgybas at debian.org> Wed, 23 Oct 2002 18:23:15 +0200
+
xerces2-j (2.1.0-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 0ec5922..7e91359 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: xerces2-j
Section: contrib/libs
Priority: optional
Maintainer: Stefan Gybas <sgybas at debian.org>
-Build-Depends-Indep: debhelper (>= 4.1.0), ant (>= 1.5-1), j2sdk (>= 1.4.0-1), libxerces-java, libxalan2-java
+Uploaders: Takashi Okamoto <tora at debian.org>, Ola Lundqvist <opal at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1.0), ant (>= 1.5-1), j2sdk (>= 1.4.0-1), jikes, libxerces-java, libxalan2-java
Standards-Version: 3.5.7
Package: libxerces2-java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git
More information about the pkg-java-commits
mailing list