You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2008/11/22 03:09:37 UTC

svn commit: r719789 - /ode/trunk/Buildfile

Author: midon
Date: Fri Nov 21 18:09:37 2008
New Revision: 719789

URL: http://svn.apache.org/viewvc?rev=719789&view=rev
Log:
unzip both jpa and hibernate DBs in test webapp

Modified:
    ode/trunk/Buildfile

Modified: ode/trunk/Buildfile
URL: http://svn.apache.org/viewvc/ode/trunk/Buildfile?rev=719789&r1=719788&r2=719789&view=diff
==============================================================================
--- ode/trunk/Buildfile (original)
+++ ode/trunk/Buildfile Fri Nov 21 18:09:37 2008
@@ -275,6 +275,7 @@
       cp AXIS2_MODULES.mods.map {|a| repositories.locate(a)} , _("target/test/webapp/WEB-INF/modules")
     end
     test.setup unzip(_("target/test/webapp/WEB-INF")=>project("dao-jpa-db").package(:zip))
+    test.setup unzip(_("target/test/webapp/WEB-INF")=>project("dao-hibernate-db").package(:zip))
     test.exclude('*') unless Buildr.environment != 'test'
 
      test.setup task(:prepare_rampart_policy_test) do |task|