Skip to content

Commit

Permalink
update to Eclipse 2023-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 13, 2023
1 parent a31121e commit 48a3243
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions bundles/de.guite.modulestudio.help/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.apache.lucene.core;bundle-version="9.7.0",
org.eclipse.core.runtime;bundle-version="3.29.0",
org.eclipse.equinox.http.registry;bundle-version="1.3.300",
org.eclipse.help;bundle-version="3.10.100",
org.eclipse.help.webapp;bundle-version="3.11.100",
Require-Bundle: org.apache.lucene.core;bundle-version="9.8.0",
org.eclipse.core.runtime;bundle-version="3.30.0",
org.eclipse.equinox.http.registry;bundle-version="1.3.400",
org.eclipse.help;bundle-version="3.10.200",
org.eclipse.help.webapp;bundle-version="3.11.200",
org.eclipse.mylyn.wikitext.ant;bundle-version="3.0.48";resolution:=optional,
org.eclipse.mylyn.wikitext.markdown;bundle-version="3.0.48";resolution:=optional,
org.objectweb.asm;bundle-version="9.5.0"
org.objectweb.asm;bundle-version="9.6.0"
Automatic-Module-Name: de.guite.modulestudio.help
4 changes: 2 additions & 2 deletions bundles/de.guite.modulestudio.help/doc/98-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Product / Tooling changes

* Updated to Eclipse 2023-09 (4.29).
* Updated to Eclipse 2023-12 (4.30).
* Updated included Java version from 14.0.1 to 17.0.6
* Fixed problem preventing embedded textual editor to open properly.

Expand Down Expand Up @@ -33,7 +33,7 @@

### Generator changes

* Generated bundles require at least PHP 8.1 and Symfony 6.3 (Zikula 4.0).
* Generated bundles require at least PHP 8.2 and Symfony 7 (Zikula 4.0).
* Generated bundles use and extend the concepts of EasyAdminBundle.
* Use property type hints; remove unrequired casts in setter methods.
* Use constructor property promotion.
Expand Down
8 changes: 4 additions & 4 deletions tests/de.guite.modulestudio.help.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Require-Bundle: com.google.guava;bundle-version="32.1.2",
Require-Bundle: com.google.guava;bundle-version="32.1.3",
de.guite.modulestudio.help;bundle-version="1.5.0",
org.eclipse.xtend.lib;bundle-version="2.32.0",
org.eclipse.xtend.lib.macro;bundle-version="2.32.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.32.0",
org.eclipse.xtend.lib;bundle-version="2.33.0",
org.eclipse.xtend.lib.macro;bundle-version="2.33.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.33.0",
org.hamcrest.core;bundle-version="2.2.0",
org.junit;bundle-version="4.13.2"
Automatic-Module-Name: de.guite.modulestudio.help.tests

0 comments on commit 48a3243

Please sign in to comment.