Author: kstam
Date: Tue Jul 28 21:19:15 2009
New Revision: 798712

URL: http://svn.apache.org/viewvc?rev=798712&view=rev
Log:
scout-82 - marks the axis import-packages as optional for osgi.

Modified:
    webservices/scout/branches/scout-1.1/pom.xml

Modified: webservices/scout/branches/scout-1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/branches/scout-1.1/pom.xml?rev=798712&r1=798711&r2=798712&view=diff
==============================================================================
--- webservices/scout/branches/scout-1.1/pom.xml (original)
+++ webservices/scout/branches/scout-1.1/pom.xml Tue Jul 28 21:19:15 2009
@@ -293,6 +293,11 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>2.0.0</version>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        
<Import-Package>org.apache.axis.*;resolution:=optional,*</Import-Package>
+                    </instructions>
+                </configuration>
             </plugin>
 
             <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to