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
bb91cc00
Commit
bb91cc00
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
use Java 5 for tests. All tests for now ... will refine later to pick appropriate one.
parent
3a8524d2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releng.control/ant.sh
+7
-6
7 additions, 6 deletions
releng.control/ant.sh
with
7 additions
and
6 deletions
releng.control/ant.sh
+
7
−
6
View file @
bb91cc00
...
@@ -7,14 +7,15 @@ then
...
@@ -7,14 +7,15 @@ then
source
commonVariations.sh
source
commonVariations.sh
fi
fi
LD_LIBRARY_PATH
=
/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
=
/opt/gnome/lib:/opt/gnome/lib64
export
LD_LIBRARY_PATH
export
CCDIR
=
${
BUILD_HOME
}
/apps/cruisecontrol-bin-2.5
CCDIR
=
${
BUILD_HOME
}
/apps/cruisecontrol-bin-2.5
# for now, swithed to use Java 5 for EMF pre-req EE,
export
CCDIR
# but long term, each test should run according to
# what it needs.
export
JAVA_HOME
=
${
JAVA_
4
_HOME
}
export
JAVA_HOME
=
${
JAVA_
5
_HOME
}
ANT_HOME
=
${
BUILD_HOME
}
/apps/apache-ant-1.6.5
ANT_HOME
=
${
BUILD_HOME
}
/apps/apache-ant-1.6.5
...
...
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