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 (+27 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
  <profiles>
27
    <profile>
28
      <id>update-branding-plugins</id>
29
      <build>
30
        <plugins>
31
          <plugin>
32
            <artifactId>maven-antrun-plugin</artifactId>
33
            <executions>
34
              <execution>
35
                <phase>process-resources</phase>
36
                <configuration>
37
                  <tasks>
38
                    <replace file="about.mappings" 
39
                             token="@build@" value="${buildId}" />
40
                  </tasks>
41
                </configuration>
42
                <goals>
43
                  <goal>run</goal>
44
                </goals>
45
              </execution>
46
            </executions>
47
          </plugin>
48
        </plugins>
49
      </build>
50
    </profile>
51
  </profiles>
25
</project>
52
</project>

Return to bug 390119