raducotescu commented on a change in pull request #8:
URL: 
https://github.com/apache/sling-scriptingbundle-maven-plugin/pull/8#discussion_r710196404



##########
File path: 
src/main/java/org/apache/sling/scriptingbundle/plugin/processor/Constants.java
##########
@@ -53,6 +53,10 @@ private Constants() {}
     public static final String BND_SCRIPT_ENGINE_MAPPINGS = 
"scriptEngineMappings";
     public static final String BND_SEARCH_PATHS = "searchPaths";
 
+    public static final String VAULT_CONTEXT_XML = ".content.xml";
+    public static final String SLING_RESOURCE_SUPER_TYPE = 
"sling:resourceSuperType";
+    public static final String SLING_REQUIRED_RESOURCE_TYPES = 
"sling:requiredResourceTypes";

Review comment:
       I will document the usage of this property in a usage example where we 
document how to use the BND plugin from this module with a FileVault content 
package.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to