diff options
| author | Thanh Ha | 2013-10-23 20:27:02 +0000 |
|---|---|---|
| committer | Dani Megert | 2013-10-23 20:27:02 +0000 |
| commit | e570297036c4d540e704c6812653c93da5008081 (patch) | |
| tree | 7689a2ffbeaad9e98b92b18a5e0269033289da77 | |
| parent | b00bf3219903ca712a97c60d44b3f8fbda942690 (diff) | |
| download | eclipse.jdt-e570297036c4d540e704c6812653c93da5008081.tar.gz eclipse.jdt-e570297036c4d540e704c6812653c93da5008081.tar.xz eclipse.jdt-e570297036c4d540e704c6812653c93da5008081.zip | |
Fixed bug 420087: Dirty working tree: about.mappings (JDT)I20131023-2000
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
| -rw-r--r-- | org.eclipse.jdt/about.mappings | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt/pom.xml | 26 |
2 files changed, 1 insertions, 27 deletions
diff --git a/org.eclipse.jdt/about.mappings b/org.eclipse.jdt/about.mappings index bddaab4..515397a 100644 --- a/org.eclipse.jdt/about.mappings +++ b/org.eclipse.jdt/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/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml index b271cec..6680eb3 100644 --- a/org.eclipse.jdt/pom.xml +++ b/org.eclipse.jdt/pom.xml @@ -33,30 +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> |
