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 390856
Collapse All | Expand All

(-)a/features/org.eclipse.platform-feature/pom.xml (+19 lines)
Lines 30-35 Link Here
30
  <build>
30
  <build>
31
    <plugins>
31
    <plugins>
32
      <plugin>
32
      <plugin>
33
        <groupId>org.eclipse.tycho</groupId>
34
        <artifactId>target-platform-configuration</artifactId>
35
        <configuration>
36
          <dependency-resolution>
37
            <extraRequirements>
38
              <!-- this guarantees proper reactor build order  -->
39
              <requirement>
40
                <type>eclipse-plugin</type>
41
                <id>org.eclipse.platform.doc.isv</id>
42
                <versionRange>0.0.0</versionRange>
43
              </requirement>
44
            </extraRequirements>
45
          </dependency-resolution>
46
        </configuration>
47
      </plugin>
48
      <plugin>
33
        <groupId>org.eclipse.tycho.extras</groupId>
49
        <groupId>org.eclipse.tycho.extras</groupId>
34
        <artifactId>tycho-source-feature-plugin</artifactId>
50
        <artifactId>tycho-source-feature-plugin</artifactId>
35
        <executions>
51
        <executions>
Lines 40-45 Link Here
40
              <goal>source-feature</goal>
56
              <goal>source-feature</goal>
41
            </goals>
57
            </goals>
42
            <configuration>
58
            <configuration>
59
              <plugins>
60
                <plugin id="org.eclipse.platform.doc.isv" versionRange="0.0.0" />
61
              </plugins>
43
              <excludes>
62
              <excludes>
44
                <plugin id="org.eclipse.core.boot"/>
63
                <plugin id="org.eclipse.core.boot"/>
45
                <plugin id="org.eclipse.platform.doc.user"/>
64
                <plugin id="org.eclipse.platform.doc.user"/>

Return to bug 390856