On 5 October 2006 at 23:25, "Alexey Petrenko" <[EMAIL PROTECTED]> wrote: > 2006/10/5, Mark Hindess <[EMAIL PROTECTED]>: > > > > On 5 October 2006 at 19:51, "Alexey Petrenko" > > <[EMAIL PROTECTED]> wrote: > > > Mark, > > > > > > I've finished with the build files. At least I hope so :) > > > > > > Check the HARMONY-1729 issue. > > > > > > I've also added a comment to HARMONY-1609. > > > > Excellent! > > > > This is trivial but I noticed that the MANIFEST files need a few tweaks. > > The import and export lines should be something like: > > > > Import-Package: java.awt, > > java.awt.color, > > java.awt.image, > > java.io, > > java.net, > > java.nio, > > java.util, > > org.apache.harmony.awt.datatransfer, > > org.apache.harmony.awt.gl.image > > Export-Package: javax.imageio, > > javax.imageio.event, > > javax.imageio.metadata, > > javax.imageio.plugins.jpeg, > > javax.imageio.spi, > > javax.imageio.stream > > > > [snip] > > how did you produce these lists? Do you have some tool?
I just used a quick find/xargs/perl command on the command line. Now I look at it in my history, I notice it wouldn't even have worked for some of the bigger modules. Not really worth sharing IMHO. -Mark. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
