You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2009/10/28 10:07:11 UTC

svn commit: r830475 - in /mina/sshd/trunk: sshd-core/pom.xml sshd-pam/pom.xml

Author: gnodet
Date: Wed Oct 28 09:07:11 2009
New Revision: 830475

URL: http://svn.apache.org/viewvc?rev=830475&view=rev
Log:
SSHD-42: SSHD bundles should not import their own packages, patch provided by Francois Fernandes with many thx

Modified:
    mina/sshd/trunk/sshd-core/pom.xml
    mina/sshd/trunk/sshd-pam/pom.xml

Modified: mina/sshd/trunk/sshd-core/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/pom.xml?rev=830475&r1=830474&r2=830475&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/pom.xml (original)
+++ mina/sshd/trunk/sshd-core/pom.xml Wed Oct 28 09:07:11 2009
@@ -105,7 +105,7 @@
                             *
                         </Import-Package>
                         <Export-Package>
-                            org.apache.sshd*;version=${version}
+                            org.apache.sshd*;version=${version};-noimport:=true
                         </Export-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>

Modified: mina/sshd/trunk/sshd-pam/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-pam/pom.xml?rev=830475&r1=830474&r2=830475&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-pam/pom.xml (original)
+++ mina/sshd/trunk/sshd-pam/pom.xml Wed Oct 28 09:07:11 2009
@@ -69,7 +69,7 @@
                             *
                         </Import-Package>
                         <Export-Package>
-                            org.apache.sshd*;version=${version}
+                            org.apache.sshd*;version=${version};-noimport:=true
                         </Export-Package>
                     </instructions>
                     <unpackBundle>true</unpackBundle>