Bug 419503 - Dirty working tree: about.mappings

Change-Id: I481a893aab62f48f7b11242b629497c1e4419f3c
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
diff --git a/ui/org.eclipse.pde/about.mappings b/ui/org.eclipse.pde/about.mappings
index 720ca87..7eb21b9 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 71f9949..41b2f92 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/pom.xml
@@ -36,31 +36,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>