Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-05-30 13:59:16 +0000
committerDani Megert2014-06-13 12:44:25 +0000
commit3b350cdf72eea7111f2efec5cdb4b312ab0d1b1b (patch)
tree586fcf12cf1908382984f95ce87fd44d89e99548
parent6c723f4b28dd87fed98ff644bbbf5332d86653e4 (diff)
downloadeclipse.pde.ui-3b350cdf72eea7111f2efec5cdb4b312ab0d1b1b.tar.gz
eclipse.pde.ui-3b350cdf72eea7111f2efec5cdb4b312ab0d1b1b.tar.xz
eclipse.pde.ui-3b350cdf72eea7111f2efec5cdb4b312ab0d1b1b.zip
Bug 420089: Dirty working tree: about.mappings (PDE.UI)R4_3_maintenance
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--ui/org.eclipse.pde/about.mappings2
-rw-r--r--ui/org.eclipse.pde/pom.xml26
2 files changed, 1 insertions, 27 deletions
diff --git a/ui/org.eclipse.pde/about.mappings b/ui/org.eclipse.pde/about.mappings
index 720ca870fa..7eb21b99b2 100644
--- a/ui/org.eclipse.pde/about.mappings
+++ b/ui/org.eclipse.pde/about.mappings
@@ -3,4 +3,4 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
-0=@build@ \ No newline at end of file
+0=${buildId}
diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml
index acec5f9df1..a7e0545f17 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/pom.xml
@@ -34,30 +34,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>update-branding-plugins</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>process-resources</phase>
- <configuration>
- <tasks>
- <replace file="about.mappings" token="@build@" value="${buildId}"/>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>

Back to the top