Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 389903
Collapse All | Expand All

(-)a/org.eclipse.jdt-feature/pom.xml (-20 lines)
Lines 27-52 Link Here
27
  <build>
27
  <build>
28
    <plugins>
28
    <plugins>
29
      <plugin>
29
      <plugin>
30
        <groupId>org.eclipse.tycho.extras</groupId>
31
        <artifactId>tycho-source-feature-plugin</artifactId>
32
        <executions>
33
          <execution>
34
            <phase>package</phase>
35
            <id>source-feature</id>
36
            <goals>
37
              <goal>source-feature</goal>
38
            </goals>
39
            <configuration>
40
              <excludes>
41
                <plugin id="org.eclipse.jdt" />
42
                <plugin id="org.junit4" />
43
                <plugin id="org.eclipse.jdt.doc.user" />
44
              </excludes>
45
            </configuration>
46
          </execution>
47
        </executions>
48
      </plugin>
49
      <plugin>
50
        <groupId>org.eclipse.tycho</groupId>
30
        <groupId>org.eclipse.tycho</groupId>
51
        <artifactId>tycho-p2-plugin</artifactId>
31
        <artifactId>tycho-p2-plugin</artifactId>
52
        <version>${tycho.version}</version>
32
        <version>${tycho.version}</version>

Return to bug 389903