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/18 21:29:28 UTC

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

Author: lahiru
Date: Tue Dec 18 20:29:28 2012
New Revision: 1423622

URL: http://svn.apache.org/viewvc?rev=1423622&view=rev
Log:
fixing out of memoryerror when deploying on tomcat.

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=1423622&r1=1423621&r2=1423622&view=diff
==============================================================================
--- airavata/trunk/modules/integration-tests/pom.xml (original)
+++ airavata/trunk/modules/integration-tests/pom.xml Tue Dec 18 20:29:28 2012
@@ -86,6 +86,8 @@
                                     <fileset dir="${airavata.work.dir}/lib/">
                                         <exclude name="tomcat-*.jar"/>
                                         <exclude name="icu4j-*.jar"/>
+                                        <exclude name="airavata-embedded-*.jar"/>
+                                        <exclude name="airavata-registry-api-*.jar"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="${tomcat.work.dir}/webapps/axis2/WEB-INF">