Author: bdelacretaz
Date: Wed Jun  4 06:28:47 2008
New Revision: 663091

URL: http://svn.apache.org/viewvc?rev=663091&view=rev
Log:
SLING-493 - document the mknotice script

Modified:
    incubator/sling/trunk/etc/notice/mknotice

Modified: incubator/sling/trunk/etc/notice/mknotice
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/etc/notice/mknotice?rev=663091&r1=663090&r2=663091&view=diff
==============================================================================
--- incubator/sling/trunk/etc/notice/mknotice (original)
+++ incubator/sling/trunk/etc/notice/mknotice Wed Jun  4 06:28:47 2008
@@ -27,6 +27,10 @@
 # ---------------------------------------------------------------------------
 # Dependencies are mapped to NOTICE fragments as follows (example):
 #
+#      0) Use the mvn dependency:resolve as input to define the list of
+#              dependencies, augmented by the contents of the 
module.notice.txt 
+#              file, if that's found alongside the project's pom.xml. 
+#
 #      1) mvn dependency:resolve output contains 
 #              [INFO]    org.mortbay.jetty:jetty:jar:6.1.6 (scope = compile)
 #
@@ -38,9 +42,8 @@
 #      4) If not found, fatal error. If ends with =NO_NOTICE, ignore this 
 #              dependency.
 #
-#      5) In this case, =jetty.txt means "use the notices/jetty.txt fragment
-#              for this dependency.
-# 
+#      5) In our example, =jetty.txt means "use the notices/jetty.txt fragment
+#              for this dependency. Fatal error if that file is not found.
 # ---------------------------------------------------------------------------
 #
 


Reply via email to