All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.bundleClasspathResolvers.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         This extension point allows clients to add additional bundle classpath entries and source lookup path entries to a plug-in project classpath
      
   

   
      
         
            
         
      
      
         
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
               
                  
               
            
         
      
   

   
      
         
            
               
                  Nature of the projects this resolver is enabled for.
               
            
         
         
            
               
                  The class that implements this dynamic bundle classpath entry resolver. The class must implement <code>IBundleClasspathResolver</code>
               
               
                  
               
            
         
      
   

   
      
         
      
      
         3.8
      
   

   
      
         
      
      
         The following is an example of a classpath provider: 

<p>
<pre>
  <extension
        point="org.eclipse.pde.core.bundleClasspathResolvers">
     <resolver
           class="org.eclipse.example.pde.SomeResolver"
           nature="org.eclipse.example.projectNature">
     </resolver>
  </extension>
</pre>
</p>
      
   

   
      
         
      
      
         Each classpath resolver must provide a class that implements <code>org.eclipse.pde.core.IBundleClasspathResolver</code> interface.
      
   


   
      
         
      
      
         Copyright (c) 2011 Sonatype, Inc. 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="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy