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

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

Return to bug 420090