-runbundles: \
# some comment
org.apache.felix.gogo.runtime,\
# another inline comment
org.apache.felix.gogo.shell,\
org.apache.felix.gogo.command,\
org.apache.felix.scr,\
org.apache.felix.configadmin,\
org.apache.felix.eventadmin,\
# i want to talk about the metatype bundle
org.apache.felix.metatype,\
org.apache.felix.log
currently it seems like you can not add comments inside of a "statement" like this.
-runbundles: \
\ # some comment
org.apache.felix.gogo.runtime,\
\ # another inline comment
org.apache.felix.gogo.shell,\
org.apache.felix.gogo.command,\
org.apache.felix.scr,\
org.apache.felix.configadmin,\
org.apache.felix.eventadmin,\
\ # i want to talk about the metatype bundle
org.apache.felix.metatype,\
org.apache.felix.log
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Import-Package: \
\ # org.datanucleus packages needed by JDO enhanced data types
org.datanucleus.api.jdo,\
org.datanucleus.store.rdbms.sql,\
org.datanucleus.store.rdbms.sql.method,\
org.datanucleus.store.rdbms.query,\
\ # needed by unmarshaller for JAXB classes
com.sun.xml.internal.bind,\
*
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.