Ignore:
Timestamp:
Mar 26, 2011, 8:39:20 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/langtools/src/share/bin/launcher.sh-template

    r2 r278  
    22
    33#
    4 # Copyright 2006-2009 Sun Microsystems, Inc.  All Rights Reserved.
     4# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
    55# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    66#
    77# This code is free software; you can redistribute it and/or modify it
    88# under the terms of the GNU General Public License version 2 only, as
    9 # published by the Free Software Foundation.  Sun designates this
     9# published by the Free Software Foundation.  Oracle designates this
    1010# particular file as subject to the "Classpath" exception as provided
    11 # by Sun in the LICENSE file that accompanied this code.
     11# by Oracle in the LICENSE file that accompanied this code.
    1212#
    1313# This code is distributed in the hope that it will be useful, but WITHOUT
     
    2121# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    2222#
    23 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    24 # CA 95054 USA or visit www.sun.com if you need additional information or
    25 # have any questions.
     23# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
     24# or visit www.oracle.com if you need additional information or have any
     25# questions.
    2626#
    2727
     
    3939
    4040if [ "$LANGTOOLS_USE_BOOTCLASSPATH" != "no" ]; then
    41    cp=`unzip -c $mylib/#PROGRAM#.jar META-INF/MANIFEST.MF |
     41   cp=`unzip -c "$mylib/#PROGRAM#.jar" META-INF/MANIFEST.MF |
    4242       grep "Class-Path:" |
    4343       sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'`
     
    6767unset DUALCASE
    6868
    69 eval "#TARGET_JAVA#" "${bcp:+-Xbootclasspath/p:"$bcp"}" ${ea} ${javaOpts} -jar "${mydir}"/../lib/#PROGRAM#.jar ${toolOpts}
     69IFS=$nl
     70"#TARGET_JAVA#" "${bcp:+-Xbootclasspath/p:"$bcp"}" ${ea} ${javaOpts} -jar "${mydir}"/../lib/#PROGRAM#.jar ${toolOpts}
Note: See TracChangeset for help on using the changeset viewer.