IDEMPIERE-2969:update to use zk8-osgi library

update zk to 8.0.1
This commit is contained in:
hieplq 2016-01-20 13:50:13 +07:00
parent 180e2e6b53
commit 5c8e620ca8
4 changed files with 26 additions and 27 deletions

View File

@ -36,7 +36,7 @@
<rm:locator pattern="^zkplus$" searchPathRef="zkoss.osgi"/> <rm:locator pattern="^zkplus$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zul$" searchPathRef="zkoss.osgi"/> <rm:locator pattern="^zul$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zweb$" searchPathRef="zkoss.osgi"/> <rm:locator pattern="^zweb$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^javassist$" searchPathRef="bundles.maven" /> <rm:locator pattern="^zjavassist$" searchPathRef="zkoss.osgi"/>
<rm:locator searchPathRef="orbit" failOnError="false"/> <rm:locator searchPathRef="orbit" failOnError="false"/>
<rm:locator searchPathRef="workspace.project" failOnError="false"/> <rm:locator searchPathRef="workspace.project" failOnError="false"/>
<rm:locator searchPathRef="workspace.feature"/> <rm:locator searchPathRef="workspace.feature"/>
@ -135,12 +135,11 @@
</maven:mappings> </maven:mappings>
</rm:provider> </rm:provider>
</rm:searchPath> </rm:searchPath>
<rm:searchPath name="zkoss.osgi"> <rm:searchPath name="zkoss.osgi">
<rm:provider componentTypes="osgi.bundle" readerType="p2"> <rm:provider componentTypes="osgi.bundle" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/> <rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/> <rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="https://dl.bintray.com/hieplq/generic/zkossOSGiP2/8.0.0.1/" /> <rm:uri format="https://dl.bintray.com/hieplq/generic/zkossOSGiP2/8.0.1/"/>
</rm:provider> </rm:provider>
</rm:searchPath> </rm:searchPath>
</rm:rmap> </rm:rmap>

File diff suppressed because one or more lines are too long

View File

@ -73,7 +73,7 @@
unpack="false"/> unpack="false"/>
<plugin <plugin
id="javassist" id="zjavassist"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="0.0.0"

View File

@ -116,15 +116,15 @@ Export-Package: metainfo.zk,
web.js.timeplotz.ext.timeplot.locales.en, web.js.timeplotz.ext.timeplot.locales.en,
web.js.timeplotz.ext.timeplot.scripts, web.js.timeplotz.ext.timeplot.scripts,
web.js.timeplotz.mold web.js.timeplotz.mold
Require-Bundle: zcommon;bundle-version="8.0.0", Require-Bundle: zcommon,
zel;bundle-version="8.0.0", zel,
zhtml;bundle-version="8.0.0", zhtml,
zk;bundle-version="8.0.0", zk,
zkbind;bundle-version="8.0.0", zkbind,
zkplus;bundle-version="8.0.0", zkplus,
zul;bundle-version="8.0.0", zul,
zweb;bundle-version="8.0.0", zweb,
javassist;bundle-version="3.13.0" zjavassist
Import-Package: javax.servlet;version="3.1.0", Import-Package: javax.servlet;version="3.1.0",
javax.servlet.annotation;version="3.1.0", javax.servlet.annotation;version="3.1.0",
javax.servlet.descriptor;version="3.1.0", javax.servlet.descriptor;version="3.1.0",