Vladimir Smirnov created FELIX-5730:
---------------------------------------
Summary: Different separators in localization attribute
Key: FELIX-5730
URL: https://issues.apache.org/jira/browse/FELIX-5730
Project: Felix
Issue Type: Bug
Components: SCR Tooling
Affects Versions: maven-scr-plugin-1.25.0
Reporter: Vladimir Smirnov
maven-scr-plugin 1.25.0 generates:
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"
localization="OSGI-INF\l10n/com.Test">
Looks like the reason:
{quote}public class MetaTypeIO {
private static final String NEW_LOCATION = "OSGI-INF" + File.separatorChar +
"l10n";
...
metatypeLocation = NEW_LOCATION + "/" + baseName;{quote}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)