IDEMPIERE-3531:some plugin don't include class on output maven when export
"bin.includes = ." is mandatory for maven build
This commit is contained in:
parent
857c099621
commit
b8caaa1549
|
@ -9,4 +9,5 @@ Eclipse-RegisterBuddy: org.adempiere.base
|
|||
Service-Component: OSGI-INF/costadjustmentcalloutfactory.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.compiere.model
|
||||
Bundle-ClassPath: .
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
OSGI-INF/costadjustmentcalloutfactory.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -14,3 +14,4 @@ Import-Package: javax.mail;version="1.5",
|
|||
javax.servlet.http;version="2.5.0",
|
||||
org.apache.commons.collections.keyvalue;version="3.2.0"
|
||||
Eclipse-RegisterBuddy: org.adempiere.base
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin.includes = META-INF/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -20,3 +20,4 @@ Import-Package: javax.servlet;version="2.3",
|
|||
org.osgi.framework;version="1.3.0",
|
||||
org.osgi.service.http;version="1.2.0"
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
.
|
||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -15,4 +15,5 @@ Import-Package: javax.servlet;version="2.3",javax.servlet.http;version
|
|||
quinox.servletbridge;version="1.0.0",org.osgi.framework;version="1.3.
|
||||
0",org.osgi.service.http;version="1.2.0"
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-ClassPath: .
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
.
|
||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -13,3 +13,4 @@ Import-Package: javax.servlet;version="2.3.0",
|
|||
javax.servlet.http;version="2.3.0",
|
||||
org.eclipse.equinox.http.servlet;version="1.1.0"
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
.
|
||||
javacErrors.. = -assertIdentifier,-enumIdentifier
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -15,3 +15,4 @@ Import-Package: junit.framework;version="3.8.2",
|
|||
org.junit.runners;version="4.8.2",
|
||||
org.supercsv.io,
|
||||
org.supercsv.prefs
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin.includes = META-INF/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -16,3 +16,4 @@ Import-Package: javax.mail;version="1.5",
|
|||
org.osgi.framework
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.adempiere.install.InstallBundleActivator
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -6,3 +6,4 @@ Bundle-Version: 5.1.0.qualifier
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.adempiere.pipo;bundle-version="0.0.0",
|
||||
org.adempiere.base;bundle-version="0.0.0"
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -17,3 +17,4 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
|
|||
org.adempiere.plugin.utils;bundle-version="0.0.0"
|
||||
Service-Component: OSGI-INF/dictionaryservice.xml
|
||||
Bundle-Activator: org.adempiere.plugin.utils.PackInApplicationActivator
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.xml,\
|
||||
OSGI-INF/dictionaryservice.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -47,3 +47,4 @@ Import-Package: org.adempiere.base,
|
|||
org.osgi.framework;version="1.5.0",
|
||||
org.osgi.util.tracker;version="1.5.0"
|
||||
Export-Package: org.adempiere.plugin.utils
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin.includes = META-INF/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -11,3 +11,4 @@ Import-Package: javax.jms;version="1.1.0",
|
|||
org.apache.activemq
|
||||
Service-Component: OSGI-INF/serverfactory.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
OSGI-INF/serverfactory.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -11,3 +11,4 @@ Export-Package: org.adempiere.process.rpl,
|
|||
Import-Package: javax.jms;version="1.1.0",
|
||||
org.apache.activemq;version="5.3.0"
|
||||
Eclipse-RegisterBuddy: org.adempiere.base
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin.includes = META-INF/,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -14,3 +14,4 @@ Import-Package: net.sf.jasperreports.engine,
|
|||
org.osgi.framework
|
||||
Service-Component: OSGI-INF/jrviewerprovider.xml
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
OSGI-INF/jrviewerprovider.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -11,5 +11,6 @@ Import-Package: javax.servlet;version="2.5.0",
|
|||
javax.servlet.jsp;version="2.1.0",
|
||||
org.apache.commons.codec,
|
||||
org.apache.commons.codec.binary
|
||||
Bundle-ClassPath: .
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin.includes = META-INF/,\
|
||||
standalone.jrxml,\
|
||||
WEB-INF/
|
||||
WEB-INF/,\
|
||||
.
|
||||
bin.excludes = src/**,\
|
||||
.settings/**,\
|
||||
.classpath,\
|
||||
|
|
|
@ -14,3 +14,4 @@ Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
|
|||
Service-Component: OSGI-INF/processfactory.xml
|
||||
Export-Package: org.adempiere.report.jasper
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin.includes = META-INF/,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
source.. = src/
|
||||
|
|
|
@ -34,7 +34,8 @@ bin.includes = META-INF/,\
|
|||
manifest.json,\
|
||||
pdf.js/,\
|
||||
WEB-INF/lib/ckez.jar,\
|
||||
WEB-INF/lib/daisydiff.jar
|
||||
WEB-INF/lib/daisydiff.jar,\
|
||||
.
|
||||
src.includes = WEB-INF/tld/,\
|
||||
WEB-INF/web.xml,\
|
||||
WEB-INF/xsd/,\
|
||||
|
@ -51,5 +52,5 @@ src.includes = WEB-INF/tld/,\
|
|||
theme/default/zul/calendar/calendar_mini.zul,\
|
||||
theme/default/zul/calendar/divarrow.zul,\
|
||||
theme/default/zul/calendar/divtab.zul
|
||||
source.. = WEB-INF/src/
|
||||
bin.excludes = WEB-INF/src/
|
||||
source.. = WEB-INF/src/
|
||||
|
|
|
@ -8,3 +8,4 @@ Fragment-Host: org.adempiere.webstore;bundle-version="0.0.0"
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Import-Package: org.compiere.wstore
|
||||
Jetty-WarPatchFragmentFolderPath: /
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
source.. = src/
|
||||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
*.*
|
||||
|
||||
bin.excludes = src/**,\
|
||||
bin/**,\
|
||||
.settings/**,\
|
||||
.classpath,\
|
||||
.project,\
|
||||
build.properties
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -17,3 +17,4 @@ Import-Package: javax.servlet,
|
|||
org.apache.ecs.xhtml,
|
||||
org.apache.taglibs.standard.tag.el.core
|
||||
Fragment-Host: org.adempiere.webstore;bundle-version="0.0.0"
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
source.. = src/
|
||||
output.. = target/classes/
|
||||
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -81,6 +81,7 @@ Import-Package: javax.servlet;version="3.0.0",
|
|||
org.osgi.framework;version="1.7.0",
|
||||
org.osgi.service.http;version="1.2.1"
|
||||
Bundle-Activator: org.adempiere.webstore.Activator
|
||||
Bundle-ClassPath: .
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
bin.includes = META-INF/,\
|
||||
*.*,\
|
||||
WEB-INF/
|
||||
WEB-INF/,\
|
||||
.
|
||||
bin.excludes = src/**,\
|
||||
bin/**,\
|
||||
.settings/**,\
|
||||
.classpath,\
|
||||
.project,\
|
||||
build.properties
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -12,3 +12,4 @@ Export-Package: org.apache.ecs;uses:="org.apache.ecs.xhtml",
|
|||
org.apache.ecs.storage,
|
||||
org.apache.ecs.xhtml;uses:="org.apache.ecs",
|
||||
org.apache.ecs.xml;uses:="org.apache.ecs"
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
source.. = src/
|
||||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -27,3 +27,4 @@ Import-Package: javax.servlet;version="2.5.0",
|
|||
org.osgi.service.http;version="1.2.1"
|
||||
Web-ContextPath: osgi
|
||||
Service-Component: OSGI-INF/securityprovider.xml
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
WEB-INF/,\
|
||||
OSGI-INF/
|
||||
src.includes = WEB-INF/
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -63,3 +63,4 @@ Import-Package: fit,
|
|||
org.osgi.framework;version="1.3.0"
|
||||
Service-Component: OSGI-INF/fitfixturefactory.xml, OSGI-INF/slimfixturefactory.xml
|
||||
Export-Package: org.idempiere.fitnesse.fixture
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
output.. = target/classes/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
OSGI-INF/fitfixturefactory.xml,\
|
||||
OSGI-INF/slimfixturefactory.xml,\
|
||||
OSGI-INF/
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -12,3 +12,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|||
Service-Component: plugin.xml
|
||||
Require-Bundle: org.adempiere.base;bundle-version="0.0.0"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = target/classes/
|
||||
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -5,3 +5,4 @@ Bundle-SymbolicName: org.idempiere.hazelcast.service.config
|
|||
Bundle-Version: 5.1.0.qualifier
|
||||
Fragment-Host: org.idempiere.hazelcast.service;bundle-version="0.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
source.. = src/
|
||||
output.. = target/classes/
|
||||
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
hazelcast.xml
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
|
@ -341,3 +341,4 @@ Import-Package: fit,
|
|||
org.w3c.dom.views,
|
||||
org.w3c.dom.xpath
|
||||
Service-Component: OSGI-INF/fitfixturefactory.xml
|
||||
Bundle-ClassPath: .
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin.includes = META-INF/,\
|
||||
OSGI-INF/fitfixturefactory.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/,\
|
||||
.
|
||||
output.. = target/classes/
|
||||
source.. = src/
|
||||
|
|
Loading…
Reference in New Issue