diff options
| author | Thanh Ha | 2013-10-23 20:33:39 +0000 |
|---|---|---|
| committer | Dani Megert | 2013-10-23 20:33:39 +0000 |
| commit | 57a63cc23aa451f94da04dd65d8102eaafae0a45 (patch) | |
| tree | 27f3c8b9226882188ebe87cac244f30e5923bd7e | |
| parent | 2a797d95b5582e38f99b8ce777eb3e605d503ff3 (diff) | |
| download | eclipse.platform.runtime-57a63cc23aa451f94da04dd65d8102eaafae0a45.tar.gz eclipse.platform.runtime-57a63cc23aa451f94da04dd65d8102eaafae0a45.tar.xz eclipse.platform.runtime-57a63cc23aa451f94da04dd65d8102eaafae0a45.zip | |
Fixed bug 420092: Dirty working tree: about.mappings (PLATFORM.RUNTIME)I20131029-2000I20131023-2000
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
| -rw-r--r-- | bundles/org.eclipse.core.tools/about.mappings | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.core.tools/pom.xml | 27 |
2 files changed, 2 insertions, 27 deletions
diff --git a/bundles/org.eclipse.core.tools/about.mappings b/bundles/org.eclipse.core.tools/about.mappings index bddaab431..515397acc 100644 --- a/bundles/org.eclipse.core.tools/about.mappings +++ b/bundles/org.eclipse.core.tools/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/bundles/org.eclipse.core.tools/pom.xml b/bundles/org.eclipse.core.tools/pom.xml index b1bb6c83c..7e3810fdb 100644 --- a/bundles/org.eclipse.core.tools/pom.xml +++ b/bundles/org.eclipse.core.tools/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012 Eclipse Foundation. + Copyright (c) 2012, 2013 Eclipse Foundation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at @@ -33,29 +33,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> |
