IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle)
This commit is contained in:
parent
f874979908
commit
5e5d79f614
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.base.feature"
|
||||
label="Adempiere Base"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -11,4 +11,5 @@ Bundle-ActivationPolicy: lazy
|
|||
Export-Package: org.compiere.model
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.base.callout
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
||||
|
|
|
@ -16,3 +16,4 @@ Import-Package: javax.mail;version="1.5",
|
|||
Eclipse-RegisterBuddy: org.adempiere.base
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.base.process
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -17,3 +17,4 @@ Import-Package: junit.framework;version="3.8.2",
|
|||
org.supercsv.prefs
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.extend
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -18,3 +18,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Bundle-Activator: org.adempiere.install.InstallBundleActivator
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.install
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.payment.processor.feature"
|
||||
label="Payment Processor"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -10,4 +10,5 @@ Bundle-ClassPath: .,
|
|||
lib/payflow.jar,
|
||||
lib/Verisign.jar
|
||||
Automatic-Module-Name: org.adempiere.payment.processor
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.pipo.feature"
|
||||
label="Pipo-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -8,3 +8,4 @@ Require-Bundle: org.adempiere.pipo;bundle-version="0.0.0",
|
|||
org.adempiere.base;bundle-version="0.0.0"
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.pipo.handlers
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -19,3 +19,4 @@ Service-Component: OSGI-INF/dictionaryservice.xml
|
|||
Bundle-Activator: org.adempiere.plugin.utils.PackInApplicationActivator
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.pipo
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -50,3 +50,4 @@ Import-Package: org.adempiere.base,
|
|||
Export-Package: org.adempiere.plugin.utils
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.plugin.utils
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.replication.feature"
|
||||
label="Replication-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.replication.server.feature"
|
||||
label="Replication Server-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -13,3 +13,4 @@ Service-Component: OSGI-INF/serverfactory.xml
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.replication.server
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -13,3 +13,4 @@ Import-Package: javax.jms;version="1.1.0",
|
|||
Eclipse-RegisterBuddy: org.adempiere.base
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.replication
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.report.jasper.feature"
|
||||
label="JasperReport-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
@ -426,7 +427,7 @@
|
|||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
<!-- jasper use older version than other so need to define version to load both stax2-api-->
|
||||
|
||||
<plugin
|
||||
id="stax2-api"
|
||||
download-size="0"
|
||||
|
|
|
@ -17,3 +17,4 @@ Bundle-ClassPath: .,
|
|||
DynamicImport-Package: *
|
||||
Import-Package: org.w3c.dom.events;version="[3.0.0,4.0.0)"
|
||||
Automatic-Module-Name: org.adempiere.report.jasper.library
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -17,3 +17,4 @@ Service-Component: OSGI-INF/jrviewerprovider.xml
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.report.jasper.swing
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -13,5 +13,6 @@ Import-Package: javax.servlet;version="2.5.0",
|
|||
org.apache.commons.codec.binary
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.report.jasper.webapp
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
||||
|
||||
|
|
|
@ -16,3 +16,4 @@ Export-Package: org.adempiere.report.jasper
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.report.jasper
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.server.feature"
|
||||
label="iDempiere Server-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -41,3 +41,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Service-Component: OSGI-INF/acctprocessorfactory.xml, OSGI-INF/alertprocessorfactory.xml, OSGI-INF/ldapprocessorfactory.xml, OSGI-INF/requestprocessorfactory.xml, OSGI-INF/schedulerfactory.xml, OSGI-INF/workflowprocessorfactory.xml
|
||||
Bundle-Activator: org.adempiere.server.AdempiereServerActivator
|
||||
Automatic-Module-Name: org.adempiere.server
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.ui.swing.feature"
|
||||
label="Swing Client-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -122,3 +122,4 @@ Import-Package: groovy.beans;version="2.5.3",
|
|||
Service-Component: OSGI-INF/*.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Automatic-Module-Name: org.adempiere.ui.swing
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.ui.zk.feature"
|
||||
label="Zk Client-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -161,3 +161,4 @@ Web-ContextPath: webui
|
|||
Service-Component: OSGI-INF/reportviewerprovider.xml, OSGI-INF/defaultinfofactory.xml, OSGI-INF/defaulteditorfactory.xml, OSGI-INF/jrviewerprovider.xml, OSGI-INF/resourcefinder.xml, OSGI-INF/defaultpaymentformfactory.xml, OSGI-INF/processfactory.xml, OSGI-INF/defaultprintshippinglabel.xml, OSGI-INF/defaultcreatefromfactory.xml, OSGI-INF/defaultformfactory.xml, OSGI-INF/feedbackservice.xml, OSGI-INF/zulgadgetfactory.xml, OSGI-INF/jfgchartrenderer.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Automatic-Module-Name: org.adempiere.ui.zk
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -30,3 +30,4 @@ Bundle-ClassPath: .,
|
|||
lib/org-openide-util.jar,
|
||||
lib/org-openide-util-lookup.jar
|
||||
Automatic-Module-Name: org.adempiere.ui
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.adempiere.webstore.feature"
|
||||
label="Webstore-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -83,6 +83,7 @@ Import-Package: javax.servlet;version="3.0.0",
|
|||
Bundle-Activator: org.adempiere.webstore.Activator
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.adempiere.webstore
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,3 +14,4 @@ Export-Package: org.apache.ecs;uses:="org.apache.ecs.xhtml",
|
|||
org.apache.ecs.xml;uses:="org.apache.ecs"
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.apache.ecs
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -18,4 +18,5 @@ Bundle-ActivationPolicy: lazy
|
|||
Bundle-Activator: org.adempiere.db.oracle.OracleBundleActivator
|
||||
Service-Component: OSGI-INF/oracleprovider.xml
|
||||
Automatic-Module-Name: org.compiere.db.oracle.provider
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
||||
|
|
|
@ -19,3 +19,4 @@ Bundle-ActivationPolicy: lazy
|
|||
Bundle-Activator: org.adempiere.db.postgresql.PostgreSQLBundleActivator
|
||||
Service-Component: OSGI-INF/pgprovider.xml
|
||||
Automatic-Module-Name: org.compiere.db.postgresql.provider
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.compiere.db.provider.feature"
|
||||
label="Database Provider-feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.idempiere.felix.webconsole.feature"
|
||||
label="Felix Web Console Feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -29,3 +29,4 @@ Web-ContextPath: osgi
|
|||
Service-Component: OSGI-INF/securityprovider.xml
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.idempiere.felix.webconsole
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.idempiere.fitnesse.feature"
|
||||
label="Fitnesse Feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -65,3 +65,4 @@ Service-Component: OSGI-INF/fitfixturefactory.xml, OSGI-INF/slimfixturefactory.x
|
|||
Export-Package: org.idempiere.fitnesse.fixture
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.idempiere.fitnesse.fixture
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -329,3 +329,4 @@ Export-Package: fit,
|
|||
org.openqa.selenium.support.pagefactory.internal,
|
||||
org.openqa.selenium.support.ui
|
||||
Automatic-Module-Name: org.idempiere.fitnesse.server
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -14,3 +14,4 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0"
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.idempiere.fitrecorder
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.idempiere.hazelcast.service.feature"
|
||||
label="Hazelcast Service Feature"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -7,3 +7,4 @@ Fragment-Host: org.idempiere.hazelcast.service;bundle-version="0.0.0"
|
|||
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.10))"
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.idempiere.hazelcast.service.config
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -33,3 +33,4 @@ Service-Component: OSGI-INF/clusterservice.xml, OSGI-INF/cacheservice.xml, OSGI-
|
|||
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.10))"
|
||||
Require-Bundle: org.eclipse.osgi
|
||||
Automatic-Module-Name: org.idempiere.hazelcast.service
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -343,3 +343,4 @@ Import-Package: fit,
|
|||
Service-Component: OSGI-INF/fitfixturefactory.xml
|
||||
Bundle-ClassPath: .
|
||||
Automatic-Module-Name: org.idempiere.ui.zk.selenium
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -201,3 +201,4 @@ Export-Package: org.apache.axis,
|
|||
Web-ContextPath: ADInterface
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Automatic-Module-Name: org.idempiere.webservices
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<feature
|
||||
id="org.idempiere.zk.feature"
|
||||
label="Materialize zk osgi libary"
|
||||
version="5.1.0.qualifier">
|
||||
version="5.1.0.qualifier"
|
||||
provider-name="iDempiere Community">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
|
|
|
@ -203,3 +203,4 @@ Import-Package: javax.servlet;version="3.1.0",
|
|||
javax.servlet.http;version="3.1.0",
|
||||
org.slf4j;version="1.7.2"
|
||||
Automatic-Module-Name: org.idempiere.zk.extra
|
||||
Bundle-Vendor: iDempiere Community
|
||||
|
|
Loading…
Reference in New Issue