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 223993 Details for
Bug 390119
branding plugins buildId aren't updated
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]
platform.runtime.patch v3
o.e.platform.runtime.patch (text/plain), 1.44 KB, created by
Thanh Ha
on 2012-11-26 20:10:19 EST
(
hide
)
Description:
platform.runtime.patch v3
Filename:
MIME Type:
Creator:
Thanh Ha
Created:
2012-11-26 20:10:19 EST
Size:
1.44 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.core.tools/pom.xml b/bundles/org.eclipse.core.tools/pom.xml >index 13bc492..b3e29c7 100644 >--- a/bundles/org.eclipse.core.tools/pom.xml >+++ b/bundles/org.eclipse.core.tools/pom.xml >@@ -23,4 +23,44 @@ > <artifactId>org.eclipse.core.tools</artifactId> > <version>1.5.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>tycho-packaging-plugin</artifactId> >+ <version>${tycho.version}</version> >+ <configuration> >+ <format>'v${maven.build.timestamp}'</format> >+ </configuration> >+ </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>
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 390119
:
222079
|
223599
|
223713
|
223714
|
223715
|
223716
|
223717
|
223718
|
223719
|
223720
|
223964
|
223965
|
223966
|
223967
|
223968
|
223969
|
223970
|
223972
|
223987
|
223988
|
223989
|
223990
|
223991
|
223992
| 223993 |
223994
|
224072