diff options
| author | Jayaprakash Arthanareeswaran | 2013-06-04 14:21:18 +0000 |
|---|---|---|
| committer | Markus Keller | 2013-06-04 14:21:18 +0000 |
| commit | 6fe9d61eea2c00b1cd723dbcfb2c6ce66bf0208b (patch) | |
| tree | c61d958a6ee4cc974e4174b490bb1751dcefe8a4 | |
| parent | 760ef9b34243875ff06c163b177d17f0c77d9df3 (diff) | |
| download | eclipse.jdt.core-6fe9d61eea2c00b1cd723dbcfb2c6ce66bf0208b.tar.gz eclipse.jdt.core-6fe9d61eea2c00b1cd723dbcfb2c6ce66bf0208b.tar.xz eclipse.jdt.core-6fe9d61eea2c00b1cd723dbcfb2c6ce66bf0208b.zip | |
Bug 408447: compiler (log message) needs updating for copyright and bundle_qualifierR4_3_0R4_3M20130703-0800I20130605-2000I20130604-2000
| -rw-r--r-- | org.eclipse.jdt.core/forceQualifierUpdate.txt | 9 | ||||
| -rw-r--r-- | org.eclipse.jdt.core/pom.xml | 18 |
2 files changed, 23 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core/forceQualifierUpdate.txt b/org.eclipse.jdt.core/forceQualifierUpdate.txt index 7724782aee..13bf69de37 100644 --- a/org.eclipse.jdt.core/forceQualifierUpdate.txt +++ b/org.eclipse.jdt.core/forceQualifierUpdate.txt @@ -1,4 +1,5 @@ -# To force a version qualifier update add the bug here
-Bug 403352 - Update all parent versions to match our build stream
-Bug 407853 - ECJ download misses legal file (about.html)
-Bug 407852 - ECJ source download is not correct
+# To force a version qualifier update, add the bug here +Bug 403352 - Update all parent versions to match our build stream +Bug 407853 - ECJ download misses legal file (about.html) +Bug 407852 - ECJ source download is not correct +Bug 408447 - compiler (log message) needs updating for copyright and bundle_qualifier diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml index 0a873c9a5d..5b035b5967 100644 --- a/org.eclipse.jdt.core/pom.xml +++ b/org.eclipse.jdt.core/pom.xml @@ -23,6 +23,24 @@ <build> <plugins> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <phase>prepare-package</phase> + <configuration> + <tasks> + <replace token="bundle_qualifier," value="${buildQualifier}," dir="${project.build.directory}/classes"> + <include name="org/eclipse/jdt/internal/compiler/batch/messages.properties" /> + </replace> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-custom-bundle-plugin</artifactId> |
