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

(-)a/bundles/org.eclipse.core.tools/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/bundles/org.eclipse.core.tools/pom.xml (-26 lines)
Lines 33-61 Link Here
33
      </plugin>
33
      </plugin>
34
    </plugins>
34
    </plugins>
35
  </build>
35
  </build>
36
  <profiles>
37
    <profile>
38
      <id>update-branding-plugins</id>
39
      <build>
40
        <plugins>
41
          <plugin>
42
            <artifactId>maven-antrun-plugin</artifactId>
43
            <executions>
44
              <execution>
45
                <phase>process-resources</phase>
46
                <configuration>
47
                  <tasks>
48
                    <replace file="about.mappings" token="@build@" value="${buildId}"/>
49
                  </tasks>
50
                </configuration>
51
                <goals>
52
                  <goal>run</goal>
53
                </goals>
54
              </execution>
55
            </executions>
56
          </plugin>
57
        </plugins>
58
      </build>
59
    </profile>
60
  </profiles>
61
</project>
36
</project>
62
- 

Return to bug 420092