You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/12/17 17:03:58 UTC

svn commit: r1422993 - /airavata/trunk/modules/integration-tests/pom.xml

Author: lahiru
Date: Mon Dec 17 16:03:57 2012
New Revision: 1422993

URL: http://svn.apache.org/viewvc?rev=1422993&view=rev
Log:
changing the location to store database scripts.

Modified:
    airavata/trunk/modules/integration-tests/pom.xml

Modified: airavata/trunk/modules/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/integration-tests/pom.xml?rev=1422993&r1=1422992&r2=1422993&view=diff
==============================================================================
--- airavata/trunk/modules/integration-tests/pom.xml (original)
+++ airavata/trunk/modules/integration-tests/pom.xml Mon Dec 17 16:03:57 2012
@@ -112,7 +112,7 @@
                                         <include name="registry.properties"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="${tomcat.work.dir}/webapps/axis2/WEB-INF/classes/database_scripts">
+                                <copy todir="${tomcat.work.dir}/webapps/axis2/WEB-INF/classes/">
                                     <fileset dir="${airavata.work.dir}/bin/database_scripts"/>
                                 </copy>
                                 <chmod dir="${tomcat.work.dir}/bin" perm="700"