Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-5730

Different separators in localization attribute

    XMLWordPrintableJSON

Details

    Description

      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:

      public class MetaTypeIO {
      private static final String NEW_LOCATION = "OSGI-INF" + File.separatorChar + "l10n";
      ...
      metatypeLocation = NEW_LOCATION + "/" + baseName;

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            reizy Vladimir Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: