Author: bdelacretaz
Date: Mon Jun 2 07:57:04 2008
New Revision: 662453
URL: http://svn.apache.org/viewvc?rev=662453&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=662453&r1=662452&r2=662453&view=diff
==============================================================================
--- incubator/sling/trunk/etc/notice/mknotice (original)
+++ incubator/sling/trunk/etc/notice/mknotice Mon Jun 2 07:57:04 2008
@@ -7,6 +7,18 @@
# names in this list to concatenate a series of notice
# files found under this directory.
#
+# To generate a NOTICE file, run this script from the
+#Êdirectory that contains the module's pom.xml file.
+#
+# This script must be in the same directory as the
+#Ênoticemap.txt, which maps dependency names to the
+#Ênames of NOTICE fragment files.
+#
+# Those NOTICE fragment files are found under the
+#Ê"notices" directory that must be found in hte
+# directory that contains this script.
+#
+
ME=$(basename $0)
MYDIR=$(dirname $0)
NOTICES=$MYDIR/notices