Hi James, yes there is something like a config file, but also a configuration if needed. The complete documentation about the features.xml can be found at [1]
here is a brief example of referencing a config file: <configfile finalname="/etc/jetty.xml">mvn:org.apache.karaf/apache-karaf/2.2.5/xml/jettyconfig</configfile> regards, Achim [1] - http://karaf.apache.org/manual/latest-2.2.x/users-guide/provisioning.html 2012/3/29 James Gartner <[email protected]>: > Folks, > I have a Virgo PLAN file that i am trying to convert to a Feature file. > Are there any guidelines for this? The plan file has this: > <artifact type="configuration" name="com.example.service1" version="0"/> > <artifact type="bundle" name="com.example.service1" version="1.0.0"/> > > > I"m a bit unsure how to convert the configuration file artifact into an item > in the feature file. > Would it be something like this: > <configfile>mvn:com.example.service1...../com.example.service1.properties</configfile> > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Convert-Virgo-PLAN-to-Karaf-Feature-files-tp3867950p3867950.html > Sent from the Karaf - User mailing list archive at Nabble.com. -- Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/>
