![JAR search and dependency download from the Maven repository](/logo.png)
schema.pluginClasspathContributors.exsd Maven / Gradle / Ivy
The newest version!
This extension point provides a mechanism to contribute additional classpath entries to a plug-in project when the PDE classpath is computered. Each plug-in classpath contributor is consulted for additional entries when the initial classpath is calculated as well as whenever a new bundle dependency is added to the project.
The additional classpath entries are only stored as long as the project classpath is. The additional entries will not be considered during plug-in or feature export.
The class that implements the plug-in classpath contributor. The class must implement <code>IClasspathContributor</code>
3.9
The following is an example of the classpath contributor
<p>
<pre>
<extension
point="org.eclipse.pde.core.pluginClasspathContributors">
<contributor
class="at.bestsolution.efxclipse.tooling.pde.core.JavaFXClassPathExtender">
</contributor>
</extension>
</pre>
</p>
Each contributor must provide a class that implements <code>org.eclipse.pde.core.IClasspathContributor</code>
Copyright (c) 2013 BestSolution.at and others.<br>
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy