File: README-xml-resolver-1.2-netbeans.patch

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (26 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements; and to You under the Apache License, Version 2.0.

The "xml-resolver-1.2-netbeans.patch" was created in 2017 for the donation of NetBeans to the Apache Foundation.

The patch is licensed under the Apache 2.0 License. See [1] for license information.

The patch is to be applied to the Apache XML Commons Resolver version 1.2 sources as downloaded from Maven Central [2]

The patch contains the modifications detailed in "readme.txt", i.e.:
  - The method "getPublicIDs()" in org/apache/xml/resolver/Catalog.java
  - The special "if" clause in org/apache/xml/resolver/CatalogManager.java#readProperties()
  - The org/apache/xml/resolver/NbCatalogManager.java new class.
  - The org/apache/xml/resolver/tools/NbCatalogResolver.java new class.

Note that for historic reasons the sources from Maven Central contain
MS-DOS/Windows line endings, so the patch also uses these line endings, that
must be preserved.



[1] http://mail-archives.apache.org/mod_mbox/incubator-netbeans-dev/201710.mbox/browser
[2] http://repo1.maven.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar
[3] https://netbeans.org/bugzilla/show_bug.cgi?id=128678#c17