Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] Question on plugin_customization.ini

I am trying to wrap up a change for Mobile package and I'm unclear on
the format of plugin_customization.ini.

For mobile, the value of org.eclipse.jdt.core.compiler.compliance
should be 1.6 by default. In my testing, I'm finding it frequently
gets set to 1.5.

The pref value that's stored is
org.eclipse.jdt.core.compiler.compliance=1.6. But this doesn't match
the plugin/key=value format needed in the .ini file. The convention
seems to be that the KEY is in upper case, although it's not
universal.

What I am asking is, what is the content I need for this setting? Is it
org.eclipse.jdt.core.compiler/compliance=1.6

Thanks

-E

-- 
Eric Cloninger (ericc@xxxxxxxxxxxx)
Product Line Manager, MOTODEV Tools
Eclipse Sequoyah Project Lead


Back to the top