File: plugin.xml

package info (click to toggle)
eclipse-jdt-core 4.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 109,364 kB
  • sloc: java: 1,633,914; xml: 5,685; sh: 22; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 2,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?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.participants.TestCompilationParticipant1"
            createsProblems="true"
            id="org.eclipse.jdt.core.tests.builder.participants.testCompilationParticipant1"
            modifiesEnvironment="true">
          <managedMarker markerType="org.eclipse.jdt.core.tests.compile.problem"/>
          <requires id="org.eclipse.jdt.core.tests.builder.participants.testCompilationParticipant3"/>
       </compilationParticipant>

       <compilationParticipant
            class="org.eclipse.jdt.core.tests.builder.participants.TestCompilationParticipant2"
            createsProblems="true"
            id="org.eclipse.jdt.core.tests.builder.participants.testCompilationParticipant2"
            modifiesEnvironment="true">
          <managedMarker markerType="org.eclipse.jdt.core.tests.compile.problem"/>
       </compilationParticipant>

       <compilationParticipant
            class="org.eclipse.jdt.core.tests.builder.participants.TestCompilationParticipant3"
            createsProblems="true"
            id="org.eclipse.jdt.core.tests.builder.participants.testCompilationParticipant3"
            modifiesEnvironment="true">
          <managedMarker markerType="org.eclipse.jdt.core.tests.compile.problem"/>
          <requires id="org.eclipse.jdt.core.tests.builder.participants.testCompilationParticipant2"/>
       </compilationParticipant>
   </extension>
</plugin>