Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 44675 invoked from network); 29 Jan 2008 10:35:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 10:35:02 -0000 Received: (qmail 58002 invoked by uid 500); 29 Jan 2008 10:34:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 57961 invoked by uid 500); 29 Jan 2008 10:34:50 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 57927 invoked by uid 99); 29 Jan 2008 10:34:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 02:34:50 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 10:34:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA2531A9832; Tue, 29 Jan 2008 02:34:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r616241 [1/3] - in /harmony/enhanced/drlvm/trunk: ./ make/ make/extra/ make/resources/ make/tests/ make/vm/ Date: Tue, 29 Jan 2008 10:34:18 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080129103426.AA2531A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Tue Jan 29 02:34:12 2008 New Revision: 616241 URL: http://svn.apache.org/viewvc?rev=616241&view=rev Log: normalized ant build system for DRLVM (HARMONY-5359) Added: harmony/enhanced/drlvm/trunk/build.xml (with props) harmony/enhanced/drlvm/trunk/make/ harmony/enhanced/drlvm/trunk/make/build-java.xml (with props) harmony/enhanced/drlvm/trunk/make/build-native.xml harmony/enhanced/drlvm/trunk/make/depends.properties (with props) harmony/enhanced/drlvm/trunk/make/depends.xml (with props) harmony/enhanced/drlvm/trunk/make/extra/ harmony/enhanced/drlvm/trunk/make/extra/apr.xml (with props) harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml (with props) harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml (with props) harmony/enhanced/drlvm/trunk/make/properties.xml (with props) harmony/enhanced/drlvm/trunk/make/resources/ harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties (with props) harmony/enhanced/drlvm/trunk/make/resources/readme.txt (with props) harmony/enhanced/drlvm/trunk/make/test.properties (with props) harmony/enhanced/drlvm/trunk/make/tests/ harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/jvmti-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/kernel-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/reg-test-run.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/reg-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/smoke-test.xml (with props) harmony/enhanced/drlvm/trunk/make/tests/test-common.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/ harmony/enhanced/drlvm/trunk/make/vm/common-vm.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/em.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/encoder.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/gc_cc.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/gc_gen.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/hythr.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/interpreter.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/jitrino.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/kernel.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/port.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/vmcore.xml (with props) harmony/enhanced/drlvm/trunk/make/vm/vmi.xml (with props) Added: harmony/enhanced/drlvm/trunk/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/build.xml (added) +++ harmony/enhanced/drlvm/trunk/build.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,337 @@ + + + + + + Build contributed source and lay out results in the required format + + + + + + +Apache Harmony DRLVM Build + +Usage: + + ant build + Compiles the java and native code to produce a jre in + "build/deploy/jdk/jre". + It is possible to build an individual component via + corresponding targets. + + ant clean + Removes all the files generated by a build. + + ant rebuild + Performs a full build - that is 'clean' then 'build'. + + ant test + Runs smoke and unit tests. + + ant test2 + Runs all pre-commit tests (in parallel on multi-way machines). + A single suite can be run as: + ant cunit.test - runs cunit tests + ant ehwa.test - runs automated Eclispe HWA scenario + ant kernel.test - runs tests for kernel.classes + ant smoke.test - runs smoke tests + ant jvmti.test - runs JVMTI tests + ant reg.test - runs regression tests + Also, it is possible to run a single testcase from specific suite + and customize JRE configuration, e.g.: + ant smoke.test -Dtest.case=exception.NPE -Dtest.mode=jit -Dtest.vmargs=-XX:+vm.crash_handler + + ant doc + Generates the javadoc (TBD). + + ant fetch-depends + Fetches dependencies. Note: Some of Harmony's dependencies are + licensed under terms other than the Apache License v2. + + ant drlvm-echo echo debug-echo + Display the common properties that are use in the ant build files. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/build-java.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/build-java.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/build-java.xml (added) +++ harmony/enhanced/drlvm/trunk/make/build-java.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bootclasspath.${bcp.patch.ordinal}=${bcp.patch.name} + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/build-java.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/build-native.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/build-native.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/build-native.xml (added) +++ harmony/enhanced/drlvm/trunk/make/build-native.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: harmony/enhanced/drlvm/trunk/make/depends.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/depends.properties?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/depends.properties (added) +++ harmony/enhanced/drlvm/trunk/make/depends.properties Tue Jan 29 02:34:12 2008 @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Cpptasks, version 1.0 beta 3 or above +# http://sourceforge.net/project/showfiles.php?group_id=36177 +cpptasks=${depends.jars}/cpptasks-1.0b4/cpptasks.zip +cpptasks.jar=${depends.jars}/cpptasks-1.0b4/cpptasks.jar +cpptasks.unzip.path=cpptasks-1.0b4/cpptasks.jar +cpptasks.url=http://heanet.dl.sourceforge.net/sourceforge/ant-contrib/cpptasks-1.0b4.zip +cpptasks.md5=118e601b58a48519208efa9893c7c5c0 + +# ANother Tool for Language Recognition v2.7.5. generics parser dependency +antlr=${depends.jars}/antlr-2.7.5/antlr-2.7.5.jar +antlr.url=http://issues.apache.org/jira/secure/attachment/12358381/antlr-2.7.5.jar +antlr.md5=6d57df718efd2a03981c309ce3330a1f + +# org.vmmagic unboxed package. Used to enable address arithmetic in Java +vmmagic=${depends.jars}/vmmagic/vmmagic-20070207.jar +vmmagic.url=http://cs.anu.edu.au/people/Robin.Garner/vmmagic-20070207.jar +vmmagic.md5=c20a2e1b4b54a4fa4cc03a1fbb21c83a + +# Apache Portable Runtime, version 1.1 or above +# http://apr.apache.org/download.cgi +apr.src.tgz=${depends.oss}/apr/apr-1.2.6.tar.gz +apr.src.rootdir=apr-1.2.6 +apr.src.tgz.url=http://archive.apache.org/dist/apr/apr-1.2.6.tar.gz +apr.src.tgz.md5=d36790357acd43224000a2e493d7c701 + +aprutil.src.tgz=${depends.oss}/apr/apr-util-1.2.6.tar.gz +aprutil.src.rootdir=apr-util-1.2.6 +aprutil.src.tgz.url=http://archive.apache.org/dist/apr/apr-util-1.2.6.tar.gz +aprutil.src.tgz.md5=f8f17dd6bd17926ab2b03767f1f3a1fc + +apriconv.src.tgz=${depends.oss}/apr/apr-iconv-1.1.1.tar.gz +apriconv.src.rootdir=apr-iconv-1.1.1 +apriconv.src.tgz.url=http://archive.apache.org/dist/apr/apr-iconv-1.1.1.tar.gz +apriconv.src.tgz.md5=7ca146cc80275ff7e4d3ce45b8fd652a + +# LOG4CXX +# http://logging.apache.org/site/cvs-repositories.html +log4cxx.svn.url=http://svn.apache.org/repos/asf/logging/log4cxx/trunk +log4cxx.svn.revision=467164 +log4cxx.svn.dir=${depends.oss}/log4cxx + +# ZLIB, version 1.2.1 or above +# http://www.zlib.net/ +zlib.dir=${base.dep.dir}/libs/${hy.platform.variant}/zlib-123 +zlib=${zlib.dir}/zlib.zip +zlib.url@x86@=http://www.zlib.net/zlib123-dll.zip +zlib.md5@x86@=cc7fa97f9c19386bb701acc79d0abbca +zlib.url@x86_64@=http://issues.apache.org/jira/secure/attachment/12351498/zlib-x86_64-dll.zip +zlib.md5@x86_64@=7397278304667d4e68e9af073da45d98 + + +# Ant-contrib, version 0.6 or above +# http://sourceforge.net/project/showfiles.php?group_id=36177 +ant-contrib=${depends.jars}/ant-contrib-1.0b2/ant-contrib.zip +ant-contrib.jar=${depends.jars}/ant-contrib-1.0b2/ant-contrib.jar +ant-contrib.unzip.path=ant-contrib/lib/ant-contrib.jar +ant-contrib.url=http://superb-west.dl.sourceforge.net/sourceforge/ant-contrib/ant-contrib-1.0b2-bin.zip +ant-contrib.md5=576eafb2aca3e87c26d6d274047de482 + +# JASMIN for regression test framework +jasmin=${depends.jars}/jasmin-1.1/jasmin-1.1.zip +jasmin.jar=${depends.jars}/jasmin-1.1/jasmin.jar +jasmin.unzip.path=jasmin-1.1/jasmin.jar +jasmin.url=http://mesh.dl.sourceforge.net/sourceforge/jasmin/jasmin-1.1.zip +jasmin.md5=bb96616023ab4efdffa173601004fa17 Propchange: harmony/enhanced/drlvm/trunk/make/depends.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/depends.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/depends.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/depends.xml (added) +++ harmony/enhanced/drlvm/trunk/make/depends.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/depends.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/extra/apr.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/extra/apr.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/extra/apr.xml (added) +++ harmony/enhanced/drlvm/trunk/make/extra/apr.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/extra/apr.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml (added) +++ harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/extra/aprutil.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml (added) +++ harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/extra/log4cxx.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/properties.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/properties.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/properties.xml (added) +++ harmony/enhanced/drlvm/trunk/make/properties.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Primary dependency is missing: common_resources. + You need to check it out from SVN repository or specify it's location: + ant -Dcommon.resources.loc=path + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: harmony/enhanced/drlvm/trunk/make/properties.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties (added) +++ harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties Tue Jan 29 02:34:12 2008 @@ -0,0 +1,20 @@ +# This file contains additional options passed to vm by launcher + +# These are to help the Eclipse plug-in find the kernel classes info +bootclasspath.kernel.1=%LAUNCHER_HOME%/%VM_DIR%/kernel.jar +bootclasspath.kernel.source.1=%LAUNCHER_HOME%/%VM_DIR%/kernel-src.jar +bootclasspath.kernel.source.packageroot.1=/ + +bootclasspath.kernel.2=%LAUNCHER_HOME%/%VM_DIR%/hythr.jar +bootclasspath.kernel.source.2=%LAUNCHER_HOME%/%VM_DIR%/hythr-src.jar +bootclasspath.kernel.source.packageroot.2=/ + +bootclasspath.kernel.3=%LAUNCHER_HOME%/%VM_DIR%/gc_cc.jar +bootclasspath.kernel.source.3=%LAUNCHER_HOME%/%VM_DIR%/gc_cc-src.jar +bootclasspath.kernel.source.packageroot.3=/ + +bootclasspath.kernel.4=%LAUNCHER_HOME%/%VM_DIR%/gc_gen.jar +bootclasspath.kernel.source.4=%LAUNCHER_HOME%/%VM_DIR%/gc_gen-src.jar +bootclasspath.kernel.source.packageroot.4=/ + +# end of file Propchange: harmony/enhanced/drlvm/trunk/make/resources/harmonyvm.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/resources/readme.txt URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/resources/readme.txt?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/resources/readme.txt (added) +++ harmony/enhanced/drlvm/trunk/make/resources/readme.txt Tue Jan 29 02:34:12 2008 @@ -0,0 +1,31 @@ + + Apache Harmony JRE with DRLVM + Binary Release for windows*/x86 + + +CONTENTS +--------- + +The JRE contains the following directories + + + bin - Main DRL executable file and set of dynamic libraries + needed for running + doc - Getting Started guide + include - Set of header files containing an external specification + lib - Compiled classes and other resources + + +SYSTEM REQUIREMENTS +------------------- + +This distribution was build for the x86 architecture and +the windows operating system. + + +JIT EXECUTION MODE +------------------ + +By default, the VM runs with the just-in-time compiler enabled. +To start the VM with the interpreter, supply the -Xint command-line option +right after the executable name. Propchange: harmony/enhanced/drlvm/trunk/make/resources/readme.txt ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/test.properties URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/test.properties?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/test.properties (added) +++ harmony/enhanced/drlvm/trunk/make/test.properties Tue Jan 29 02:34:12 2008 @@ -0,0 +1,104 @@ +# +# Basic controls of the test system. Note that the quotes +# used to delineate options are not used when specifying +# values +# +#--------------------------------------------- +# +# test.mode +# +# configures how tests are run wrt +# which jit or interpreter +# +# valid values are comma separated list +# of VM execution modes, +# like defined below "jet", "opt" and "int" +# +test.mode=jit,opt,int + +#-------------------------------------------- +# +# test.timeout +# +# time limit to complete test run +# in units of milliseconds +test.timeout=1800000 + +# per single jvmti test +jvmti.test.timeout=180000 +# per single regression test +reg.test.timeout=600000 + +# -------------------------------------------- +# +# kernel.test.failfast +# +# determines if tests should continue on failure +# valid values are "off" and "on" +# +test.failfast=off + +# -------------------------------------------- +# +# kernel.test.forkmode +# +# instantiate one VM for kernel testsuite +# or one per test +# valid values are "once" and "perTest" +# +kernel.test.forkmode=once + +# -------------------------------------------- +# +# test.vmargs +# +# additional arguments for vm to run tests +# +test.vmargs=-XX:-vm.assert_dialog + +#-------------------------------------------- +# +# VM execution modes definitions +# +# .name human readable description of the mode +# .switch cmd-line options to turn the mode on; +# beware to avoid empty switch + +jit.name=Client mode JIT (default) +jit.switch= + +jet.name=jitrino.JET +jet.switch=-Xem:jet + +opt.name=jitrino.OPT +opt.switch=-Xem:opt + +srv.name=Server mode JIT +srv.switch=-server + +int.name=interpreter +int.switch=-Xint + +gc_cc.name=GC v4.1 +gc_cc.switch=-XX:gc.dll=${shlib.prefix}gc_cc${shlib.suffix} + +#-------------------------------------------- +# +# Eclipse HelloWorld development scenario (aka EHWA) +# +# Locations to obtain platform specific Eclipse SDK bundle +# A bundle will be downloaded and stored for local use, unless +# ECLIPSE_HOME environment variable points to existing Eclipse installation + +eclipse.mirror=http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/eclipse/downloads/drops/R-3.2.1-200609210945 +eclipse-3.3.mirror=http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/eclipse/downloads/drops/R-3.3-200706251500 +eclipse.windows.x86.url=${eclipse.mirror}/eclipse-SDK-3.2.1-win32.zip +#eclipse.windows.x86.url=${eclipse-3.3.mirror}/eclipse-SDK-3.3-win32.zip +eclipse.windows.x86_64.url=${eclipse.mirror}/eclipse-SDK-3.2.1-win32-x86_64.zip +#eclipse.windows.x86_64.url=${eclipse-3.3.mirror}/eclipse-SDK-3.3-win32-x86_64.zip +eclipse.windows.ia64.url=${eclipse.mirror}/eclipse-SDK-3.2.1-win32-ia64.zip +eclipse.linux.x86.url=${eclipse.mirror}/eclipse-SDK-3.2.1-linux-gtk.tar.gz +eclipse.linux.x86_64.url=${eclipse.mirror}/eclipse-SDK-3.2.1-linux-gtk-x86_64.tar.gz +eclipse.linux.ia64.url=${eclipse.mirror}/eclipse-SDK-3.2.1-linux-gtk-ia64.tar.gz +eclipse.macosx.ppc32.url=${eclipse.mirror}/eclipse-platform-SDK-3.2.1-macosx-carbon.tar.gz +eclipse.freebsd.x86.url=${eclipse.mirror}/eclipse-SDK-3.2.1-linux-gtk.tar.gz Propchange: harmony/enhanced/drlvm/trunk/make/test.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml?rev=616241&view=auto ============================================================================== --- harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml (added) +++ harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml Tue Jan 29 02:34:12 2008 @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: harmony/enhanced/drlvm/trunk/make/tests/cunit-test.xml ------------------------------------------------------------------------------ svn:eol-style = native