Or possibly using the IMTJProject interface.On Apr 22, 2009, at 8:27 AM, Gorkem Ercan wrote: You are probably looking for org.eclipse.mtj.core.MTJCore.getMetaData() -- Gorkem
 
 On Wed, Apr 22, 2009 at 4:11 PM, Roger Silva  <rogersilvaneto@xxxxxxxxx> wrote:  Dear all, How are you?    I'm developing an Eclipse Plug that extends Mobile Tools for Java plug  in features.  I need to retrieve all specific information regarding a MTJ project  saved on users' workspace.  For instance, If the user has a MTJ project on his/her workspace, then  I need to retrieve its MTJ specific configuration like device, and so  on.    I'm able to get all workspace project using the source code bellow,  but I couldn't figure out how to retrieve all particular MTJ  configuration through IProject interface.    IProject[] projects = ResourcesPlugin.getWorkspace().getRoot().getProjects();    Please, May someone help me with this issue?    I appreciate any help you can give me,  thanks,  Roger  _______________________________________________  dsdp-mtj-dev mailing list  dsdp-mtj-dev@xxxxxxxxxxx  https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev     _______________________________________________ dsdp-mtj-dev mailing list dsdp-mtj-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev
   |