File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments