Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 28629 invoked from network); 7 Oct 2006 18:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2006 18:31:25 -0000 Received: (qmail 70186 invoked by uid 500); 7 Oct 2006 18:31:25 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 70162 invoked by uid 500); 7 Oct 2006 18:31:25 -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 70151 invoked by uid 99); 7 Oct 2006 18:31:24 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Oct 2006 11:31:24 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:52505] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id AD/27-09076-B72F7254 for ; Sat, 07 Oct 2006 11:31:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 93D5D1A981A; Sat, 7 Oct 2006 11:31:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r453981 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h Date: Sat, 07 Oct 2006 18:31:21 -0000 To: harmony-commits@incubator.apache.org From: geirm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061007183121.93D5D1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: geirm Date: Sat Oct 7 11:31:20 2006 New Revision: 453981 URL: http://svn.apache.org/viewvc?view=rev&rev=453981 Log: HARMONY-1626 additional file I forgot to commit Added: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h (with props) Added: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h?view=auto&rev=453981 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h (added) +++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h Sat Oct 7 11:31:20 2006 @@ -0,0 +1,37 @@ +/* + * 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. + */ +#ifndef CLASSPATH_CONST_H_ +#define CLASSPATH_CONST_H_ + +/** + * Constants used for classpath definition and manipulation + */ + +#define XBOOTCLASSPATH "-Xbootclasspath:" +#define XBOOTCLASSPATH_A "-Xbootclasspath/a:" +#define XBOOTCLASSPATH_P "-Xbootclasspath/p:" + +#define O_A_H_BOOT_CLASS_PATH "org.apache.harmony.boot.class.path" +#define O_A_H_VM_VMDIR "org.apache.harmony.vm.vmdir" + +#define KERNEL_JAR "kernel.jar" + +#define VM_BOOT_CLASS_PATH "vm.boot.class.path" +#define SUN_BOOT_CLASS_PATH "sun.boot.class.path" + +#endif /*CLASSPATH_CONST_H_*/ + Propchange: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/classpath_const.h ------------------------------------------------------------------------------ svn:eol-style = native