Author: [email protected]
Date: Thu Oct 27 17:39:31 2011
New Revision: 1675
Log:
AMDATU-433 Make unavailable packages optional
Modified:
trunk/amdatu-core/log-console/pom.xml
trunk/amdatu-core/log-forwarder-jdk/pom.xml
Modified: trunk/amdatu-core/log-console/pom.xml
==============================================================================
--- trunk/amdatu-core/log-console/pom.xml (original)
+++ trunk/amdatu-core/log-console/pom.xml Thu Oct 27 17:39:31 2011
@@ -47,6 +47,12 @@
<Bundle-SymbolicName>org.amdatu.core.log.console</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
+ <DynamicImport-Package>
+ javax.servlet,
+ org.apache.log,
+ org.apache.log4j,
+ org.apache.avalon.framework.logger
+ </DynamicImport-Package>
</instructions>
</configuration>
</plugin>
Modified: trunk/amdatu-core/log-forwarder-jdk/pom.xml
==============================================================================
--- trunk/amdatu-core/log-forwarder-jdk/pom.xml (original)
+++ trunk/amdatu-core/log-forwarder-jdk/pom.xml Thu Oct 27 17:39:31 2011
@@ -15,7 +15,8 @@
limitations under the License.verning permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.amdatu.core</groupId>
@@ -26,8 +27,8 @@
<packaging>bundle</packaging>
<name>Amdatu Core - Log Forwarder JDK</name>
<description>The log forwarder for JDK forwards standard JDK logging to the
OSGi LogService</description>
-
- <dependencies>
+
+ <dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@@ -47,9 +48,15 @@
<Bundle-SymbolicName>org.amdatu.core.log.forwarder.jdk</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
+ <DynamicImport-Package>
+ javax.servlet,
+ org.apache.log,
+ org.apache.log4j,
+ org.apache.avalon.framework.logger
+ </DynamicImport-Package>
</instructions>
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
</project>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits