java - Fields osgi.bundles and osgi.framework.extensions not updated in rcp config.ini -


i'm building eclipse rcp application sources. while packaging file config.ini generated .product file. wan control values of fields

osgi.bundles  osgi.dev 

osgi.framework.extensions. edit .product file configuration section follow:

<configuration>   <property name="osgi.dev" value="target/classes" />   <property name="osgi.framework.extensions" value="some value" />   <property name="osgi.bundles" value="other value" /> </configurations> 

in final generated config.ini file, field osgi.dev changed in way like, osgi.framework.extensions , osgi.bundlesdid not change @ , still setted @ old default value.

can ?


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -