I want to use this new support.
I put
<extension point="
org.apache.geronimo.devtools.eclipse.core.discouragedRuntimeAccess">
<path value="/lib"/>
</extension>
in
devtools\modules\eclipse-plugin\plugins\org.apache.geronimo.devtools.eclipse.core\serverdef\geronimo10.serverdef,
but it did not work. From the eclipse log, I got:
Wrapped exception
org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'extension' not
found. (bundleentry://341/serverdef/geronimo10.serverdef, 102, 91)
Where should I put the <extension> element?
|