You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2009/12/02 11:32:18 UTC

svn commit: r886106 - /ode/trunk/Buildfile

Author: vanto
Date: Wed Dec  2 10:32:14 2009
New Revision: 886106

URL: http://svn.apache.org/viewvc?rev=886106&view=rev
Log:
we need ODE's web.xml, not from Axis2

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=886106&r1=886105&r2=886106&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Wed Dec  2 10:32:14 2009
@@ -261,7 +261,7 @@
     end
     package(:war).path("WEB-INF/modules").include(artifacts(AXIS2_MODULES.mods))
     package(:war).tap do |root|
-      root.merge(artifact(AXIS2_WAR)).exclude("WEB-INF/**/*").exclude("META-INF/**/*")
+      root.merge(artifact(AXIS2_WAR)).exclude("WEB-INF/*").exclude("META-INF/*")
     end
 
     task("start"=>[package(:war), jetty.use]) do |task|