forked from pool/jeuclid
- Updated/rebased patches: - jeuclid-core-FreeHep.patch (updated to use services file) - jeuclid-batik_1_10.patch (rebased) - jeuclid-service-providers.patch (added to prevent wrong typecasting) - Update to 3.1.9: - Workaround for NPE in TextLayout() - Support Content Math without namespace - Added Italian Translation - Improved Documentation - Update to 3.1.8: - Operator streching now honors symmetric - New extension for horizontal / vertical stretch - Stretchy behaviour is reworked again - Update to 3.1.7: - Reworked Token elements to support mglyhp in all cases. - Reworked Stretchy operators. - Fixed an error in mmultiscript containing whitespace. - MathML 3.0 Testsuite is now available on the website. - MathML 3.0 Testsuite can now be run internally. - Basic SWT Widget is now implemented. - Restored functionality to get null value for attributes. Fixes mfence - Better support for foreign elements in JEuclid DOM Tree. - Update to 3.1.6: - JEuclidView: add method to get bounds of layouted object. - Provide Win32 MathViewer executable. - Moved Resources from root namespace into net/sf/jeuclid. - Internal DOM Tree is now in the MathML Namespace. - jeuclid-core JAR file is now OSGi compatible. OBS-URL: https://build.opensuse.org/request/show/962178 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jeuclid?expand=0&rev=23
9 lines
627 B
Diff
9 lines
627 B
Diff
Index: jeuclid-parent-3.1.9/jeuclid-core/src/main/resources/META-INF/services/net.sourceforge.jeuclid.converter.ConverterDetector
|
|
===================================================================
|
|
--- jeuclid-parent-3.1.9.orig/jeuclid-core/src/main/resources/META-INF/services/net.sourceforge.jeuclid.converter.ConverterDetector
|
|
+++ jeuclid-parent-3.1.9/jeuclid-core/src/main/resources/META-INF/services/net.sourceforge.jeuclid.converter.ConverterDetector
|
|
@@ -1,3 +1,2 @@
|
|
net.sourceforge.jeuclid.converter.ImageIODetector
|
|
net.sourceforge.jeuclid.converter.BatikDetector
|
|
-net.sourceforge.jeuclid.converter.FreeHepDetector
|