Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-05-30 13:59:16 +0000
committerThanh Ha2014-05-30 14:07:20 +0000
commit636912b925f337c2f36686a63a1899c40889903a (patch)
treea2eff30bfafa940cffe1a70110b5e42a9e4b0232
parent86fe61565212ea6583a61dddf394b4d6af46a6cf (diff)
downloadeclipse.pde.ui-R3_8_maintenance.tar.gz
eclipse.pde.ui-R3_8_maintenance.tar.xz
eclipse.pde.ui-R3_8_maintenance.zip
Bug 419503 - Dirty working tree: about.mappingsR3_8_maintenance
Change-Id: I481a893aab62f48f7b11242b629497c1e4419f3c 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.xml27
2 files changed, 1 insertions, 28 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 71f9949be2..41b2f92e51 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>

Back to the top