Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-settings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
plugin-settings
Commits
61c05776
Commit
61c05776
authored
11 years ago
by
Sebastian Voss
Browse files
Options
Downloads
Patches
Plain Diff
emerge script
parent
13eb28cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fortiss-std-env/emerge/emerge_kepler.sh
+15
-0
15 additions, 0 deletions
fortiss-std-env/emerge/emerge_kepler.sh
with
15 additions
and
0 deletions
fortiss-std-env/emerge/emerge_kepler.sh
0 → 100755
+
15
−
0
View file @
61c05776
#!/bin/bash
# This script upgrades an Eclipse installation with Subclipse, Zest and Buckminster
# Run this script from within your Eclipse installation you want to upgrade, i.e.,
# this script assumes to be in the same folder as your Eclipse launcher.
echo
Installing Subclipse ...
./eclipse
-noSplash
-application
org.eclipse.equinox.p2.director
-repository
http://subclipse.tigris.org/update_1.8.x
-installIU
org.tigris.subversion.subclipse.feature.group,org.tigris.subversion.clientadapter.feature.feature.group,org.tigris.subversion.clientadapter.javahl.feature.feature.group,org.tigris.subversion.clientadapter.svnkit.feature.feature.group,org.tmatesoft.svnkit.feature.group
echo
Installing Buckminster ...
./eclipse
-noSplash
-application
org.eclipse.equinox.p2.director
-repository
http://download.eclipse.org/releases/kepler
-installIU
org.eclipse.zest.feature.group,org.eclipse.zest.sdk.feature.group
./eclipse
-noSplash
-application
org.eclipse.equinox.p2.director
-repository
http://download.eclipse.org/tools/buckminster/updates-4.2
-installIU
org.eclipse.buckminster.core.feature.feature.group,org.eclipse.buckminster.pde.feature.feature.group,org.eclipse.buckminster.subclipse.feature.feature.group
echo
Installing ConQAT ...
./eclipse
-noSplash
-application
org.eclipse.equinox.p2.director
-repository
http://www4.in.tum.de/~ccsm/eclipse_update_site
-installIU
org.conqat.ide.dev_tools_feature.feature.group
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