You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by ks...@apache.org on 2009/07/28 23:19:16 UTC

svn commit: r798712 - /webservices/scout/branches/scout-1.1/pom.xml

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: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org