dilyanpalauzov commented on code in PR #2257:
URL: https://github.com/apache/karaf/pull/2257#discussion_r2761080971


##########
manual/src/main/asciidoc/user-guide/kar.adoc:
##########
@@ -26,10 +26,12 @@ of this XML. This artifact is named a KAR (KAraf aRchive).
 
 A KAR file is essentially a jar (so a zip file) which contains a set of 
feature descriptor and bundle jar files.
 
-A KAR file contains a `repository` folder containing:
+A KAR file contains:
 
-* a set of features XML files
-* the artifacts following the Maven directory structure 
(`groupId/artifactId/version/artifactId-version.type`).
+* a `repository` folder containing:
+** a set of features repositories XML or JSON files
+** the artifacts (jar files) following the Maven directory structure 
(`groupId/artifactId/version/artifactId-version.type`).
+* optionally a `resources` folder containing all resources that could included 
in a Karaf distribution (script files, configuration files, ...)

Review Comment:
   >  that could included in a Karaf distribution
   
   This is not proper English.
   
   Where can I find an example of a KAR which uses the `resources` directory?



-- 
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