diff options
| author | Thanh Ha | 2013-10-23 20:31:56 +0000 |
|---|---|---|
| committer | Dani Megert | 2013-10-23 20:31:56 +0000 |
| commit | cd504d164b84eb1cd54cec816f7d4e0b39af13d8 (patch) | |
| tree | 5d8380d27c57f6d4a53023f8edf34fa3ea87279d | |
| parent | f71edcf4c3eb45810bee0ab883e34327fac33499 (diff) | |
| download | eclipse.platform.resources-cd504d164b84eb1cd54cec816f7d4e0b39af13d8.tar.gz eclipse.platform.resources-cd504d164b84eb1cd54cec816f7d4e0b39af13d8.tar.xz eclipse.platform.resources-cd504d164b84eb1cd54cec816f7d4e0b39af13d8.zip | |
Fixed bug 420091: Dirty working tree: about.mappings (PLATFORM.RESOURCES)I20131112-0800I20131105-0800I20131030-2000I20131030-1400I20131030-0800I20131029-2000I20131023-2000
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
3 files changed, 3 insertions, 29 deletions
diff --git a/bundles/org.eclipse.core.tools.resources/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.tools.resources/META-INF/MANIFEST.MF index 15d5662b4..34f6b87ac 100644 --- a/bundles/org.eclipse.core.tools.resources/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.core.tools.resources/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-Name: Core Resources Tools Bundle-SymbolicName: org.eclipse.core.tools.resources;singleton=true -Bundle-Version: 1.4.0.qualifier +Bundle-Version: 1.4.100.qualifier Bundle-Vendor: Eclipse.org Bundle-Activator: org.eclipse.core.tools.resources.CoreResourcesToolsPlugin Bundle-Localization: plugin diff --git a/bundles/org.eclipse.core.tools.resources/about.mappings b/bundles/org.eclipse.core.tools.resources/about.mappings index bddaab431..515397acc 100644 --- a/bundles/org.eclipse.core.tools.resources/about.mappings +++ b/bundles/org.eclipse.core.tools.resources/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.resources/pom.xml b/bundles/org.eclipse.core.tools.resources/pom.xml index 83a1427ab..6f5e67dd4 100644 --- a/bundles/org.eclipse.core.tools.resources/pom.xml +++ b/bundles/org.eclipse.core.tools.resources/pom.xml @@ -19,7 +19,7 @@ </parent> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.tools.resources</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> @@ -50,30 +50,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> |
