Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 231913 Details for
Bug 408447
compiler (log message) needs updating for copyright and bundle_qualifier
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix
Fix-for-bug-408447.patch (text/plain), 1.25 KB, created by
Jay Arthanareeswaran
on 2013-06-04 03:56:30 EDT
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Jay Arthanareeswaran
Created:
2013-06-04 03:56:30 EDT
Size:
1.25 KB
patch
obsolete
>diff --git a/org.eclipse.jdt.core/forceQualifierUpdate.txt b/org.eclipse.jdt.core/forceQualifierUpdate.txt >index 7724782..239c805 100644 >--- a/org.eclipse.jdt.core/forceQualifierUpdate.txt >+++ b/org.eclipse.jdt.core/forceQualifierUpdate.txt >@@ -3,2 +3,3 @@ > 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 >\ No newline at end of file >diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml >index 0a873c9..5b035b5 100644 >--- a/org.eclipse.jdt.core/pom.xml >+++ b/org.eclipse.jdt.core/pom.xml >@@ -24,4 +24,22 @@ > <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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 408447
: 231913