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/bundles/org.eclipse.core.tools.resources/pom.xml (+34 lines)
Lines 43-49 Link Here
43
          </dependency-resolution>
43
          </dependency-resolution>
44
        </configuration>
44
        </configuration>
45
      </plugin>
45
      </plugin>
46
      <plugin>
47
        <groupId>org.eclipse.tycho</groupId>
48
        <artifactId>tycho-packaging-plugin</artifactId>
49
        <version>${tycho.version}</version>
50
        <configuration>
51
          <format>'v${maven.build.timestamp}'</format>
52
        </configuration>
53
      </plugin>
46
    </plugins>
54
    </plugins>
47
  </build>
55
  </build>
48
56
57
  <profiles>
58
    <profile>
59
      <id>update-branding-plugins</id>
60
      <build>
61
        <plugins>
62
          <plugin>
63
            <artifactId>maven-antrun-plugin</artifactId>
64
            <executions>
65
              <execution>
66
                <phase>process-resources</phase>
67
                <configuration>
68
                  <tasks>
69
                    <replace file="about.mappings" 
70
                             token="@build@" value="${buildId}" />
71
                  </tasks>
72
                </configuration>
73
                <goals>
74
                  <goal>run</goal>
75
                </goals>
76
              </execution>
77
            </executions>
78
          </plugin>
79
        </plugins>
80
      </build>
81
    </profile>
82
  </profiles>
49
</project>
83
</project>

Return to bug 390119