Author: norman
Date: Sat Jul 2 18:03:45 2011
New Revision: 1142253
URL: http://svn.apache.org/viewvc?rev=1142253&view=rev
Log:
Fix import exlude. See JAMES-835
Modified:
james/server/trunk/mailets/pom.xml
Modified: james/server/trunk/mailets/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1142253&r1=1142252&r2=1142253&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Sat Jul 2 18:03:45 2011
@@ -37,8 +37,8 @@
<!-- Exclude JSPF as dnsjnio is not OSGI ready yet -->
<!-- TODO: Contribute a patch for this! -->
<james.osgi.import>
- !org.apache.james.jspf.*,
- *
+ *,
+ !org.apache.james.jspf.*
</james.osgi.import>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]