Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 45018 invoked from network); 23 Jun 2006 15:22:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 15:22:43 -0000 Received: (qmail 46809 invoked by uid 500); 23 Jun 2006 15:22:42 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 46775 invoked by uid 500); 23 Jun 2006 15:22:42 -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 46764 invoked by uid 99); 23 Jun 2006 15:22:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 08:22:42 -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; Fri, 23 Jun 2006 08:22:41 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A7B971A983A; Fri, 23 Jun 2006 08:22:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r416738 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties Date: Fri, 23 Jun 2006 15:22:21 -0000 To: harmony-commits@incubator.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060623152221.A7B971A983A@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: hindessm Date: Fri Jun 23 08:22:20 2006 New Revision: 416738 URL: http://svn.apache.org/viewvc?rev=416738&view=rev Log: Fixed to point to all jars (or at least a version of all jars). Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties?rev=416738&r1=416737&r2=416738&view=diff ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/bootclasspath.properties Fri Jun 23 08:22:20 2006 @@ -38,46 +38,68 @@ # unspecified then the source is deemed to be available rooted at '/'. # Packageroots given with no source location are ignored. -bootclasspath.1=archive.jar +bootclasspath.1=accessibility.jar -bootclasspath.2=bcprov-jdk14-129.jar +bootclasspath.2=annotation.jar -bootclasspath.3=beans.jar +bootclasspath.3=applet.jar -bootclasspath.4=crypto.jar +bootclasspath.4=archive.jar -bootclasspath.5=icu4j_3_4.jar +bootclasspath.5=auth.jar -bootclasspath.6=icu4jni-3.4.jar +bootclasspath.6=bcprov-jdk14-129.jar -bootclasspath.7=kernel.jar +bootclasspath.7=beans.jar -bootclasspath.8=logging.jar +bootclasspath.8=crypto.jar -bootclasspath.9=luni.jar +bootclasspath.9=icu4j_3.4.4/icu4j_3_4_4.jar -bootclasspath.10=math.jar +bootclasspath.10=icu4jni-3.4.jar -bootclasspath.11=nio.jar +bootclasspath.11=jndi.jar -bootclasspath.12=nio_char.jar +bootclasspath.12=kernel.jar -bootclasspath.13=regex.jar +bootclasspath.13=logging.jar -bootclasspath.14=resolver.jar +bootclasspath.14=luni.jar -bootclasspath.15=security.jar +bootclasspath.15=math.jar -bootclasspath.16=serializer.jar +bootclasspath.16=misc.jar -bootclasspath.17=sql.jar +bootclasspath.17=mx4j_3.0.1/mx4j-remote.jar -bootclasspath.18=text.jar +bootclasspath.18=mx4j_3.0.1/mx4j.jar -bootclasspath.19=x_net.jar +bootclasspath.19=nio_char.jar -bootclasspath.20=xalan.jar +bootclasspath.20=nio.jar -bootclasspath.21=xercesImpl.jar +bootclasspath.21=prefs.jar -bootclasspath.22=xml-apis.jar +bootclasspath.22=regex.jar + +bootclasspath.23=resolver.jar + +bootclasspath.24=rmi.jar + +bootclasspath.25=security.jar + +bootclasspath.26=serializer.jar + +bootclasspath.27=sql.jar + +bootclasspath.28=swing.jar + +bootclasspath.29=text.jar + +bootclasspath.30=xalan.jar + +bootclasspath.31=xercesImpl.jar + +bootclasspath.32=xml-apis.jar + +bootclasspath.33=x-net.jar