summaryrefslogtreecommitdiff
path: root/dev-java/jibx-tools/files/1.1.5-build.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-11 07:02:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-11 07:02:28 +0100
commit068424b26532f3551a81421a9be67ed206e5c11a (patch)
tree583b8d979899a463a4ef5b26d3d49e85df987623 /dev-java/jibx-tools/files/1.1.5-build.patch
parentd162ba1860a88062f4cd61f8b52fc303ba0b2991 (diff)
gentoo resync : 11.08.2021
Diffstat (limited to 'dev-java/jibx-tools/files/1.1.5-build.patch')
-rw-r--r--dev-java/jibx-tools/files/1.1.5-build.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-java/jibx-tools/files/1.1.5-build.patch b/dev-java/jibx-tools/files/1.1.5-build.patch
deleted file mode 100644
index 7e2354c2cbde..000000000000
--- a/dev-java/jibx-tools/files/1.1.5-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- build/src/org/jibx/binding/SchemaGenerator.java 2007-05-23 21:31:14.000000000 +0300
-+++ build/src/org/jibx/binding/SchemaGenerator.java 2008-02-21 23:14:06.000000000 +0200
-@@ -178,7 +178,7 @@
- m_classLocator = new IClassLocator() {
- public IClass getClassInfo(String name) {
- try {
-- return new ClassWrapper(ClassCache.getClassFile(name));
-+ return new ClassWrapper(m_classLocator, ClassCache.getClassFile(name));
- } catch (JiBXException e) {
- throw new IllegalStateException("Class not found " + name);
- }
-@@ -382,7 +382,7 @@
-
- // check for reference to a mapped class
- StructureElement structure = (StructureElement)comp;
-- TemplateElementBase templ = structure.getMapAsMapping();
-+ TemplateElementBase templ = structure.getEffectiveMapping();
- if (! (templ instanceof MappingElement)) {
-
- // unknown content, leave it to user to fill in details