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
c56c38e1
Commit
c56c38e1
authored
12 years ago
by
Lukas Ladenberger
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of github.com:bendisposto/prob into develop
parents
7a135701
2ef2d69c
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
+14
-9
14 additions, 9 deletions
build.gradle
with
14 additions
and
9 deletions
build.gradle
+
14
−
9
View file @
c56c38e1
// to trigger a full tycho build please use 'gradle deleteFromClassPath completeInstall'
project
.
ext
{
targetRepositories
=
[
"http://www.stups.uni-duesseldorf.de/prob_dev_target/"
,
"http://download.eclipse.org/releases/indigo/"
,
"http://rodin-b-sharp.sourceforge.net/updates"
]
targetRepositories
=
[
"http://www.stups.uni-duesseldorf.de/prob_dev_target/"
,
"http://download.eclipse.org/releases/indigo/"
,
"http://rodin-b-sharp.sourceforge.net/updates"
]
groupID
=
"de.prob"
groupID
=
"de.prob"
}
apply
from:
'tycho_build.gradle'
apply
from:
'tycho_build.gradle'
...
@@ -64,16 +69,16 @@ def download(address,target) {
...
@@ -64,16 +69,16 @@ def download(address,target) {
}
}
task
downloadCli
<<
{
task
downloadCli
<<
{
dir
=
workspacePath
+
'de.prob.core/prob/'
def
dir
=
workspacePath
+
'de.prob.core/prob/'
delete
file
(
dir
)
delete
file
(
dir
)
new
File
(
dir
).
mkdirs
()
new
File
(
dir
).
mkdirs
()
[
'leopard64'
:
'macos'
,
'linux'
:
'linux'
,
'linux64'
:
'linux64'
,
'win32'
:
'windows'
].
each
{
[
'leopard64'
:
'macos'
,
'linux'
:
'linux'
,
'linux64'
:
'linux64'
,
'win32'
:
'windows'
].
each
{
n
=
it
.
getKey
()
def
n
=
it
.
getKey
()
targetdir
=
dir
+
it
.
getValue
()
def
targetdir
=
dir
+
it
.
getValue
()
targetzip
=
dir
+
"probcli_${n}.zip"
def
targetzip
=
dir
+
"probcli_${n}.zip"
url
=
"http://nightly.cobra.cs.uni-duesseldorf.de/cli/probcli_${n}.zip"
def
url
=
"http://nightly.cobra.cs.uni-duesseldorf.de/cli/probcli_${n}.zip"
download
(
url
,
targetzip
)
download
(
url
,
targetzip
)
FileTree
zip
=
zipTree
(
targetzip
)
FileTree
zip
=
zipTree
(
targetzip
)
copy
{
copy
{
...
@@ -83,8 +88,8 @@ task downloadCli << {
...
@@ -83,8 +88,8 @@ task downloadCli << {
delete
file
(
targetzip
)
delete
file
(
targetzip
)
}
}
targetdir
=
dir
+
"windows/"
def
targetdir
=
dir
+
"windows/"
targetzip
=
targetdir
+
"windowslib.zip"
def
targetzip
=
targetdir
+
"windowslib.zip"
download
(
"http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib.zip"
,
targetzip
)
download
(
"http://nightly.cobra.cs.uni-duesseldorf.de/cli/windowslib.zip"
,
targetzip
)
FileTree
zip
=
zipTree
(
targetzip
)
FileTree
zip
=
zipTree
(
targetzip
)
copy
{
copy
{
...
...
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