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

@ -28,15 +28,15 @@
<rm:locator pattern="^org\.apache\.ant(\..+)?" searchPathRef="orbit"/>
<rm:locator pattern="^org\.apache\.commons(\..+)?" searchPathRef="orbit"/>
<rm:locator pattern="^org\.restlet(\..+)?" searchPathRef="restlet.maven"/>
<rm:locator pattern="^zcommon$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zel$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zhtml$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zk$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zkbind$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zkplus$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zul$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^zweb$" searchPathRef="zkoss.osgi" />
<rm:locator pattern="^javassist$" searchPathRef="bundles.maven" />
<rm:locator pattern="^zcommon$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zel$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zhtml$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zk$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zkbind$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zkplus$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zul$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zweb$" searchPathRef="zkoss.osgi"/>
<rm:locator pattern="^zjavassist$" searchPathRef="zkoss.osgi"/>
<rm:locator searchPathRef="orbit" failOnError="false"/>
<rm:locator searchPathRef="workspace.project" failOnError="false"/>
<rm:locator searchPathRef="workspace.feature"/>
@ -131,16 +131,15 @@
<maven:entry artifactId="org.apache.felix.webconsole.plugins.memoryusage" groupId="org.apache.felix" name="org.apache.felix.webconsole.plugins.memoryusage"/>
<maven:entry artifactId="org.apache.felix.inventory" groupId="org.apache.felix" name="org.apache.felix.inventory"/>
<maven:entry artifactId="org.apache.felix.webconsole.plugins.packageadmin" groupId="org.apache.felix" name="org.apache.felix.webconsole.plugins.packageadmin"/>
<maven:entry artifactId="javassist" groupId="org.javassist" name="javassist" />
<maven:entry artifactId="javassist" groupId="org.javassist" name="javassist"/>
</maven:mappings>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="zkoss.osgi">
<rm:provider componentTypes="osgi.bundle" readerType="p2">
<rm:property key="buckminster.source" value="false" />
<rm:property key="buckminster.mutable" value="false" />
<rm:uri format="https://dl.bintray.com/hieplq/generic/zkossOSGiP2/8.0.0.1/" />
</rm:provider>
<rm:provider componentTypes="osgi.bundle" readerType="p2" source="false" mutable="false">
<rm:property key="buckminster.source" value="false"/>
<rm:property key="buckminster.mutable" value="false"/>
<rm:uri format="https://dl.bintray.com/hieplq/generic/zkossOSGiP2/8.0.1/"/>
</rm:provider>
</rm:searchPath>
</rm:rmap>

File diff suppressed because one or more lines are too long

View File

@ -73,7 +73,7 @@
unpack="false"/>
<plugin
id="javassist"
id="zjavassist"
download-size="0"
install-size="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.scripts,
web.js.timeplotz.mold
Require-Bundle: zcommon;bundle-version="8.0.0",
zel;bundle-version="8.0.0",
zhtml;bundle-version="8.0.0",
zk;bundle-version="8.0.0",
zkbind;bundle-version="8.0.0",
zkplus;bundle-version="8.0.0",
zul;bundle-version="8.0.0",
zweb;bundle-version="8.0.0",
javassist;bundle-version="3.13.0"
Require-Bundle: zcommon,
zel,
zhtml,
zk,
zkbind,
zkplus,
zul,
zweb,
zjavassist
Import-Package: javax.servlet;version="3.1.0",
javax.servlet.annotation;version="3.1.0",
javax.servlet.descriptor;version="3.1.0",