Costin Leau (JIRA) wrote:
Thanks - is there any maven repo where I can get the snapshot? I've tried http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/ but that one doesn't seem to be updated.
We haven't pushed one yet...I just tried to push a new snapshot, but I was unable to due to a Maven issue...I will try to get to it later.
-> richard
provide configuration.properties in the framework.jar by default ---------------------------------------------------------------- Key: FELIX-380 URL: https://issues.apache.org/jira/browse/FELIX-380 Project: Felix Issue Type: Improvement Components: Framework Affects Versions: 1.0.0 Reporter: Costin Leau Assignee: Richard S. Hall Attachments: FELIX_380_20071016.txt Even when using just the framework felix as an embedded library, it is helpful to have the default configuration.properties (which specifies the packages) loaded automatically and present in the jar. The configuration could be overwritten at startup so clients that want different packages can do that while clients that do not interact with this aspect can have a resonable default loaded for them (which is our case = Spring OSGi). Thanks.
