Bug 419503 - Dirty working tree: about.mappings Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
diff --git a/bundles/org.eclipse.cvs/about.mappings b/bundles/org.eclipse.cvs/about.mappings index bddaab4..515397a 100644 --- a/bundles/org.eclipse.cvs/about.mappings +++ b/bundles/org.eclipse.cvs/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.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml index 11a433b..ce9991c 100644 --- a/bundles/org.eclipse.cvs/pom.xml +++ b/bundles/org.eclipse.cvs/pom.xml
@@ -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>
diff --git a/bundles/org.eclipse.rcp/about.mappings b/bundles/org.eclipse.rcp/about.mappings index bddaab4..515397a 100644 --- a/bundles/org.eclipse.rcp/about.mappings +++ b/bundles/org.eclipse.rcp/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.rcp/pom.xml b/bundles/org.eclipse.rcp/pom.xml index 7778dd4..81bd2b3 100644 --- a/bundles/org.eclipse.rcp/pom.xml +++ b/bundles/org.eclipse.rcp/pom.xml
@@ -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>
diff --git a/bundles/org.eclipse.sdk.examples/about.mappings b/bundles/org.eclipse.sdk.examples/about.mappings index bddaab4..515397a 100644 --- a/bundles/org.eclipse.sdk.examples/about.mappings +++ b/bundles/org.eclipse.sdk.examples/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.sdk.examples/pom.xml b/bundles/org.eclipse.sdk.examples/pom.xml index 4ffc0af..4c0e967 100644 --- a/bundles/org.eclipse.sdk.examples/pom.xml +++ b/bundles/org.eclipse.sdk.examples/pom.xml
@@ -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>
diff --git a/bundles/org.eclipse.sdk.tests/about.mappings b/bundles/org.eclipse.sdk.tests/about.mappings index bddaab4..515397a 100644 --- a/bundles/org.eclipse.sdk.tests/about.mappings +++ b/bundles/org.eclipse.sdk.tests/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.sdk.tests/pom.xml b/bundles/org.eclipse.sdk.tests/pom.xml index 756c438..26bf2ed 100644 --- a/bundles/org.eclipse.sdk.tests/pom.xml +++ b/bundles/org.eclipse.sdk.tests/pom.xml
@@ -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>