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

                         
                                                        


                                                                        
                                                            


                                          




                                                        

                                                                    



                                                                             


                                                                                  
               









                                                                             
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
    Copyright (c) 2002, 2009 IBM Corporation and others.

    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
    https://www.eclipse.org/legal/epl-2.0/

    SPDX-License-Identifier: EPL-2.0
    
    Contributors:
        IBM Corporation - initial API and implementation
 -->

<plugin>
     <extension point="org.eclipse.jdt.core.compilationParticipant">
      <compilationParticipant
            class="org.eclipse.jdt.core.tests.builder.TestBuilderParticipant"
            createsProblems="true"
            id="org.eclipse.jdt.core.tests.builder.compilationparticipant"
            modifiesEnvironment="true">
          <managedMarker markerType="org.eclipse.jdt.core.tests.compile.problem"/>
       </compilationParticipant>
   </extension>
     <extension
           id="TimeStampBuilder"
           point="org.eclipse.core.resources.builders">
        <builder
              hasNature="false">
           <run
                 class="org.eclipse.jdt.core.tests.builder.TimeStampBuilder">
           </run>
        </builder>
     </extension>
</plugin>

Back to the top