You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/08/02 14:34:04 UTC

svn commit: r800047 - /incubator/wink/trunk/wink-examples/ext/pom.xml

Author: martins
Date: Sun Aug  2 12:34:04 2009
New Revision: 800047

URL: http://svn.apache.org/viewvc?rev=800047&view=rev
Log:
Remove WebDav example from release (maven-dependencies-plugin fails)

Modified:
    incubator/wink/trunk/wink-examples/ext/pom.xml

Modified: incubator/wink/trunk/wink-examples/ext/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-examples/ext/pom.xml?rev=800047&r1=800046&r2=800047&view=diff
==============================================================================
--- incubator/wink/trunk/wink-examples/ext/pom.xml (original)
+++ incubator/wink/trunk/wink-examples/ext/pom.xml Sun Aug  2 12:34:04 2009
@@ -33,7 +33,7 @@
 		<module>Spring</module>
 		<module>DynamicResource</module>
 		<module>History</module>
-		<module>WebDAV</module>
+		<!-- module>WebDAV</module-->
 		<module>RuntimeRegistration</module>
 		<module>LinkBuilders</module>
 		<module>Scope</module>