Skip to content

Commit 0fdaad5

Browse files
committed
fix remaining "archive-commons" names
1 parent efe714c commit 0fdaad5

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.project

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>archive-commons</name>
3+
<name>ia-web-commons</name>
44
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5-
<projects>
6-
<project>archive-surt</project>
7-
</projects>
85
<buildSpec>
96
<buildCommand>
107
<name>org.eclipse.jdt.core.javabuilder</name>

src/main/java/org/archive/util/IAUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class IAUtils {
3838

3939
public static String loadCommonsVersion() {
4040
InputStream input = IAUtils.class.getResourceAsStream(
41-
"/org/archive/archive-commons-version.txt");
41+
"/org/archive/ia-web-commons-version.txt");
4242
if (input == null) {
4343
return "UNKNOWN";
4444
}

src/main/resources/org/archive/archive-commons-version.txt renamed to src/main/resources/org/archive/ia-web-commons-version.txt

File renamed without changes.

0 commit comments

Comments
 (0)