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
7c649798
Commit
7c649798
authored
13 years ago
by
birkhoff
Browse files
Options
Downloads
Patches
Plain Diff
einige Kommentare hinzugefügt
parent
d4e723d7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+3
-2
3 additions, 2 deletions
build.gradle
with
3 additions
and
2 deletions
build.gradle
+
3
−
2
View file @
7c649798
apply
plugin:
'base'
apply
plugin:
'base'
/* --! Please Define the
Parent ID and
and the
Group
Id
!
--! */
/* --! Please Define the
Group ID, Features, Descrptions, Labels
and the
Parent
Id
--! */
groupID
=
"de.prob"
groupID
=
"de.prob"
features
=
[
"de.prob2.feature"
]
// must be the same as the folder name
features
=
[
"de.prob2.feature"
]
// must be the same as the folder name
...
@@ -14,7 +14,7 @@ project Rodin.
...
@@ -14,7 +14,7 @@ project Rodin.
Development is continued under the EU funded project Deploy and
Development is continued under the EU funded project Deploy and
the DFG project Gepavas.
the DFG project Gepavas.
ProB has been successfully used on various industrial specifications
ProB has been successfully used on various industrial specifications
and is now being used within Siemens."""
]
]
// label
u
nd descriptions of the features
and is now being used within Siemens."""
]
]
// label
a
nd descriptions of the features
repositoryName
=
"de.prob.repository"
// will be the folder name
repositoryName
=
"de.prob.repository"
// will be the folder name
parentID
=
"de.prob.parent"
// will be the same as the folder name
parentID
=
"de.prob.parent"
// will be the same as the folder name
...
@@ -261,6 +261,7 @@ task createRepository() << {
...
@@ -261,6 +261,7 @@ task createRepository() << {
for
(
int
i
=
0
;
i
<
features
.
size
();
i
++){
for
(
int
i
=
0
;
i
<
features
.
size
();
i
++){
f
<<
categoryDescription
(
features
[
i
],
descriptions
[
features
[
i
]][
0
]
,
descriptions
[
features
[
i
]][
1
])
f
<<
categoryDescription
(
features
[
i
],
descriptions
[
features
[
i
]][
0
]
,
descriptions
[
features
[
i
]][
1
])
// featureName, label, description
}
//for
}
//for
f
<<
categoryEnd
()
f
<<
categoryEnd
()
...
...
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