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.help.base/pom.xml (+40 lines)
Lines 22-25 Link Here
22
  <artifactId>org.eclipse.help.base</artifactId>
22
  <artifactId>org.eclipse.help.base</artifactId>
23
  <version>3.6.100-SNAPSHOT</version>
23
  <version>3.6.100-SNAPSHOT</version>
24
  <packaging>eclipse-plugin</packaging>
24
  <packaging>eclipse-plugin</packaging>
25
26
  <build>
27
    <plugins>
28
      <plugin>
29
        <groupId>org.eclipse.tycho</groupId>
30
        <artifactId>tycho-packaging-plugin</artifactId>
31
        <version>${tycho.version}</version>
32
        <configuration>
33
          <format>'v${maven.build.timestamp}'</format>
34
        </configuration>
35
      </plugin>
36
    </plugins>
37
  </build>
38
39
  <profiles>
40
    <profile>
41
      <id>update-branding-plugins</id>
42
      <build>
43
        <plugins>
44
          <plugin>
45
            <artifactId>maven-antrun-plugin</artifactId>
46
            <executions>
47
              <execution>
48
                <phase>process-resources</phase>
49
                <configuration>
50
                  <tasks>
51
                    <replace file="about.mappings" 
52
                             token="@build@" value="${buildId}" />
53
                  </tasks>
54
                </configuration>
55
                <goals>
56
                  <goal>run</goal>
57
                </goals>
58
              </execution>
59
            </executions>
60
          </plugin>
61
        </plugins>
62
      </build>
63
    </profile>
64
  </profiles>
25
</project>
65
</project>

Return to bug 390119