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/27 12:12:13 UTC

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

Author: kwin
Date: Mon Mar 27 12:12:13 2017
New Revision: 1788918

URL: http://svn.apache.org/viewvc?rev=1788918&view=rev
Log:
fix path parameter directive (fixes IT)

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=1788918&r1=1788917&r2=1788918&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/test-services/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/test-services/pom.xml Mon Mar 27 12:12:13 2017
@@ -46,7 +46,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Sling-Initial-Content>SLING-CONTENT/apps/sling/validation;overwrite:=true;path=/apps/sling/validation</Sling-Initial-Content>
+                        <Sling-Initial-Content>SLING-CONTENT/apps/sling/validation;overwrite:=true;path:=/apps/sling/validation</Sling-Initial-Content>
                     </instructions>
                 </configuration>
             </plugin>