core-jgi/org.adempiere.install
hieplq 595e0df99c
Idempiere-4298:support update jdk (jdk 12 13 14) (#69)
* IDEMPIERE-4298: remove Bundle-RequiredExecutionEnvironment

when build by tycho value of Bundle-RequiredExecutionEnvironment and jdt need to compatibility
in case we use Bundle-RequiredExecutionEnvironment = 11 then can't build by jdk != 11
so stick on fix value isn't good

eclipse now also support Require-Capability, so don't need Bundle-RequiredExecutionEnvironment anymore

* IDEMPIERE-4298:support update jdk (jdk 12 13 14)

default environment still jdk-11 but you can build for any jdk by below command

export JAVA_HOME=path to jdk
mvn verify -Djdk.version=11

in case on JAVA_HOME is jdk 14 then can set jdk.version for 11, 12, 13, 14 and same for other jdk

at moment java 14 just support on eclipse 2020-03 with install plugin
Java 14 Support for Eclipse 2020-03 (4.15)
2020-05-20 11:18:31 +08:00
..
.settings IDEMPIERE-4249 Platform Refresh for 7.1z (#19) 2020-04-30 16:01:19 +02:00
Adempiere IDEMPIERE-166 Rebranding of logo and product name 2014-04-02 22:19:47 -05:00
META-INF Idempiere-4298:support update jdk (jdk 12 13 14) (#69) 2020-05-20 11:18:31 +08:00
schema Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
src/org release 7.1 process - change validation for required java version, according to 2019-11-25 09:58:38 +01:00
.classpath IDEMPIERE-4249 Platform Refresh for 7.1z (#19) 2020-04-30 16:01:19 +02:00
.myumldata Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00
.project IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
build.properties IDEMPIERE-3531:some plugin don't include class on output maven when export 2018-02-11 00:37:05 +07:00
build.xml IDEMPIERE-3876 Encoding and line delimiter issues / convert sources to unix line delimiter 2019-01-21 15:37:14 +01:00
install.app.launch IDEMPIERE-4249 Platform Refresh for 7.1z (#19) 2020-04-30 16:01:19 +02:00
install.console.app.launch IDEMPIERE-4249 Platform Refresh for 7.1z (#19) 2020-04-30 16:01:19 +02:00
plugin.xml Fixed launch configuration for install.app and install.console.app. Rename application id org.adempiere.install.console.application to org.adempiere.install.console-application to resolve plugin validation error. 2010-12-16 16:54:50 +08:00
pom.xml release 7.1 process - set version in configuration files 2019-11-21 23:28:48 +01:00