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/ui/org.eclipse.pde/pom.xml (+27 lines)
Lines 23-26 Link Here
23
  <artifactId>org.eclipse.pde</artifactId>
23
  <artifactId>org.eclipse.pde</artifactId>
24
  <version>3.7.0-SNAPSHOT</version>
24
  <version>3.7.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
25
  <packaging>eclipse-plugin</packaging>
26
27
  <profiles>
28
    <profile>
29
      <id>update-branding-plugins</id>
30
      <build>
31
        <plugins>
32
          <plugin>
33
            <artifactId>maven-antrun-plugin</artifactId>
34
            <executions>
35
              <execution>
36
                <phase>process-resources</phase>
37
                <configuration>
38
                  <tasks>
39
                    <replace file="about.mappings" 
40
                             token="@build@" value="${unqualifiedVersion}.${buildQualifier}" />
41
                  </tasks>
42
                </configuration>
43
                <goals>
44
                  <goal>run</goal>
45
                </goals>
46
              </execution>
47
            </executions>
48
          </plugin>
49
        </plugins>
50
      </build>
51
    </profile>
52
  </profiles>
26
</project>
53
</project>

Return to bug 390119