Author: donsez
Date: Wed Jul 11 13:35:00 2007
New Revision: 555388
URL: http://svn.apache.org/viewvc?view=rev&rev=555388
Log:
some cosmetic change in the pom
Modified:
felix/sandbox/donsez/wireadmin.cmd/pom.xml
Modified: felix/sandbox/donsez/wireadmin.cmd/pom.xml
URL:
http://svn.apache.org/viewvc/felix/sandbox/donsez/wireadmin.cmd/pom.xml?view=diff&rev=555388&r1=555387&r2=555388
==============================================================================
--- felix/sandbox/donsez/wireadmin.cmd/pom.xml (original)
+++ felix/sandbox/donsez/wireadmin.cmd/pom.xml Wed Jul 11 13:35:00 2007
@@ -77,16 +77,20 @@
<instructions>
<Export-Service>org.apache.felix.shell.Command</Export-Service>
<Import-Service>org.osgi.service.wireadmin.WireAdmin</Import-Service>
+
<Private-Package>org.apache.felix.wireadmin.cmd.*</Private-Package>
<Import-Package>*</Import-Package>
-
<Bundle-Activator>${pom.artifactId}.WireAdminCmdImpl</Bundle-Activator>
+
<Bundle-Activator>${pom.artifactId}.WireAdminCmdImpl</Bundle-Activator>
+
<Bundle-DocUrl>${repositoryLocation}${pom.artifactId}/index.html</Bundle-DocUrl>
<Bundle-Url>${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</Bundle-Url>
<Bundle-Source>${repositoryLocation}${pom.artifactId}/${pom.artifactId}-${pom.version}-src.jar</Bundle-Source>
+
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Description>shell command to use the
WireAdminBinder.</Bundle-Description>
- <Service-Component>OSGI-INF/component.xml</Service-Component>
- </instructions>
+ <!-- <Service-Component>OSGI-INF/component.xml</Service-Component>
-->
+
+ </instructions>
</configuration>
</plugin>
</plugins>