You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/23 10:02:52 UTC

[sling-samples] branch master updated: SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new a4f9293  SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype
a4f9293 is described below

commit a4f9293ac610e6499493bfd93e426aba220f829c
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Apr 23 12:02:34 2020 +0200

    SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype
---
 path-based-rtp/pom.xml                                                   | 1 +
 .../src/main/resources/OSGI-INF/{metatype => l10n}/metatype.properties   | 0
 2 files changed, 1 insertion(+)

diff --git a/path-based-rtp/pom.xml b/path-based-rtp/pom.xml
index 3207f28..dfe9a0d 100644
--- a/path-based-rtp/pom.xml
+++ b/path-based-rtp/pom.xml
@@ -48,6 +48,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
+                <version>1.26.4</version>        
             </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
diff --git a/path-based-rtp/src/main/resources/OSGI-INF/metatype/metatype.properties b/path-based-rtp/src/main/resources/OSGI-INF/l10n/metatype.properties
similarity index 100%
rename from path-based-rtp/src/main/resources/OSGI-INF/metatype/metatype.properties
rename to path-based-rtp/src/main/resources/OSGI-INF/l10n/metatype.properties