Skip to content

Commit

Permalink
Adaptation for eclipse 2023-09
Browse files Browse the repository at this point in the history
  • Loading branch information
bvfalcon committed Sep 15, 2023
1 parent d8a64b1 commit 5cdbf59
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Update-site URL | Description
----------------|------------
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse-repo/ | **Kotlin for Eclipse 2020-09 and later**
  |  
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-09/ | Last version Kotlin for Eclipse 2023-09
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-06/ | Last version Kotlin for Eclipse 2023-06
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-03/ | Last version Kotlin for Eclipse 2023-03
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2022-12/ | Last version Kotlin for Eclipse 2022-12
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-aspects/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.jetbrains.kotlin.aspects
Bundle-Version: 1.8.10.qualifier
Bundle-Activator: org.jetbrains.kotlin.aspects.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.aspectj.runtime,
org.jetbrains.kotlin.core,
org.eclipse.jdt.ui,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 1.8.10.qualifier
Bundle-Activator: org.jetbrains.kotlin.core.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.jetbrains.kotlin.bundled-compiler,
org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.eclipse.debug.core,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-gradle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bundle-Vendor: JetBrains
Require-Bundle: org.jetbrains.kotlin.core,
org.jetbrains.kotlin.bundled-compiler,
org.eclipse.buildship.core;bundle-version="3.0.0",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.jetbrains.kotlin.gradle.model
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-maven/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.jetbrains.kotlin.maven;singleton:=true
Bundle-Version: 1.8.10.qualifier
Bundle-Activator: org.jetbrains.kotlin.maven.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.eclipse.m2e.core,
org.eclipse.m2e.jdt,
org.eclipse.m2e.maven.runtime,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-test-framework/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Activator: org.jetbrains.kotlin.testframework.Activator
Require-Bundle: org.jetbrains.kotlin.core,
org.jetbrains.kotlin.ui,
org.eclipse.ui,
org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.eclipse.ui.editors,
org.eclipse.jface.text,
org.jetbrains.kotlin.bundled-compiler,
Expand Down
2 changes: 1 addition & 1 deletion kotlin-eclipse-ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 1.8.10.qualifier
Bundle-Activator: org.jetbrains.kotlin.ui.Activator
Bundle-Vendor: JetBrains
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime;bundle-version="[3.27.0,3.28.0)",
org.eclipse.core.runtime;bundle-version="[3.27.0,3.30.0)",
org.jetbrains.kotlin.core,
org.eclipse.jface.text,
org.eclipse.ui.editors;visibility:=reexport,
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</modules>

<properties>
<tycho.version>3.0.4</tycho.version>
<tycho.version>3.0.5</tycho.version>

<eclipse-repo.url>http://download.eclipse.org/releases/2023-06</eclipse-repo.url>
<eclipse-repo.url>http://download.eclipse.org/releases/2023-09</eclipse-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<ajdt-eclipse-repo.url>http://download.eclipse.org/tools/ajdt/423/dev/update</ajdt-eclipse-repo.url>
Expand Down Expand Up @@ -202,7 +202,7 @@
<baselineReplace>none</baselineReplace>
<baselineRepositories>
<repository>
<url>https://download.eclipse.org/eclipse/updates/4.28</url>
<url>https://download.eclipse.org/eclipse/updates/4.29</url>
</repository>
</baselineRepositories>
</configuration>
Expand Down

0 comments on commit 5cdbf59

Please sign in to comment.