Accepting request 548064 from home:thomas-schraitle:branches:Java:packages
- Fix catalog paths in ws-jaxme-catalog.patch The DocBook XML 4.1.2 DTD cannot be retrieved from SGML catalogs (/etc/sgml/catalog) but from XML catalogs (/etc/xml/catalog). Corrected path from /etc/sgml/catalog to /etc/xml/catalog. OBS-URL: https://build.opensuse.org/request/show/548064 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ws-jaxme?expand=0&rev=16
This commit is contained in:
parent
0bdf4aea56
commit
dee03ed6e5
@ -6,7 +6,7 @@
|
||||
<xmlcatalog>
|
||||
- <dtd publicid="-//OASIS//DTD DocBook XML V4.1.2//EN" location="${docbook.home}/docbookx.dtd"/>
|
||||
+ <catalogpath>
|
||||
+ <pathelement location="/etc/sgml/catalog"/>
|
||||
+ <pathelement location="/etc/xml/catalog"/>
|
||||
+ </catalogpath>
|
||||
</xmlcatalog>
|
||||
</style>
|
||||
@ -17,7 +17,7 @@
|
||||
<xmlcatalog>
|
||||
- <dtd publicid="-//OASIS//DTD DocBook XML V4.1.2//EN" location="${docbook.home}/docbookx.dtd"/>
|
||||
+ <catalogpath>
|
||||
+ <pathelement location="/etc/sgml/catalog"/>
|
||||
+ <pathelement location="/etc/xml/catalog"/>
|
||||
+ </catalogpath>
|
||||
</xmlcatalog>
|
||||
<factory name="org.apache.xalan.processor.TransformerFactoryImpl"/>
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 12:03:31 UTC 2017 - thomas.schraitle@suse.com
|
||||
|
||||
- Fix catalog paths in ws-jaxme-catalog.patch
|
||||
The DocBook XML 4.1.2 DTD cannot be retrieved from SGML catalogs
|
||||
(/etc/sgml/catalog) but from XML catalogs (/etc/xml/catalog).
|
||||
Corrected path from /etc/sgml/catalog to /etc/xml/catalog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 15:33:05 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user