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
f66cc3da
Commit
f66cc3da
authored
14 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
add pack200 to promote script
parent
5486a8d0
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/addRepoProperties.sh
+1
-3
1 addition, 3 deletions
releng.control/addRepoProperties.sh
releng.control/install-relengTools.sh
+10
-5
10 additions, 5 deletions
releng.control/install-relengTools.sh
with
11 additions
and
8 deletions
releng.control/addRepoProperties.sh
+
1
−
3
View file @
f66cc3da
...
@@ -17,7 +17,6 @@ then
...
@@ -17,7 +17,6 @@ then
fi
fi
export
JAVA_HOME
=
${
JAVA_6_HOME
}
export
JAVA_HOME
=
${
JAVA_6_HOME
}
devJRE
=
$JAVA_HOME
/jre/bin/java
devJRE
=
$JAVA_HOME
/jre/bin/java
ibmDevArgs
=
"-Xms128M -Xmx256M -Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86"
ibmDevArgs
=
"-Xms128M -Xmx256M -Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86"
...
@@ -77,7 +76,6 @@ echo "APP_NAME: " $APP_NAME
...
@@ -77,7 +76,6 @@ echo "APP_NAME: " $APP_NAME
$devJRE
-version
$devJRE
-version
echo
echo
ECLIPSE_INSTALL
=
/shared/webtools/apps/eclipse361/eclipse
$ECLIPSE_
INSTALL
/eclipse
-debug
-nosplash
-consolelog
-console
-data
$devworkspace
--launcher
.suppressErrors
-application
${
APP_NAME
}
${
OTHER_ARGS
}
-vm
$devJRE
-vmargs
$devArgs
$
{
ECLIPSE_
EXE
}
-debug
-nosplash
-consolelog
-console
-data
$devworkspace
--launcher
.suppressErrors
-application
${
APP_NAME
}
${
OTHER_ARGS
}
-vm
$devJRE
-vmargs
$devArgs
This diff is collapsed.
Click to expand it.
releng.control/install-relengTools.sh
+
10
−
5
View file @
f66cc3da
...
@@ -6,8 +6,15 @@ OTHER_ARGS="-metadataRepository http://download.eclipse.org/webtools/releng/repo
...
@@ -6,8 +6,15 @@ OTHER_ARGS="-metadataRepository http://download.eclipse.org/webtools/releng/repo
devworkspace
=
~/workspace-addRepoProperties
devworkspace
=
~/workspace-addRepoProperties
JAVA_5_HOME
=
/shared/webtools/apps/ibm-java2-sdk-5.0-12.1-linux-i386
# remember to leave no slashes on filename in source command,
JAVA_6_HOME
=
/shared/webtools/apps/ibm-java-sdk-6.0-8.1-linux-i386
# (the commonVariations.shsource file, that is)
# so that users path is used to find it (first)
if
[
-z
$BUILD_INITIALIZED
]
then
source
commonVariations.shsource
source
${
RELENG_CONTROL
}
/commonComputedVariables.shsource
fi
export
JAVA_HOME
=
${
JAVA_6_HOME
}
export
JAVA_HOME
=
${
JAVA_6_HOME
}
devJRE
=
$JAVA_HOME
/jre/bin/java
devJRE
=
$JAVA_HOME
/jre/bin/java
...
@@ -25,7 +32,5 @@ echo
...
@@ -25,7 +32,5 @@ echo
$devJRE
-version
$devJRE
-version
echo
echo
ECLIPSE_INSTALL
=
/shared/webtools/apps/eclipse361/eclipse
${
ECLIPSE_EXE
}
-nosplash
-console
-data
$devworkspace
-application
${
APP_NAME
}
${
OTHER_ARGS
}
-vm
$devJRE
-vmargs
$devArgs
$ECLIPSE_INSTALL
/eclipse
-nosplash
-console
-data
$devworkspace
-application
${
APP_NAME
}
${
OTHER_ARGS
}
-vm
$devJRE
-vmargs
$devArgs
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