Skip to content

Commit

Permalink
Modified Plugin for Java20 Patch build (#949)
Browse files Browse the repository at this point in the history
* Modified Plugin for Java20 Patch build

Below Modified Plugin added for Patch build
org.eclipse.jdt.ui
org.eclipse.jdt.core.manipulation
org.eclipse.jdt.astview

Files Changes :
1. ..java20patch.feature.xml
2. java20patch.pom.xml
3. platform-parent.pom.xml

* Modified Plugin for Java20 Patch build

* Changes Done for BetaJava20 for Y/P build

eclipse.jdt.ui set to BETA_JAVA20 since plugins added to BETA_JAVA20

* Updated version for Java20
  • Loading branch information
MohananRahul committed Mar 10, 2023
1 parent 1cafbcd commit 61bf45e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cje-production/streams/repositories_java20.txt
Expand Up @@ -5,7 +5,7 @@ eclipse.jdt: master
eclipse.jdt.core.binaries: master
eclipse.jdt.core: BETA_JAVA20
eclipse.jdt.debug: BETA_JAVA20
eclipse.jdt.ui: master
eclipse.jdt.ui: BETA_JAVA20
eclipse.pde: master
eclipse.platform.debug: master
eclipse.platform.resources: master
Expand Down
2 changes: 1 addition & 1 deletion cje-production/streams/repositories_java20patch.txt
@@ -1,3 +1,3 @@
eclipse.jdt.core: BETA_JAVA20
eclipse.jdt.ui: master
eclipse.jdt.ui: BETA_JAVA20
eclipse.jdt.debug: BETA_JAVA20
8 changes: 4 additions & 4 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -604,16 +604,16 @@
https://wiki.eclipse.org/Java20
-->
<!-- This needs the version of the feature to be patched. -->
<featureToPatchVersion>3.19.0.v20230104-1800</featureToPatchVersion>
<featureToPatchVersion>3.19.0.v20230302-0300</featureToPatchVersion>
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
<versionRangeForPatch>[3.19.0.v20230104-1800,3.19.49.v20230604-1800)</versionRangeForPatch>
<versionRangeForPatch>[3.19.0.v20230302-0300,3.19.49.v20230604-1800)</versionRangeForPatch>
<!-- Comment this line when a patch is required on top of I-build -->
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230104-1800/</comparator.repo>
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230302-0300/</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java20patch</id>
<url>https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230104-1800/</url>
<url>https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20230302-0300/</url>
<layout>p2</layout>
</repository>
</repositories>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
version="3.19.0.v20230104-1800"
version="3.19.0.v20230302-0300"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
<version>3.19.0.v20230104-1800</version>
<version>3.19.0.v20230302-0300</version>
<packaging>eclipse-feature</packaging>

</project>
Expand Up @@ -20,7 +20,7 @@
</license>

<requires>
<import feature="org.eclipse.jdt" version="3.19.0.v20230104-1800" patch="true"/>
<import feature="org.eclipse.jdt" version="3.19.0.v20230302-0300" patch="true"/>
</requires>

<plugin
Expand All @@ -47,5 +47,23 @@
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jdt.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jdt.core.manipulation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jdt.astview"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Expand Up @@ -40,6 +40,9 @@
<module>../../eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch</module>
<module>../../eclipse.jdt.debug/org.eclipse.jdt.debug</module>
<module>../../eclipse.jdt.debug/org.eclipse.jdt.launching</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.ui</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.core.manipulation</module>
<module>../../eclipse.jdt.ui/org.eclipse.jdt.astview</module>
<module>org.eclipse.jdt.java20patch</module>
<module>eclipse.releng.repository.java20patch</module>
</modules>
Expand Down

0 comments on commit 61bf45e

Please sign in to comment.