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 2017/09/27 12:24:07 UTC

svn commit: r1809836 - in /sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF: l10n/ l10n/metatype.properties metatype/metatype.properties metatype/metatype.xml

Author: cziegeler
Date: Wed Sep 27 12:24:07 2017
New Revision: 1809836

URL: http://svn.apache.org/viewvc?rev=1809836&view=rev
Log:
SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype

Added:
    sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/l10n/
    sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/l10n/metatype.properties
      - copied unchanged from r1809835, sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.properties
Removed:
    sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
    sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.xml

Modified: sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.xml?rev=1809836&r1=1809835&r2=1809836&view=diff
==============================================================================
--- sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.xml (original)
+++ sling/trunk/bundles/commons/threads/src/main/resources/OSGI-INF/metatype/metatype.xml Wed Sep 27 12:24:07 2017
@@ -19,7 +19,7 @@
 -->
 <metatype:MetaData
     xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"
-    localization="metatype">
+    localization="OSGI-INF/l10n/metatype">
 
     <metatype:OCD
         id="org.apache.sling.commons.threads.impl.DefaultThreadPool.factory"