Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JHotDraw Mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Space of Research Group Software Construction
teaching
JHotDraw Mirror
Commits
e5c4a366
Commit
e5c4a366
authored
21 years ago
by
pmorch
Browse files
Options
Downloads
Patches
Plain Diff
dont include version nr. in JAVA_HOME and ANT_HOME, but rely on user softlinks instead
parent
fba7e091
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
JHotDraw/compile.sh
+2
-2
2 additions, 2 deletions
JHotDraw/compile.sh
jhotdraw6/compile.sh
+2
-2
2 additions, 2 deletions
jhotdraw6/compile.sh
with
4 additions
and
4 deletions
JHotDraw/compile.sh
+
2
−
2
View file @
e5c4a366
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Set up JAVA_HOME and ANT_HOME as environment variables,
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
# or they will use these hard-coded defaults
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk
1.4.1_01
/
}
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant
-1.5.2
/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant/
}
export
PATH
=
$PATH
:
$ANT_HOME
/bin
export
PATH
=
$PATH
:
$ANT_HOME
/bin
...
...
This diff is collapsed.
Click to expand it.
jhotdraw6/compile.sh
+
2
−
2
View file @
e5c4a366
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Set up JAVA_HOME and ANT_HOME as environment variables,
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
# or they will use these hard-coded defaults
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk
1.4.1_01
/
}
export
JAVA_HOME
=
${
JAVA_HOME
:-
/usr/j2sdk/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant
-1.5.2
/
}
export
ANT_HOME
=
${
ANT_HOME
:-
/usr/apache-ant/
}
export
PATH
=
$PATH
:
$ANT_HOME
/bin
export
PATH
=
$PATH
:
$ANT_HOME
/bin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment