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

(-)a/features/org.eclipse.help-feature/pom.xml (+20 lines)
Lines 29-34 Link Here
29
29
30
  <build>
30
  <build>
31
    <plugins>
31
    <plugins>
32
      <plugin> 
33
        <groupId>org.eclipse.tycho</groupId> 
34
        <artifactId>target-platform-configuration</artifactId> 
35
        <configuration> 
36
          <dependency-resolution> 
37
            <extraRequirements> 
38
              <requirement> 
39
                <type>eclipse-plugin</type> 
40
                <id>org.apache.lucene</id> 
41
                <versionRange>[2.9,3.0)</versionRange> 
42
              </requirement>
43
              <requirement>
44
                <type>eclipse-plugin</type>
45
                <id>org.apache.lucene.analysis</id>
46
                <versionRange>[2.9,3.0)</versionRange>
47
              </requirement>
48
            </extraRequirements>
49
          </dependency-resolution>
50
        </configuration>
51
      </plugin>
32
      <plugin>
52
      <plugin>
33
        <groupId>org.eclipse.tycho.extras</groupId>
53
        <groupId>org.eclipse.tycho.extras</groupId>
34
        <artifactId>tycho-source-feature-plugin</artifactId>
54
        <artifactId>tycho-source-feature-plugin</artifactId>

Return to bug 384860