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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
77e913c1
Commit
77e913c1
authored
3 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Fix dubious indents and formatting in Gradle scripts
parent
012a9ec3
No related branches found
No related tags found
No related merge requests found
Pipeline
#66413
passed
3 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+73
-79
73 additions, 79 deletions
build.gradle
de.prob.core/build.gradle
+13
-13
13 additions, 13 deletions
de.prob.core/build.gradle
tycho_build.gradle
+499
-588
499 additions, 588 deletions
tycho_build.gradle
with
585 additions
and
680 deletions
build.gradle
+
73
−
79
View file @
77e913c1
...
...
@@ -2,10 +2,11 @@
import
org.apache.tools.ant.taskdefs.condition.Os
project
.
ext
{
targetRepositories
=
[
"http://download.eclipse.org/releases/luna/"
,
targetRepositories
=
[
"http://download.eclipse.org/releases/luna/"
,
"http://rodin-b-sharp.sourceforge.net/updates"
,
"https://www3.hhu.de/stups/buildlibs/org.rodinp.dev/"
]
"https://www3.hhu.de/stups/buildlibs/org.rodinp.dev/"
,
]
groupID
=
"de.prob"
}
...
...
@@ -16,7 +17,6 @@ apply from: 'tycho_build.gradle'
/*task bMotionStudioHelpCustumBuild(type: Exec){
commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml'
}
...
...
@@ -25,12 +25,10 @@ install.dependsOn bMotionStudioHelpCustumBuild
completeInstall.dependsOn bMotionStudioHelpCustumBuild*/
project
(
':de.prob.core'
)
{
repositories
{
mavenCentral
()
}
def
parser_version
=
'2.5.1'
dependencies
{
...
...
@@ -44,7 +42,6 @@ project(':de.prob.core') {
compile
group:
"de.hhu.stups"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
'commons-lang:commons-lang:2.6'
}
}
project
(
':de.prob.ui'
)
{
...
...
@@ -98,9 +95,7 @@ task downloadCli {
}
task
downloadCli2
(
type:
Exec
)
{
def
dir
=
workspacePath
+
'de.prob.core/prob/'
delete
file
(
dir
)
new
File
(
dir
).
mkdirs
()
...
...
@@ -132,7 +127,6 @@ task downloadCli2 ( type: Exec ) {
}
completeInstall
.
dependsOn
downloadCli
completeInstall
.
dependsOn
subprojects
.
setClassPath
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/build.gradle
+
13
−
13
View file @
77e913c1
This diff is collapsed.
Click to expand it.
tycho_build.gradle
+
499
−
588
View file @
77e913c1
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