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 390119 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt/pom.xml (+23 lines)
Lines 22-25 Link Here
22
  <artifactId>org.eclipse.jdt</artifactId>
22
  <artifactId>org.eclipse.jdt</artifactId>
23
  <version>3.8.0-SNAPSHOT</version>
23
  <version>3.8.0-SNAPSHOT</version>
24
  <packaging>eclipse-plugin</packaging>
24
  <packaging>eclipse-plugin</packaging>
25
26
  <build>
27
    <plugins>
28
      <plugin>
29
        <artifactId>maven-antrun-plugin</artifactId>
30
        <executions>
31
          <execution>
32
            <phase>process-resources</phase>
33
            <configuration>
34
              <tasks>
35
                <echo>Replacing @build@</echo>
36
                <replace file="about.mappings" 
37
                         token="@build@" value="${unqualifiedVersion}.${buildQualifier}" />
38
              </tasks>
39
            </configuration>
40
            <goals>
41
              <goal>run</goal>
42
            </goals>
43
          </execution>
44
        </executions>
45
      </plugin>
46
    </plugins>
47
  </build>
25
</project>
48
</project>

Return to bug 390119