mirror of https://github.com/apache/archiva.git
[MRM-1282] fix file metadata format
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@884140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
91cb91a8a2
commit
f863666a3d
|
@ -116,7 +116,7 @@ public class FileMetadataRepository
|
|||
try
|
||||
{
|
||||
in = new FileInputStream( new File( directory, "metadata.xml" ) );
|
||||
properties.load( in );
|
||||
properties.loadFromXML( in );
|
||||
}
|
||||
catch ( FileNotFoundException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue