Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
ce83df61
Commit
ce83df61
authored
13 years ago
by
birkhoff
Browse files
Options
Downloads
Patches
Plain Diff
values.gradle added
parent
7234174b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-18
1 addition, 18 deletions
build.gradle
values.gradle
+19
-0
19 additions, 0 deletions
values.gradle
with
20 additions
and
18 deletions
build.gradle
+
1
−
18
View file @
ce83df61
apply
plugin:
'base'
apply
plugin:
'base'
apply
from:
'values.gradle'
/* --! Please Define the Group ID, Features, Descrptions, Labels and the Parent Id --! */
/* --! Please Define the Group ID, Features, Descrptions, Labels and the Parent Id --! */
// Possible solution for Lukas request: map with repository definitions for target platform
// Possible solution for Lukas request: map with repository definitions for target platform
groupID
=
"de.prob"
features
=
[
"de.prob2.feature"
]
// must be the same as the folder name
descriptions
=
[
[
"de.prob2.feature"
:
"ProB Rodin Plugin"
],[
"de.prob2.feature"
:
"""ProB is an animator and model checker for the B-Method. It allows
fully automatic animation of many B specifications, and can be
used to systematically check a specification for errors.
Part of the research and development was conducted within the
EPSRC funded projects ABCD and iMoc, and within the EU funded
project Rodin.
Development is continued under the EU funded project Deploy and
the DFG project Gepavas.
ProB has been successfully used on various industrial specifications
and is now being used within Siemens."""
]
]
// label and descriptions of the features
repositoryName
=
"de.prob.repository"
// will be the folder name
parentID
=
"de.prob.parent"
// will be the same as the folder name
targetRepositories
=
[
"http://cobra.cs.uni-duesseldorf.de/prob_dev_target/"
]
// ps Repository with Target Definition File
def
download
(
address
,
target
)
{
def
download
(
address
,
target
)
{
...
...
This diff is collapsed.
Click to expand it.
values.gradle
0 → 100644
+
19
−
0
View file @
ce83df61
groupID
=
"de.prob"
features
=
[
"de.prob2.feature"
]
// must be the same as the folder name
descriptions
=
[
[
"de.prob2.feature"
:
"ProB Rodin Plugin"
],[
"de.prob2.feature"
:
"""ProB is an animator and model checker for the B-Method. It allows
fully automatic animation of many B specifications, and can be
used to systematically check a specification for errors.
Part of the research and development was conducted within the
EPSRC funded projects ABCD and iMoc, and within the EU funded
project Rodin.
Development is continued under the EU funded project Deploy and
the DFG project Gepavas.
ProB has been successfully used on various industrial specifications
and is now being used within Siemens."""
]
]
// label and descriptions of the features
repositoryName
=
"de.prob.repository"
// will be the folder name
parentID
=
"de.prob.parent"
// will be the same as the folder name
targetRepositories
=
[
"http://cobra.cs.uni-duesseldorf.de/prob_dev_target/"
]
// ps Repository with Target Definition File
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