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 (+26 lines)
Lines 46-49 Link Here
46
    </plugins>
46
    </plugins>
47
  </build>
47
  </build>
48
48
49
  <profiles>
50
    <profile>
51
      <id>update-branding-plugins</id>
52
      <build>
53
        <plugins>
54
          <plugin>
55
            <artifactId>maven-antrun-plugin</artifactId>
56
            <executions>
57
              <execution>
58
                <phase>process-resources</phase>
59
                <configuration>
60
                  <tasks>
61
                    <replace file="about.mappings" 
62
                             token="@build@" value="${unqualifiedVersion}.${buildQualifier}" />
63
                  </tasks>
64
                </configuration>
65
                <goals>
66
                  <goal>run</goal>
67
                </goals>
68
              </execution>
69
            </executions>
70
          </plugin>
71
        </plugins>
72
      </build>
73
    </profile>
74
  </profiles>
49
</project>
75
</project>

Return to bug 390119