Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saros-archive
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
saros
saros-archive
Commits
f5018696
"git@git.imp.fu-berlin.de:agnumpde/dune-solvers.git" did not exist on "036da4c3e1084c14b1166e7687973e17bd0e001c"
Commit
f5018696
authored
14 years ago
by
Patrick Bitterling
Browse files
Options
Downloads
Patches
Plain Diff
[BUILD] Changes necessary for Release 10.11.26.r2744
parent
041168fa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
+1
-1
1 addition, 1 deletion
de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
+8
-0
8 additions, 0 deletions
...inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
with
9 additions
and
1 deletion
de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
+
1
−
1
View file @
f5018696
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Saros Plug-in
Bundle-SymbolicName: de.fu_berlin.inf.dpp;singleton:=true
Bundle-Version: 10.11.26.
TESTING
Bundle-Version: 10.11.26.
r2744
Bundle-Activator: de.fu_berlin.inf.dpp.Saros
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
...
...
This diff is collapsed.
Click to expand it.
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
+
8
−
0
View file @
f5018696
...
...
@@ -133,6 +133,14 @@ public class VersionManager {
*/
static
{
/**
* Version 10.11.26.r2744
*/
compatibilityChart
.
put
(
new
Version
(
"10.11.26.r2744"
),
Arrays
.
asList
(
new
Version
(
"10.11.26.r2744"
),
new
Version
(
"10.10.29.r2640"
),
new
Version
(
"10.10.01.r2552"
),
new
Version
(
"10.8.27.r2333"
),
new
Version
(
"10.7.30.r2310"
)));
/**
* Version 10.10.29.r2640
*/
...
...
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