Hello world
This commit is contained in:
28
cnf/features/blueprint/Dania/shell.bnd
Normal file
28
cnf/features/blueprint/Dania/shell.bnd
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# Amdatu Blueprint shell feature
|
||||
#
|
||||
blueprint-feature.shell: shell
|
||||
blueprint-deps.shell: \
|
||||
org.apache.felix:org.apache.felix.dependencymanager.shell:4.0.9,\
|
||||
org.apache.felix:org.apache.felix.gogo.command:1.1.2,\
|
||||
org.apache.felix:org.apache.felix.gogo.runtime:1.1.4,\
|
||||
org.apache.felix:org.apache.felix.gogo.shell:1.1.4
|
||||
|
||||
#
|
||||
# Build
|
||||
#
|
||||
-buildpath.blueprint-shell: \
|
||||
${if;(buildfeaturesMerged[]=shell); \
|
||||
org.apache.felix.gogo.runtime\
|
||||
}
|
||||
|
||||
#
|
||||
# Run
|
||||
#
|
||||
-runbundles.blueprint-shell: \
|
||||
${if;(runfeaturesMerged[]=shell); \
|
||||
org.apache.felix.dependencymanager.shell,\
|
||||
org.apache.felix.gogo.command,\
|
||||
org.apache.felix.gogo.runtime,\
|
||||
org.apache.felix.gogo.shell\
|
||||
}
|
||||
Reference in New Issue
Block a user