Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-07-25 14:05:29 +0000
committerSravan Kumar Lakkimsetti2018-07-25 14:05:29 +0000
commitb1567ee9b6f9f021826f3412377b1dbfc301d88e (patch)
treeb5ab26a1fed35bd5fc895e27efdddac79b1ee592
parent1dcd5f796fe7826bb795b7ec729ef7fd541ac778 (diff)
downloadeclipse.platform.releng.aggregator-b1567ee9b6f9f021826f3412377b1dbfc301d88e.tar.gz
eclipse.platform.releng.aggregator-b1567ee9b6f9f021826f3412377b1dbfc301d88e.tar.xz
eclipse.platform.releng.aggregator-b1567ee9b6f9f021826f3412377b1dbfc301d88e.zip
Bug 537316 - 11] Create patch build for Java 11 support
Change-Id: I6992d875116f9d70d3cc45288057d2956c2e6506 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5ec963222..1c852d24c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -612,7 +612,6 @@
</build>
<profiles>
<profile>
- <profile>
<id>java11patch49</id>
<properties>
<qualifier.format>'v'yyyyMMdd-HHmm'_BETA_JAVA11'</qualifier.format>
@@ -647,6 +646,7 @@
</repository>
</repositories>
</profile>
+ <profile>
<id>build-individual-bundles</id>
<activation>
<property>

Back to the top