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

(-)a/bundles/org.eclipse.core.tools.resources/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.resources/pom.xml (-27 lines)
Lines 50-79 Link Here
50
      </plugin>
50
      </plugin>
51
    </plugins>
51
    </plugins>
52
  </build>
52
  </build>
53
54
  <profiles>
55
    <profile>
56
      <id>update-branding-plugins</id>
57
      <build>
58
        <plugins>
59
          <plugin>
60
            <artifactId>maven-antrun-plugin</artifactId>
61
            <executions>
62
              <execution>
63
                <phase>process-resources</phase>
64
                <configuration>
65
                  <tasks>
66
                    <replace file="about.mappings" token="@build@" value="${buildId}"/>
67
                  </tasks>
68
                </configuration>
69
                <goals>
70
                  <goal>run</goal>
71
                </goals>
72
              </execution>
73
            </executions>
74
          </plugin>
75
        </plugins>
76
      </build>
77
    </profile>
78
  </profiles>
79
</project>
53
</project>
80
- 

Return to bug 420091