https://issues.apache.org/bugzilla/show_bug.cgi?id=49932
Summary: Additional OSGI/BND configuration elements
Product: Log4j
Version: 1.2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: [email protected]
ReportedBy: [email protected]
Some additional elements are required in the maven-bundle-plugin configuration.
We should get off on the right foot and set this as recommended in the OSGI
spec. The plugin tries to compose it from the groupId and artifactId (and
arrives at "log4j"):
<Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>
The following is needed so that log4j.properties/xml files are externally
accessible and also so that log4j can see user's .class files:
<Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy>
... and it appears to be conventional to set this:
<Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]