[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: ClasspathContainerInitializer hell !

Adam Jenkins wrote:
Hi Guys,

I was wondering if someone could help me out with a classpath container initialization problem. I've read through all the relevant help docos and search the lists dry and I'm still coming up short. My plugin extension is:

<!--The natures classpath-->
<extension point="org.eclipse.jdt.core.classpathContainerInitializer"> <classpathContainerInitializer id="XMLBEANS_LIB" class="net.adamjenkins.eclipseplugins.xmlbeans.XMLBeansClasspathContainerInitializer"/> </extension>


You might want to change the initializer's id to "net.adamjenkins.eclipseplugins.xmlbeans.XMLBEANS_LIB"

Jerome