File contributed by Didier Donsez <didier.donsez@imag.fr>
on June 17, 2006
Edited by Lionel Seinturier.

RFE: Java 1.x (x>=1) to J#
--------------------------
J# is mainly based on the JDK 1.1.7
The processor could rely on existing processors, I guess !
I can provide a demo with the <jsharpc> Ant task

RFE: Java 1.x to JavaCard
-------------------------
Several CLDC processors can be reused !
Useful for the smartcard/javacard community

RFE: J2MEPackageTrackerProcessor
--------------------------------
J2ME developpers uses various optional profiles (~=set of packages and profiles)
when they develop MidLets. For instance, WMA, BT, ...
The J2MEPackageTrackerProcessor helps them to check used packages and associated
profiles. It warns when the profile is not supported by a device (ie javaphone)
This is also useful to the JavaCard community !
I have write a preliminary version of it !
