|
Lines 9-17
Link Here
|
| 9 |
Contributors: |
9 |
Contributors: |
| 10 |
Igor Fedorenko - initial implementation |
10 |
Igor Fedorenko - initial implementation |
| 11 |
--> |
11 |
--> |
| 12 |
|
12 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 13 |
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
| 14 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 15 |
<modelVersion>4.0.0</modelVersion> |
13 |
<modelVersion>4.0.0</modelVersion> |
| 16 |
<parent> |
14 |
<parent> |
| 17 |
<artifactId>eclipse.platform.runtime</artifactId> |
15 |
<artifactId>eclipse.platform.runtime</artifactId> |
|
Lines 19-29
Link Here
|
| 19 |
<version>3.8.0-SNAPSHOT</version> |
17 |
<version>3.8.0-SNAPSHOT</version> |
| 20 |
<relativePath>../../</relativePath> |
18 |
<relativePath>../../</relativePath> |
| 21 |
</parent> |
19 |
</parent> |
| 22 |
<groupId>org.eclipse.platform.runtime</groupId> |
20 |
<groupId>org.eclipse.core</groupId> |
| 23 |
<artifactId>org.eclipse.core.tools</artifactId> |
21 |
<artifactId>org.eclipse.core.tools</artifactId> |
| 24 |
<version>1.5.100-SNAPSHOT</version> |
22 |
<version>1.5.100-SNAPSHOT</version> |
| 25 |
<packaging>eclipse-plugin</packaging> |
23 |
<packaging>eclipse-plugin</packaging> |
| 26 |
|
|
|
| 27 |
<build> |
24 |
<build> |
| 28 |
<plugins> |
25 |
<plugins> |
| 29 |
<plugin> |
26 |
<plugin> |
|
Lines 36-42
Link Here
|
| 36 |
</plugin> |
33 |
</plugin> |
| 37 |
</plugins> |
34 |
</plugins> |
| 38 |
</build> |
35 |
</build> |
| 39 |
|
|
|
| 40 |
<profiles> |
36 |
<profiles> |
| 41 |
<profile> |
37 |
<profile> |
| 42 |
<id>update-branding-plugins</id> |
38 |
<id>update-branding-plugins</id> |
|
Lines 49-56
Link Here
|
| 49 |
<phase>process-resources</phase> |
45 |
<phase>process-resources</phase> |
| 50 |
<configuration> |
46 |
<configuration> |
| 51 |
<tasks> |
47 |
<tasks> |
| 52 |
<replace file="about.mappings" |
48 |
<replace file="about.mappings" token="@build@" value="${buildId}"/> |
| 53 |
token="@build@" value="${buildId}" /> |
|
|
| 54 |
</tasks> |
49 |
</tasks> |
| 55 |
</configuration> |
50 |
</configuration> |
| 56 |
<goals> |
51 |
<goals> |