Author: jbonofre
Date: Sat Feb 18 14:26:55 2012
New Revision: 1245928
URL: http://svn.apache.org/viewvc?rev=1245928&view=rev
Log:
Fix OSGi statement in the jdiff bundle
Modified:
servicemix/smx4/bundles/trunk/jdiff-1.0.9/pom.xml
Modified: servicemix/smx4/bundles/trunk/jdiff-1.0.9/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jdiff-1.0.9/pom.xml?rev=1245928&r1=1245927&r2=1245928&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jdiff-1.0.9/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jdiff-1.0.9/pom.xml Sat Feb 18 14:26:55 2012
@@ -43,7 +43,8 @@
jdiff
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
-
+ com.sun.javadoc;resolution:=optional,
+ org.xml*
</servicemix.osgi.import.pkg>
</properties>
@@ -101,4 +102,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>