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 224072 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.common.patch v4
o.e.platform.common.patch (text/plain), 4.44 KB, created by
Thanh Ha
on 2012-11-28 11:28:50 EST
(
hide
)
Description:
platform.common.patch v4
Filename:
MIME Type:
Creator:
Thanh Ha
Created:
2012-11-28 11:28:50 EST
Size:
4.44 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml >index 9f441ba..4640555 100644 >--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml >+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml >@@ -24,8 +24,45 @@ > <version>3.8.1-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> >+ <profile> > <id>build-docs</id> > <activation> > <activeByDefault>true</activeByDefault> >diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml >index 3f1d1d6..74b5b08 100644 >--- a/bundles/org.eclipse.jdt.doc.user/pom.xml >+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml >@@ -24,8 +24,45 @@ > <version>3.8.1-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> >+ <profile> > <id>build-docs</id> > <activation> > <activeByDefault>true</activeByDefault> >diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml >index 2775289..6d7f919 100644 >--- a/bundles/org.eclipse.pde.doc.user/pom.xml >+++ b/bundles/org.eclipse.pde.doc.user/pom.xml >@@ -24,8 +24,45 @@ > <version>3.8.1-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> >+ <profile> > <id>build-docs</id> > <activation> > <activeByDefault>true</activeByDefault>
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