Skip to content

Commit d63a498

Browse files
committed
fix: Use directories org/openpdf instead of com/lowagie
1 parent 6ea8d07 commit d63a498

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3
-3
lines changed

openpdf-core-modern/src/main/java/org/openpdf/text/Document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
public class Document implements DocListener {
103103

104104
// membervariables
105-
private static final String VERSION_PROPERTIES = "com/lowagie/text/version.properties";
105+
private static final String VERSION_PROPERTIES = "org/openpdf/text/version.properties";
106106
private static final String OPENPDF = "OpenPDF";
107107
private static final String RELEASE;
108108
private static final String OPENPDF_VERSION;

openpdf-core-modern/src/main/java/org/openpdf/text/error_messages/MessageLocalization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*/
6969
public final class MessageLocalization {
7070

71-
private static final String BASE_PATH = "com/lowagie/text/error_messages/";
71+
private static final String BASE_PATH = "org/openpdf/text/error_messages/";
7272
private static Map<String, String> defaultLanguage = new HashMap<>();
7373
private static Map<String, String> currentLanguage;
7474

openpdf-core-modern/src/main/java/org/openpdf/text/pdf/BaseFont.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public abstract class BaseFont {
309309
/**
310310
* The path to the font resources.
311311
*/
312-
public static final String RESOURCE_PATH = "com/lowagie/text/pdf/fonts/";
312+
public static final String RESOURCE_PATH = "org/openpdf/text/pdf/fonts/";
313313
/**
314314
* The fake CID code that represents a newline.
315315
*/

openpdf-core-modern/src/main/resources-filtered/com/lowagie/text/version.properties renamed to openpdf-core-modern/src/main/resources-filtered/org/openpdf/text/version.properties

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/error_messages/en.lng renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/error_messages/en.lng

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/error_messages/nl.lng renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/error_messages/nl.lng

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/error_messages/pt.lng renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/error_messages/pt.lng

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/pdf/fonts/Adobe-CNS1-UCS2.cmap renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/pdf/fonts/Adobe-CNS1-UCS2.cmap

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/pdf/fonts/Adobe-GB1-UCS2.cmap renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/pdf/fonts/Adobe-GB1-UCS2.cmap

File renamed without changes.

openpdf-core-modern/src/main/resources/com/lowagie/text/pdf/fonts/Adobe-Japan1-UCS2.cmap renamed to openpdf-core-modern/src/main/resources/org/openpdf/text/pdf/fonts/Adobe-Japan1-UCS2.cmap

File renamed without changes.

0 commit comments

Comments
 (0)