Hello world
This commit is contained in:
42
cnf/features/blueprint/Dania/poi.bnd
Normal file
42
cnf/features/blueprint/Dania/poi.bnd
Normal file
@@ -0,0 +1,42 @@
|
||||
#
|
||||
# Amdatu Blueprint Apache POI feature
|
||||
#
|
||||
blueprint-feature.apache-poi: apache-poi
|
||||
blueprint-deps.apache-poi: \
|
||||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlresolver:1.2_5,\
|
||||
org.apache.commons:commons-collections4:4.4,\
|
||||
org.apache.commons:commons-math3:3.6.1,\
|
||||
org.apache.commons:commons-compress:1.19,\
|
||||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:4.1.0_1,\
|
||||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlbeans:3.1.0_1,\
|
||||
org.apache.servicemix.bundles:org.apache.servicemix.bundles.saxon:9.9.1-5_1
|
||||
#
|
||||
# Build
|
||||
#
|
||||
-buildpath.apache-poi: \
|
||||
${if;(buildfeaturesMerged[]=apache-poi); \
|
||||
org.apache.servicemix.bundles.poi\
|
||||
}
|
||||
#
|
||||
# Run
|
||||
#
|
||||
-runbundles.apache-poi: \
|
||||
${if;(runfeaturesMerged[]=apache-poi); \
|
||||
org.apache.servicemix.bundles.poi,\
|
||||
org.apache.servicemix.bundles.saxon,\
|
||||
org.apache.servicemix.bundles.xmlbeans,\
|
||||
org.apache.servicemix.bundles.xmlresolver,\
|
||||
org.apache.commons.commons-collections4,\
|
||||
org.apache.commons.math3,\
|
||||
org.apache.commons.commons-compress\
|
||||
}
|
||||
|
||||
-testpath.apache-poi: \
|
||||
${if;(buildfeaturesMerged[]=apache-poi); \
|
||||
org.apache.servicemix.bundles.saxon,\
|
||||
org.apache.servicemix.bundles.xmlbeans,\
|
||||
org.apache.servicemix.bundles.xmlresolver,\
|
||||
org.apache.commons.commons-collections4,\
|
||||
org.apache.commons.math3,\
|
||||
org.apache.commons.commons-compress\
|
||||
}
|
||||
Reference in New Issue
Block a user