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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -