2015-12-10 20:58:11 +07:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: extra zk library
|
|
|
|
Bundle-SymbolicName: org.idempiere.zk.extra
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
2016-07-07 10:59:31 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2015-12-10 20:58:11 +07:00
|
|
|
Bundle-ClassPath: lib/calendar.jar,
|
|
|
|
lib/gmapsz.jar,
|
|
|
|
lib/timelinez.jar,
|
|
|
|
lib/timeplotz.jar,
|
|
|
|
.
|
|
|
|
Export-Package: metainfo.zk,
|
|
|
|
org.zkforge.json.simple,
|
|
|
|
org.zkforge.json.simple.parser,
|
|
|
|
org.zkforge.timeline,
|
|
|
|
org.zkforge.timeline.data,
|
|
|
|
org.zkforge.timeline.decorator,
|
|
|
|
org.zkforge.timeline.event,
|
|
|
|
org.zkforge.timeline.util,
|
|
|
|
org.zkforge.timeplot,
|
|
|
|
org.zkforge.timeplot.data,
|
|
|
|
org.zkforge.timeplot.event,
|
|
|
|
org.zkforge.timeplot.geometry,
|
|
|
|
org.zkforge.timeplot.operator,
|
|
|
|
org.zkoss.calendar,
|
|
|
|
org.zkoss.calendar.api,
|
|
|
|
org.zkoss.calendar.event,
|
|
|
|
org.zkoss.calendar.impl,
|
|
|
|
org.zkoss.gmaps,
|
|
|
|
org.zkoss.gmaps.event,
|
|
|
|
org.zkoss.zul.impl,
|
|
|
|
web.js.calendar,
|
|
|
|
web.js.calendar.css,
|
|
|
|
web.js.calendar.img,
|
|
|
|
web.js.calendar.lang,
|
|
|
|
web.js.calendar.mold,
|
|
|
|
web.js.gmaps,
|
|
|
|
web.js.gmaps.css,
|
|
|
|
web.js.gmaps.ext,
|
|
|
|
web.js.timelinez,
|
|
|
|
web.js.timelinez.css,
|
|
|
|
web.js.timelinez.ext,
|
|
|
|
web.js.timelinez.ext.timeline,
|
|
|
|
web.js.timelinez.ext.timeline.images,
|
|
|
|
web.js.timelinez.ext.timeline.scripts,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.ext,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.cs,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.de,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.en,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.es,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.fr,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.it,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.nl,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.ru,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.se,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.tr,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.vi,
|
|
|
|
web.js.timelinez.ext.timeline.scripts.l10n.zh,
|
|
|
|
web.js.timelinez.mold,
|
|
|
|
web.js.timeplotz,
|
|
|
|
web.js.timeplotz.css,
|
|
|
|
web.js.timeplotz.ext.timeplot,
|
|
|
|
web.js.timeplotz.ext.timeplot.images,
|
|
|
|
web.js.timeplotz.ext.timeplot.locales.en,
|
|
|
|
web.js.timeplotz.ext.timeplot.scripts,
|
|
|
|
web.js.timeplotz.mold
|
2016-01-20 13:50:13 +07:00
|
|
|
Require-Bundle: zcommon,
|
|
|
|
zel,
|
|
|
|
zhtml,
|
|
|
|
zk,
|
|
|
|
zkbind,
|
|
|
|
zkplus,
|
|
|
|
zul,
|
|
|
|
zweb,
|
2017-02-11 00:44:25 +07:00
|
|
|
zjavassist,
|
|
|
|
org.apache.commons.fileupload;bundle-version="1.2.2"
|
2015-12-10 20:58:11 +07:00
|
|
|
Import-Package: javax.servlet;version="3.1.0",
|
|
|
|
javax.servlet.annotation;version="3.1.0",
|
|
|
|
javax.servlet.descriptor;version="3.1.0",
|
2017-10-18 20:05:12 +07:00
|
|
|
javax.servlet.http;version="3.1.0",
|
|
|
|
org.slf4j;version="1.7.2"
|