You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/03/23 13:48:18 UTC

svn commit: r1788240 - /sling/trunk/bundles/extensions/validation/test-services/pom.xml

Author: kwin
Date: Thu Mar 23 13:48:17 2017
New Revision: 1788240

URL: http://svn.apache.org/viewvc?rev=1788240&view=rev
Log:
prevent overwriting of parts of the repository which are not affected by test content

Modified:
    sling/trunk/bundles/extensions/validation/test-services/pom.xml

Modified: sling/trunk/bundles/extensions/validation/test-services/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/test-services/pom.xml?rev=1788240&r1=1788239&r2=1788240&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/test-services/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/test-services/pom.xml Thu Mar 23 13:48:17 2017
@@ -46,7 +46,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Sling-Initial-Content>SLING-CONTENT;overwrite:=true</Sling-Initial-Content>
+                        <Sling-Initial-Content>SLING-CONTENT/apps/sling/validation;overwrite:=true;path=/apps/sling/validation</Sling-Initial-Content>
                     </instructions>
                 </configuration>
             </plugin>