On Jun 22, Brian Jones wrote:
> "Jochen Hoenicke" <[EMAIL PROTECTED]> writes:
>
> > I have written a small perl script (150 lines) that puts the classpath
> > collection classes into the org.gnu.java.util.collections package.
> > This works well, and I wonder how I should redistribute it to anyone
> > interested.
>
> Hey Jochen,
>
> Add a phony target to the root Makefile called collection and have it
> call cd lib && $(MAKE) $(AM_MAKEFLAGS) collection (maybe there is a
> variable for the arg..). In lib/Makefile.am add another phony
> collection target which zips up the relevant files. You could add a
> hook to include the source there as well.
Okay, I can do that, but is org.gnu.java.util.collections a good
package name? Or do you prefer something like
gnu.classpath.collections?
Jochen