core-jgi/org.adempiere.server
hieplq 69c91e1111 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue)
https://bugs.eclipse.org/bugs/show_bug.cgi
https://bugs.eclipse.org/bugs/show_bug.cgi?id=537016

1. use latest jdt for support jdk10

2. tycho resolve dependency to javax.activation, javax.xml.bind from jdk, but jdk don't public it.
eclipse resolve by get highest version from com.sun.activation.javax.activation, jaxb-api
so need use Require-Bundle to force tycho choose com.sun.activation.javax.activation

2.1 if keep both import javax.activation and Require-Bundle com.sun.activation.javax.activation with get bellow exception on tycho but org.adempiere.base don't have this issue
[ERROR] /home/hieplq/1Dev/project/native/idempiere-dev-11/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/factory/DefaultFeedbackService.java:[16]
[ERROR] 	import javax.activation.DataSource;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type 'DataSource' is not API (restriction on classpath entry '/home/hieplq/.m2/repository/p2/osgi/bundle/com.sun.activation.javax.activation/1.2.0/com.sun.activation.javax.activation-1.2.0.jar')

3. pass --add-exports for org.adempiere.base, install, server and swing
2018-10-25 23:59:10 +07:00
..
.settings IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project) 2018-10-24 08:56:57 +07:00
META-INF IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle) 2018-10-24 13:07:45 +07:00
OSGI-INF
WEB-INF
resources
src/main IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer) 2018-10-24 09:29:49 +07:00
.classpath IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project) 2018-10-24 08:56:57 +07:00
.project IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
adempiere.jnlp
applet.html
buckminster.cspex
build.properties IDEMPIERE-3531:standard maven repository url 2018-02-03 10:50:12 +07:00
copyjars.xml IDEMPIERE-3531:standard maven repository url 2018-02-03 10:50:12 +07:00
error.html
favicon.ico
footer_bar.gif
header_banner.jpg
header_banner.png
header_bar.jpg
iD32.gif
iDempiere120x60.gif
idempiere.html
idempiere.jsp
idempiere_logo.png
idempiere_logo2.gif
index.html
plugin.xml
pom.xml IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (build by tycho issue) 2018-10-25 23:59:10 +07:00
robots.txt
standard.css
webstart.jpg
zip.gif