Author: dims
Date: Fri Apr 4 06:40:12 2008
New Revision: 644710
URL: http://svn.apache.org/viewvc?rev=644710&view=rev
Log:
make the sun.misc dependency optional, throw in flag to not fail if we just
ignore tests
Modified:
webservices/commons/trunk/modules/neethi/pom.xml
webservices/commons/trunk/modules/neethi/src/main/resources/META-INF/MANIFEST.MF
Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?rev=644710&r1=644709&r2=644710&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Apr 4 06:40:12 2008
@@ -323,5 +323,6 @@
<axiom.version>SNAPSHOT</axiom.version>
<neethi.osgi.version>2.0.3</neethi.osgi.version>
<bundle.plugin.version>1.4.0</bundle.plugin.version>
+ <failIfNoTests>false</failIfNoTests>
</properties>
</project>
Modified:
webservices/commons/trunk/modules/neethi/src/main/resources/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/resources/META-INF/MANIFEST.MF?rev=644710&r1=644709&r2=644710&view=diff
==============================================================================
---
webservices/commons/trunk/modules/neethi/src/main/resources/META-INF/MANIFEST.MF
(original)
+++
webservices/commons/trunk/modules/neethi/src/main/resources/META-INF/MANIFEST.MF
Fri Apr 4 06:40:12 2008
@@ -6,7 +6,7 @@
org.apache.axiom.om,
org.apache.axiom.om.impl.builder,
org.apache.axiom.om.impl.llom.factory,
- sun.misc
+ sun.misc;resolution:=optional
Export-Package:
org.apache.neethi,
org.apache.neethi.builders,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]