Skip to content

Commit b627a3a

Browse files
authored
remove oxygen target platform (#3590)
* remove oxygen target platform
1 parent bd52287 commit b627a3a

File tree

9 files changed

+2
-168
lines changed

9 files changed

+2
-168
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ install:
1616
# We run jacoco on photon
1717
matrix:
1818
include:
19-
- name: "Eclipse Oxygen (4.7) on Java 8"
20-
jdk: oraclejdk8
21-
dist: trusty
22-
env: ECLIPSE_TARGET=oxygen
2319
- name: "Eclipse Photon (4.8) on Java 8"
2420
jdk: oraclejdk8
2521
dist: trusty

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ The tests need to find the Google Cloud SDK. You can either:
7878

7979
By default, the build is targeted against Eclipse Photon / 4.8.
8080
You can explicitly set the `eclipse.target` property to
81-
`oxygen` (4.7), `2018-09` (4.9), or `2018-12` (4.10).
81+
`2018-09` (4.9), or `2018-12` (4.10).
8282
```
83-
$ mvn -Declipse.target=oxygen package
83+
$ mvn -Declipse.target=2018-09 package
8484
```
8585

8686
### Adding a new bundle/fragment
@@ -265,7 +265,6 @@ features being built against. We currently maintain three target platforms,
265265
targeting the latest version of the current, previous, and next releases.
266266
This is currently:
267267

268-
- Eclipse Oxygen (4.7): [`eclipse/oxygen/gcp-eclipse-oxygen.target`](eclipse/oxygen/gcp-eclipse-oxygen.target)
269268
- Eclipse Photon (4.8): [`eclipse/photon/gcp-eclipse-photon.target`](eclipse/photon/gcp-eclipse-photon.target)
270269
- Eclipse 2018-09 (4.9): [`eclipse/eclipse-2018-09/gcp-eclipse-2018-09.target`](eclipse/eclipse-2018-09/gcp-eclipse-2018-09.target)
271270
- Eclipse 2018-12 (4.10): [`eclipse/eclipse-2018-12/gcp-eclipse-2018-12.target`](eclipse/eclipse-2018-12/gcp-eclipse-2018-12.target)

eclipse/oxygen/.settings/org.eclipse.core.resources.prefs

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

eclipse/oxygen/.settings/org.eclipse.m2e.core.prefs

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

eclipse/oxygen/gcp-eclipse-oxygen.target

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

eclipse/oxygen/gcp-eclipse-oxygen.tpd

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

eclipse/oxygen/pom.xml

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

eclipse/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<packaging>pom</packaging>
1515

1616
<modules>
17-
<module>oxygen</module>
1817
<module>photon</module>
1918
<module>eclipse-2018-09</module>
2019
<module>eclipse-2018-12</module>

pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -414,40 +414,6 @@
414414
</properties>
415415
</profile>
416416

417-
<profile>
418-
<id>build-eclipse-oxygen</id>
419-
<activation>
420-
<property>
421-
<name>eclipse.target</name> <value>oxygen</value>
422-
</property>
423-
</activation>
424-
<properties>
425-
<jettyMinVersion>9.3</jettyMinVersion>
426-
<jettyMaxVersion>9.5</jettyMaxVersion>
427-
</properties>
428-
<!-- build against a known target platform -->
429-
<modules>
430-
<module>eclipse/oxygen</module>
431-
</modules>
432-
<build>
433-
<plugins>
434-
<plugin>
435-
<groupId>org.eclipse.tycho</groupId>
436-
<artifactId>target-platform-configuration</artifactId>
437-
<configuration>
438-
<target>
439-
<artifact>
440-
<groupId>com.google.cloud.tools.eclipse</groupId>
441-
<artifactId>gcp-eclipse-oxygen</artifactId>
442-
<version>4.7.0-SNAPSHOT</version>
443-
</artifact>
444-
</target>
445-
</configuration>
446-
</plugin>
447-
</plugins>
448-
</build>
449-
</profile>
450-
451417
<profile>
452418
<id>build-eclipse-photon</id>
453419
<activation>

0 commit comments

Comments
 (0)