Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 97065 invoked from network); 15 Jun 2006 14:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 14:55:23 -0000 Received: (qmail 41758 invoked by uid 500); 15 Jun 2006 14:55:15 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 41701 invoked by uid 500); 15 Jun 2006 14:55:15 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 41636 invoked by uid 99); 15 Jun 2006 14:55:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 07:55:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 07:55:11 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 650AF1A9842; Thu, 15 Jun 2006 07:54:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414602 - in /incubator/harmony/enhanced/drlvm/trunk/build/make: build.xml deploy.xml setup.xml targets/build.java.xml targets/common_classlib.xml win.properties Date: Thu, 15 Jun 2006 14:54:49 -0000 To: harmony-commits@incubator.apache.org From: geirm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060615145451.650AF1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: geirm Date: Thu Jun 15 07:54:49 2006 New Revision: 414602 URL: http://svn.apache.org/viewvc?rev=414602&view=rev Log: changes that bring DRLVM working with the current classlib "in situ" (partial commit - I'm going slowly here...) Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml incubator/harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_classlib.xml incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml Thu Jun 15 07:54:49 2006 @@ -54,6 +54,20 @@ + + + + + + + + + + + + @@ -199,9 +213,6 @@ - - - @@ -261,6 +272,7 @@ + + + + + + + + + + + @@ -286,7 +309,7 @@ - + @@ -381,7 +404,8 @@ + deploy.getting_started, + deploy.copy_classlib"> @@ -400,6 +424,24 @@ + + + + + + + + + + + + + + + + + + Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml Thu Jun 15 07:54:49 2006 @@ -70,74 +70,6 @@ - @@ -181,26 +113,6 @@ bin:ij.sh - - - - lib/boot:beans - - - - lib/boot:regex - - - - lib/boot:math - - - - - - lib/boot:logging - - lib/boot:* Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml Thu Jun 15 07:54:49 2006 @@ -88,7 +88,6 @@ unzip.resources, check.unzipped.externals, copy.nessessary.jars, - apply.patches, execute.cpptasks.patch.with.eclipse.compiler.in.classpath"> @@ -105,11 +104,8 @@ - - - @@ -180,8 +176,26 @@ - - + + + + + + + + + + + + + + + @@ -299,7 +313,7 @@ - + Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/targets/build.java.xml Thu Jun 15 07:54:49 2006 @@ -22,8 +22,9 @@ - - + + Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_classlib.xml URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_classlib.xml?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_classlib.xml (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/targets/common_classlib.xml Thu Jun 15 07:54:49 2006 @@ -75,13 +75,6 @@ - - - Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties?rev=414602&r1=414601&r2=414602&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties (original) +++ incubator/harmony/enhanced/drlvm/trunk/build/make/win.properties Thu Jun 15 07:54:49 2006 @@ -49,8 +49,11 @@ # Harmony class libraries (sources & pre-built binaries) # https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk -remote.CLASSLIB.archive=-r 385366 https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk -remote.CLASSLIB.archive.type=svn +# remote.CLASSLIB.archive=-r 385366 https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk +# remote.CLASSLIB.archive= https://svn.apache.org/repos/asf/incubator/harmony/enhanced/classlib/trunk +# remote.CLASSLIB.archive.type=svn + +CLASSLIB_HOME=../../../classlib/trunk/ # Apache Portable Runtime, version 1.1 or above # http://apr.apache.org/download.cgi @@ -76,15 +79,7 @@ # http://archive.apache.org/dist/xml/xalan-j remote.XALAN.archive=http://www.reverse.net/pub/apache/xml/xalan-j/xalan-j_2_7_0-bin.zip -# Intel's contribution of Beans/Regex/Math packages -# http://issues.apache.org/jira/browse/HARMONY-39 -remote.HARMONY39.archive=http://issues.apache.org/jira/secure/attachment/12322254/regex_beans_math_src_20060120_1845-Harmony.zip - -# IBM's contribution of jndi, logging, prefs and sql -# http://issues.apache.org/jira/browse/HARMONY-88 -remote.HARMONY88.archive=http://issues.apache.org/jira/secure/attachment/12322917/Harmony-Contribution.zip - -# BoundCastle Crypto API +## BoundCastle Crypto API # http://www.bouncycastle.org/download/bcprov-jdk14-129.jar remote.BCPROV.archive=http://www.bouncycastle.org/download/bcprov-jdk14-129.jar remote.BCPROV.archive.type=asis @@ -97,8 +92,8 @@ PATCHES_HOME=../patches #proxy configuration -# http.proxyHost= -# http.proxyPort= +# http.proxyHost= +# http.proxyPort= # Default building mode, either release or debug BUILD_CFG=release