This is easy. You need to do two things: 1) create a file called rt/javascriptsrc/main/appended-resources/META-INF/NOTICE
That just contains the information about that file. 2) in distribution, edit: distribution/src/main/appended-resources/META-INF/NOTICE to contain the same info. That should be it. We probably should add a page to the developer wiki about "how to add third party things" to cover this. Things pulled in from maven are easy as you usually don't need to do anything. Stuff added directly to the source tree can be tricky. Dan On Tuesday 22 January 2008, Benson Margulies wrote: > Dan, > > Do you want to do this, or shall I? The code has been assimilated into > cxf-utils.js. > > --benson > > On Tue, 2008-01-22 at 09:20 -0500, Jim Jagielski wrote: > > On Jan 22, 2008, at 8:14 AM, Benson Margulies wrote: > > > I'm faced with the following in some JavaScript. > > > > > > // This code was written by Tyler Akins and has been placed in the > > > // public domain. It would be nice if you left this header > > > intact. > > > > Put the above in the project's NOTICE file. -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
