You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2014/11/28 14:27:03 UTC

svn commit: r1642293 - /sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml

Author: fmeschbe
Date: Fri Nov 28 13:27:03 2014
New Revision: 1642293

URL: http://svn.apache.org/r1642293
Log:
SLING-4209 Expose required JavaScript files through the BundleResourceProvider

Modified:
    sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml

Modified: sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml?rev=1642293&r1=1642292&r2=1642293&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml (original)
+++ sling/trunk/contrib/scripting/sightly/js-use-provider/pom.xml Fri Nov 28 13:27:03 2014
@@ -68,7 +68,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Sling-Initial-Content>SLING-INF;overwrite=true</Sling-Initial-Content>
+                        <Sling-Bundle-Resources>/libs/sling/sightly/js;path:=/SLING-INF/libs/sling/sightly/js</Sling-Bundle-Resources>
                     </instructions>
                 </configuration>
             </plugin>