This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Include rmic template files in the tools.jar
>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:
>> This is ok. This should go in Classpath as well.
Matthias> This is found in a GCJ LOCAL section; classpath maybe could
Matthias> move those files to the resources directory as well (as done
Matthias> with all the *.properties files), which would make it easier
Matthias> to compile these resource files into libgcj.so as well.
Sorry, I didn't realize this was gcj-local.
Yeah, moving this to the resource directory would be better. AIUI
these aren't real sources -- they are templates used when running
rmic. So, they are data and not code.
thanks,
Tom