File tree 2 files changed +28
-8
lines changed
2 files changed +28
-8
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Licensed under the Apache License, Version 2.0 (the "License");
3
+ * you may not use this file except in compliance with the License.
4
+ * You may obtain a copy of the License at
5
+ *
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Unless required by applicable law or agreed to in writing, software
9
+ * distributed under the License is distributed on an "AS IS" BASIS,
10
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ * See the License for the specific language governing permissions and
12
+ * limitations under the License.
13
+ *
14
+ */
15
+
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ #
2
15
3
16
JAVA_HOME_BASE=/Library/Java/JavaVirtualMachines
4
17
JAVA6_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk
5
18
6
- #
7
- # Requirements:
8
- # Mac only (some paths is specialized for Mac)
9
- # JDK7 only (some paths is specialized for JDK7)
10
- # JAVA_HOME=$JAVA_HOME_BASE/current
11
- # * actually it must be expanded to absolute path.
12
- #
13
-
14
19
resolve_symlink () {
15
20
local TARGET=$1
16
21
You can’t perform that action at this time.
0 commit comments