Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 3ea0df9dfefb1384922be7c847920a1e0f7e5860 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                      
                       
                  
                                
                                   
                          

            
                                       
             

 





                                                                      
           
<?xml version="1.0" encoding="UTF-8"?>
<fragment
   id="org.eclipse.cdt.core.solaris"
   name="%fragmentName"
   version="1.2.0"
   provider-name="%providerName"
   plugin-id="org.eclipse.cdt.core"
   plugin-version="1.2.0">

   <runtime>
      <library name="cdt_solaris.jar"/>
   </runtime>


   <extension
         point="org.eclipse.cdt.core.ProcessList">
      <processList
            class="org.eclipse.cdt.internal.core.solaris.ProcessList">
      </processList>
   </extension>
</fragment>

Back to the top