Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 88965 invoked from network); 9 Jan 2006 04:21:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jan 2006 04:21:57 -0000 Received: (qmail 85893 invoked by uid 500); 9 Jan 2006 04:21:56 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 85664 invoked by uid 500); 9 Jan 2006 04:21:55 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 85653 invoked by uid 500); 9 Jan 2006 04:21:55 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 85650 invoked by uid 99); 9 Jan 2006 04:21:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2006 20:21:55 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 08 Jan 2006 20:21:55 -0800 Received: (qmail 88873 invoked by uid 65534); 9 Jan 2006 04:21:34 -0000 Message-ID: <20060109042134.88872.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r367189 - /webservices/axis2/trunk/java/etc/project.properties Date: Mon, 09 Jan 2006 04:21:34 -0000 To: axis2-cvs@ws.apache.org From: chinthaka@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chinthaka Date: Sun Jan 8 20:21:28 2006 New Revision: 367189 URL: http://svn.apache.org/viewcvs?rev=367189&view=rev Log: including heap size argument for the junit tests Modified: webservices/axis2/trunk/java/etc/project.properties Modified: webservices/axis2/trunk/java/etc/project.properties URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/project.properties?rev=367189&r1=367188&r2=367189&view=diff ============================================================================== --- webservices/axis2/trunk/java/etc/project.properties (original) +++ webservices/axis2/trunk/java/etc/project.properties Sun Jan 8 20:21:28 2006 @@ -47,8 +47,8 @@ modules/samples/project.xml,\ modules/security/project.xml,\ modules/integration/project.xml,\ -modules/saaj/project.xml,\ -modules/doom/project.xml,\ +modules/saaj/project.xml,\ +modules/doom/project.xml,\ ${optional.includes} #maven.multiproject.excludes=modules/tool/project.xml @@ -56,7 +56,7 @@ # ------------------------------------------------------------------- # JUnit # ------------------------------------------------------------------- -maven.junit.jvmargs=-Djava.awt.headless=true +maven.junit.jvmargs=-Xmx256m -Djava.awt.headless=true maven.junit.fork=true # ------------------------------------------------------------------- @@ -99,9 +99,9 @@ xml_apis.version=1.3.02 XmlSchema.version=SNAPSHOT xmlsec.version=1.2.1 -xmlunit.version=1.0 -ws_policy.version=SNAPSHOT - +xmlunit.version=1.0 +ws_policy.version=SNAPSHOT + #for JAM annogen.version=0.1.0 @@ -127,4 +127,3 @@ maven.html2xdoc.dir=./xdocs maven.pdf.navigationFile=navigation-pdf.xml maven.allreports.disable=true -