[jboss-cvs] JBossAS SVN: r95097 - in projects/jboss-osgi: trunk/reactor/deployment and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 19 05:04:35 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-19 05:04:35 -0400 (Mon, 19 Oct 2009)
New Revision: 95097
Modified:
projects/jboss-osgi/projects/bundles/hotdeploy/trunk/pom.xml
projects/jboss-osgi/trunk/reactor/deployment/pom.xml
Log:
Fix import/export metadata
Modified: projects/jboss-osgi/projects/bundles/hotdeploy/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/hotdeploy/trunk/pom.xml 2009-10-19 08:13:35 UTC (rev 95096)
+++ projects/jboss-osgi/projects/bundles/hotdeploy/trunk/pom.xml 2009-10-19 09:04:35 UTC (rev 95097)
@@ -96,7 +96,9 @@
<Import-Package>
javax.management,
org.jboss.osgi.common.log;version=1.0,
- org.jboss.osgi.deployment;version=1.0,
+ org.jboss.osgi.deployment.common;version=1.0,
+ org.jboss.osgi.deployment.deployer;version=1.0,
+ org.jboss.osgi.deployment.scanner;version=1.0,
org.jboss.osgi.spi.service;version=1.0,
org.jboss.osgi.spi.util;version=1.0,
org.osgi.framework,
Modified: projects/jboss-osgi/trunk/reactor/deployment/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/deployment/pom.xml 2009-10-19 08:13:35 UTC (rev 95096)
+++ projects/jboss-osgi/trunk/reactor/deployment/pom.xml 2009-10-19 09:04:35 UTC (rev 95097)
@@ -69,7 +69,10 @@
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
<Bundle-Activator>org.jboss.osgi.deployment.internal.DeploymentServicesActivator</Bundle-Activator>
<Export-Package>
- org.jboss.osgi.deployment;version=1.0,
+ org.jboss.osgi.deployment.common;version=1.0,
+ org.jboss.osgi.deployment.deployer;version=1.0,
+ org.jboss.osgi.deployment.interceptor;version=1.0,
+ org.jboss.osgi.deployment.scanner;version=1.0,
</Export-Package>
<Private-Package>
org.jboss.osgi.deployment.internal
More information about the jboss-cvs-commits
mailing list