Author: trustin
Date: Tue Feb 20 00:14:27 2007
New Revision: 509453
URL: http://svn.apache.org/viewvc?view=rev&rev=509453
Log:
Fixed a build error caused by maven-bundle-plugin. I restricted the
'Export-Packages' property to 'org.apache.mina.*'
Modified:
mina/trunk/core/pom.xml
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?view=diff&rev=509453&r1=509452&r2=509453
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Tue Feb 20 00:14:27 2007
@@ -19,7 +19,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Export-Package>*</Export-Package>
+
<Export-Package>org.apache.mina.*</Export-Package>
</instructions>
</configuration>
</plugin>