Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
e8b8ff12
Commit
e8b8ff12
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
VM jar names are vendor specific
parent
7542944a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.control/ant.sh
+3
-3
3 additions, 3 deletions
releng.control/ant.sh
releng.control/commonVariations.sh
+3
-3
3 additions, 3 deletions
releng.control/commonVariations.sh
with
6 additions
and
6 deletions
releng.control/ant.sh
+
3
−
3
View file @
e8b8ff12
...
@@ -11,16 +11,16 @@ LD_LIBRARY_PATH=/opt/gnome/lib:/opt/gnome/lib64
...
@@ -11,16 +11,16 @@ LD_LIBRARY_PATH=/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
CCDIR
=
$BUILD_HOME
/apps/cruisecontrol-bin-2.5
CCDIR
=
$
{
BUILD_HOME
}
/apps/cruisecontrol-bin-2.5
export
CCDIR
export
CCDIR
JAVA_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_4_DIR
}
JAVA_HOME
=
${
BUILD_HOME
}
/apps/
${
JAVA_4_DIR
}
export
JAVA_HOME
export
JAVA_HOME
JAVA5_HOME
=
$BUILD_HOME
/apps/
${
JAVA_5_DIR
}
JAVA5_HOME
=
$
{
BUILD_HOME
}
/apps/
${
JAVA_5_DIR
}
export
JAVA5_HOME
export
JAVA5_HOME
ANT_HOME
=
$BUILD_HOME
/apps/apache-ant-1.6.5
ANT_HOME
=
$
{
BUILD_HOME
}
/apps/apache-ant-1.6.5
export
ANT_HOME
export
ANT_HOME
...
...
This diff is collapsed.
Click to expand it.
releng.control/commonVariations.sh
+
3
−
3
View file @
e8b8ff12
...
@@ -17,11 +17,11 @@ export JAVA_5_DIR="ibm-java2-ppc-50"
...
@@ -17,11 +17,11 @@ export JAVA_5_DIR="ibm-java2-ppc-50"
# on the PPC machine, so we'll leave that as the defaults
# on the PPC machine, so we'll leave that as the defaults
# in this file.
# in this file.
#export bootclasspath="${JAVA_HOME}/jre/lib/rt.jar:$JAVA_HOME/jre/lib/jsse.jar"
#export bootclasspath="${JAVA_HOME}/jre/lib/rt.jar:$
{
JAVA_HOME
}
/jre/lib/jsse.jar"
#export bootclasspath_15="${JAVA5_HOME}/jre/lib/rt.jar"
#export bootclasspath_15="${JAVA5_HOME}/jre/lib/rt.jar"
export
bootclasspath
=
"
${
JAVA_HOME
}
/jre/lib/core.jar:
$JAVA_HOME
/jre/lib/ibmjsseprovider.jar:
$JAVA_HOME
/jre/lib/xml.jar"
export
bootclasspath
=
"
${
JAVA_HOME
}
/jre/lib/core.jar:
$
{
JAVA_HOME
}
/jre/lib/ibmjsseprovider.jar:
$
{
JAVA_HOME
}
/jre/lib/xml.jar"
export
bootclasspath_15
=
"
${
JAVA5_HOME
}
/jre/lib/core.jar:
$JAVA5_HOME
/jre/lib/vm.jar:
$JAVA_HOME
/jre/lib/xml.jar"
export
bootclasspath_15
=
"
${
JAVA5_HOME
}
/jre/lib/core.jar:
$
{
JAVA5_HOME
}
/jre/lib/vm.jar:
$
{
JAVA
5
_HOME
}
/jre/lib/xml.jar"
export
BUILD_INITIALIZED
=
"true"
export
BUILD_INITIALIZED
=
"true"
...
...
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