core-jgi/org.adempiere.ui.zk
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 (build by tycho issue) 2018-10-25 23:59:10 +07:00
OSGI-INF Merge with development 2017-10-19 19:53:41 +07:00
WEB-INF IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (IDEMPIERE-3531) 2018-10-24 12:39:44 +07:00
css IDEMPIERE-2355 - Allow to style the summary rows of HTML report 2014-12-11 01:48:23 -02:00
images IDEMPIERE-3518 Improvement For Mobile Compatibility 2017-10-18 21:05:12 +08:00
js IDEMPIERE-2527 Displaying html tags produced by ckeditor in jasper / thanks to Anozi Mada 2018-08-17 18:46:37 +02:00
pdf.js IDEMPIERE-3518 Improvement For Mobile Compatibility. Fixed pdf.js missing build/*.js . Move ckez.jar from zk.extra to ui.zk, ckez4.7 doesn't work as dependent bundle. 2017-10-19 22:29:06 +08:00
schema IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers). 2013-02-13 16:15:43 +08:00
theme/default IDEMPIERE-2310 Improve description field with inline Html editor and html rendering / thanks to muriloht and hieplq - integrating pieces from both contributions 2018-07-24 01:05:30 +02:00
zul IDEMPIERE-3338 Document Status Indicator / integrate dashboard panel for Document Status (replaces Activities) - contributed by Adaxa - integrated to idempiere by Murilo - peer review and improvements by Carlos Ruiz 2017-04-12 21:27:59 +02: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
RUN_build.bat
buckminster.cspex IDEMPIERE-2940:reduce size of repository 2015-11-14 17:17:25 +07:00
build-labelapplet.xml shut off validate warrning of org.adempiere.ui.zk 2017-05-07 14:55:04 +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
copyjars.xml IDEMPIERE-3531:standard maven repository url 2018-02-03 16:38:23 +07:00
gif.jsp
index.zul IDEMPIERE-2480:ZK7 - Horizontal Scrollbar calculate wrong full width 2017-12-06 15:59:38 +01:00
labelappletkeystore
labeldata.jsp
manifest.json IDEMPIERE-3518 Improvement For Mobile Compatibility 2017-10-18 21:05:12 +08:00
plugin.xml shut off validate warrning of org.adempiere.ui.zk 2017-05-07 14:55:04 +07:00
pom.xml IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
release_notes.html
sessiontimeout.zul IDEMPIERE-2966:replace persist-js by localStorage of html5 2015-12-09 22:37:37 +07:00
theme.zs IDEMPIERE-2569:ZK7 - Unexpected token in DSP/CSS 2015-04-10 13:19:44 +07:00
timeout.zul IDEMPIERE-2966:replace persist-js by localStorage of html5 2015-12-09 22:37:37 +07:00