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

(-)a/org.eclipse.jdt/about.mappings (-1 / +1 lines)
Lines 3-6 Link Here
3
# java.io.Properties file (ISO 8859-1 with "\" escapes)
3
# java.io.Properties file (ISO 8859-1 with "\" escapes)
4
# This file does not need to be translated.
4
# This file does not need to be translated.
5
5
6
0=@build@
6
0=${buildId}
(-)a/org.eclipse.jdt/pom.xml (-27 lines)
Lines 33-62 Link Here
33
      </plugin>
33
      </plugin>
34
    </plugins>
34
    </plugins>
35
  </build>
35
  </build>
36
37
  <profiles>
38
    <profile>
39
      <id>update-branding-plugins</id>
40
      <build>
41
        <plugins>
42
          <plugin>
43
            <artifactId>maven-antrun-plugin</artifactId>
44
            <executions>
45
              <execution>
46
                <phase>process-resources</phase>
47
                <configuration>
48
                  <tasks>
49
                    <replace file="about.mappings" token="@build@" value="${buildId}"/>
50
                  </tasks>
51
                </configuration>
52
                <goals>
53
                  <goal>run</goal>
54
                </goals>
55
              </execution>
56
            </executions>
57
          </plugin>
58
        </plugins>
59
      </build>
60
    </profile>
61
  </profiles>
62
</project>
36
</project>
63
- 

Return to bug 420087