Changeset 278 for trunk/openjdk/langtools/src/share/bin
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/langtools/src/share/bin/launcher.sh-template
r2 r278 2 2 3 3 # 4 # Copyright 2006-2009 Sun Microsystems, Inc. All Rights Reserved.4 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 5 5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 6 6 # 7 7 # This code is free software; you can redistribute it and/or modify it 8 8 # under the terms of the GNU General Public License version 2 only, as 9 # published by the Free Software Foundation. Sundesignates this9 # published by the Free Software Foundation. Oracle designates this 10 10 # particular file as subject to the "Classpath" exception as provided 11 # by Sunin the LICENSE file that accompanied this code.11 # by Oracle in the LICENSE file that accompanied this code. 12 12 # 13 13 # This code is distributed in the hope that it will be useful, but WITHOUT … … 21 21 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 22 22 # 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 or25 # have anyquestions.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. 26 26 # 27 27 … … 39 39 40 40 if [ "$LANGTOOLS_USE_BOOTCLASSPATH" != "no" ]; then 41 cp=`unzip -c $mylib/#PROGRAM#.jarMETA-INF/MANIFEST.MF |41 cp=`unzip -c "$mylib/#PROGRAM#.jar" META-INF/MANIFEST.MF | 42 42 grep "Class-Path:" | 43 43 sed -e 's|Class-Path: *||' -e 's|\([a-z]*\.jar\) *|'"$mylib"'/\1:|g'` … … 67 67 unset DUALCASE 68 68 69 eval "#TARGET_JAVA#" "${bcp:+-Xbootclasspath/p:"$bcp"}" ${ea} ${javaOpts} -jar "${mydir}"/../lib/#PROGRAM#.jar ${toolOpts} 69 IFS=$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.