Skip to content

Commit e6e3b38

Browse files
committed
Merge branch 'master' into master-gme
# Conflicts: # README.md # releng/org.eclipse.epp.config/parent/pom.xml
2 parents 52f8c8f + 09a35f5 commit e6e3b38

File tree

283 files changed

+2579
-12560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+2579
-12560
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Additional Configuration Possibilities
8484
--------------------------------------
8585

8686
By default, the EPP build uses the content of the Eclipse Simultaneous Release *Staging*
87-
repository at <http://download.eclipse.org/staging/2019-06/> as input. Sometimes it is
87+
repository at <http://download.eclipse.org/staging/2019-09/> as input. Sometimes it is
8888
desired to build against another release (e.g. a different milestone), or against a local
8989
mirror of this repository. This can be achieved by setting the Java property
9090
`eclipse.simultaneous.release.repository`to another URL. As an example, by adding the
9191
following argument to the Maven command line, the EPP build will read its input from the
92-
composite Eclipse 2019-06 repository:
92+
composite Eclipse 2019-09 repository:
9393

94-
-Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-06"
94+
-Declipse.simultaneous.release.repository="http://download.eclipse.org/releases/2019-09"
9595

9696
Changes from Eclipse version
9797
----------------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190614-1200
1+
20190917-0000
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin.includes = feature.xml,\
22
p2.inf,\
3-
epl-v10.html,\
43
feature.properties
54
includeLaunchers = false

packages/org.eclipse.epp.package.committers.feature/epl-v10.html

Lines changed: 0 additions & 261 deletions
This file was deleted.

packages/org.eclipse.epp.package.committers.feature/epp.website.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a
2929
</packageMetaData>
3030
<MoreInfo>
3131
<NewAndNoteworthy
32-
url="https://www.eclipse.org/eclipse/news/4.12/"
32+
url="https://www.eclipse.org/eclipse/news/4.13/"
3333
project="Eclipse Platform" />
3434
<NewAndNoteworthy
35-
url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/5.4"
35+
url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/5.5"
3636
project="Eclipse EGit" />
3737
</MoreInfo>
3838

3939
<!-- version, the RCP version to build. This is used to determine the file
4040
name of the root file archives -->
41-
<rcp version="4.12.0" />
41+
<rcp version="4.13.0" />
4242

4343
<!-- name, the name of the product, used in naming the created files. -->
44-
<product name="eclipse-committers-2019-06-R" />
44+
<product name="eclipse-committers-2019-09-R" />
4545

4646
</configuration>

packages/org.eclipse.epp.package.committers.feature/feature.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
################################################################################
22
# Copyright (c) 2007, 2019 Eclipse contributors and others.
33
# All rights reserved. This program and the accompanying materials
4-
# are made available under the terms of the Eclipse Public License v1.0
4+
# are made available under the terms of the Eclipse Public License v2.0
55
# which accompanies this distribution, and is available at
6-
# http://www.eclipse.org/legal/epl-v10.html
6+
# http://www.eclipse.org/legal/epl-v20.html
77
#
88
# Contributors:
99
# Innoopract Informationssysteme GmbH - initial API and implementation
@@ -16,9 +16,9 @@ The Eclipse Platform, and all the tools needed to develop and debug it: Java and
1616
copyright = \
1717
Copyright (c) 2007, 2019 Eclipse contributors and others.\n\
1818
All rights reserved. This program and the accompanying materials\n\
19-
are made available under the terms of the Eclipse Public License v1.0\n\
19+
are made available under the terms of the Eclipse Public License v2.0\n\
2020
which accompanies this distribution, and is available at\n\
21-
http://www.eclipse.org/legal/epl-v10.html\n\
21+
http://www.eclipse.org/legal/epl-v20.html\n\
2222
\n\
2323
Contributors:\n\
2424
Innoopract Informationssysteme GmbH - initial API and implementation\n\

packages/org.eclipse.epp.package.committers.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.epp.package.committers.feature"
44
label="EPP Eclipse IDE for Eclipse Committers Feature"
5-
version="4.12.0.qualifier"
5+
version="4.13.0.qualifier"
66
provider-name="Eclipse Packaging Project"
77
plugin="org.eclipse.epp.package.committers"
88
license-feature="org.eclipse.license"

packages/org.eclipse.epp.package.committers.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.epp</groupId>
2323
<artifactId>org.eclipse.epp-feature-parent</artifactId>
24-
<version>4.12.0-SNAPSHOT</version>
24+
<version>4.13.0-SNAPSHOT</version>
2525
<relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
2626
</parent>
2727

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190614-1200
1+
20190917-0000

0 commit comments

Comments
 (0)