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
b4001b57
Commit
b4001b57
authored
9 years ago
by
Sebastian Krings
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies to fix build
parent
0d1aaf11
Branches
rodin2
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
build.gradle
+42
-51
42 additions, 51 deletions
build.gradle
de.prob.core/.classpath
+9
-9
9 additions, 9 deletions
de.prob.core/.classpath
de.prob.core/META-INF/MANIFEST.MF
+18
-0
18 additions, 0 deletions
de.prob.core/META-INF/MANIFEST.MF
de.prob.core/build.gradle
+10
-10
10 additions, 10 deletions
de.prob.core/build.gradle
with
79 additions
and
70 deletions
build.gradle
+
42
−
51
View file @
b4001b57
...
@@ -17,35 +17,32 @@ apply from: 'tycho_build.gradle'
...
@@ -17,35 +17,32 @@ apply from: 'tycho_build.gradle'
// Local tasks
// Local tasks
task
bMotionStudioHelpCustumBuild
(
type:
Exec
){
commandLine
'ant'
,
'-f'
,
'de.bmotionstudio.help/customBuild.xml'
}
install
.
dependsOn
bMotionStudioHelpCustumBuild
completeInstall
.
dependsOn
bMotionStudioHelpCustumBuild
project
(
':de.prob.core'
)
{
project
(
':de.prob.core'
)
{
repositories
{
repositories
{
mavenCentral
()
maven
{
maven
{
name
"cobra"
name
"snapshots"
url
"http://cobra.cs.uni-duesseldorf.de/artifactory/repo"
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
maven
{
name
"release"
url
"https://oss.sonatype.org/content/repositories/releases/"
}
}
}
}
def
parser_version
=
'2.
4.30-SNAPSHOT
'
def
parser_version
=
'2.
5.6
'
dependencies
{
dependencies
{
compile
group:
"de.
prob
"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
'commons-lang:commons-lang:2.6'
compile
'commons-lang:commons-lang:2.6'
}
}
...
@@ -53,9 +50,14 @@ project(':de.prob.core') {
...
@@ -53,9 +50,14 @@ project(':de.prob.core') {
project
(
':de.prob.ui'
)
{
project
(
':de.prob.ui'
)
{
repositories
{
repositories
{
mavenCentral
()
maven
{
maven
{
name
"cobra"
name
"snapshots"
url
"http://cobra.cs.uni-duesseldorf.de/artifactory/repo"
url
"https://oss.sonatype.org/content/repositories/snapshots/"
}
maven
{
name
"release"
url
"https://oss.sonatype.org/content/repositories/releases/"
}
}
}
}
dependencies
{
dependencies
{
...
@@ -136,17 +138,7 @@ task downloadCli2 ( type: Exec ) {
...
@@ -136,17 +138,7 @@ task downloadCli2 ( type: Exec ) {
}
}
delete
file
(
targetzip
)
delete
file
(
targetzip
)
[
'leopard64'
:
'macos'
,
'linux32'
:
'linux'
,
'linux64'
:
'linux64'
].
each
{
def
n
=
it
.
getKey
()
targetdir
=
dir
+
it
.
getValue
()
download
(
"http://nightly.cobra.cs.uni-duesseldorf.de/cspm/cspm-"
+
n
,
targetdir
+
"/cspm"
)
}
commandLine
'chmod'
,
'a+x'
,
dir
+
'linux'
+
'/cspm'
,
dir
+
'linux64'
+
'/cspm'
,
dir
+
'macos'
+
'/cspm'
//commandLine 'chmod', 'a+x', dir+'*'+'/cspm'
download
(
"http://nightly.cobra.cs.uni-duesseldorf.de/cspm/cspm-windows"
,
dir
+
"windows"
+
"/cspm.exe"
)
}
}
...
@@ -165,4 +157,3 @@ task collectArtifacts(type:Copy) {
...
@@ -165,4 +157,3 @@ task collectArtifacts(type:Copy) {
from
workspacePath
+
"index.html"
from
workspacePath
+
"index.html"
into
workspacePath
+
'updatesite'
into
workspacePath
+
'updatesite'
}
}
This diff is collapsed.
Click to expand it.
de.prob.core/.classpath
+
9
−
9
View file @
b4001b57
...
@@ -4,19 +4,19 @@
...
@@ -4,19 +4,19 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.
4.30-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.
5.6
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.
4.30-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.
5.6
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/cliparser-2.
4.30-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/cliparser-2.
5.6
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/commons-codec-1.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/commons-codec-1.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/commons-lang-2.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/commons-lang-2.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/jfmi-1.0.2-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/jna-3.4.0.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/jna-3.4.0.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/jsr305-1.3.9.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/jsr305-1.3.9.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.4.30-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.5.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.4.30-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.5.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/prologlib-2.4.30-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/prologlib-2.5.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ptolemy-jfmi-1.1.1-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/unicode-2.4.30-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/theorymapping-2.5.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/unicode-2.5.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xmlpull-1.1.3.1.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xmlpull-1.1.3.1.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xpp3_min-1.1.4c.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xpp3_min-1.1.4c.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xstream-1.4.7.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/xstream-1.4.7.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/META-INF/MANIFEST.MF
+
18
−
0
View file @
b4001b57
...
@@ -120,6 +120,24 @@ Bundle-Activator: de.prob.core.internal.Activator
...
@@ -120,6 +120,24 @@ Bundle-Activator: de.prob.core.internal.Activator
Eclipse-BuddyPolicy: registered
Eclipse-BuddyPolicy: registered
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
Bundle-ClassPath: .,
lib/dependencies/unicode-2.5.6.jar,
lib/dependencies/unicode-2.5.1.jar,
lib/dependencies/theorymapping-2.5.6.jar,
lib/dependencies/theorymapping-2.5.1.jar,
lib/dependencies/ptolemy-jfmi-1.1.1-SNAPSHOT.jar,
lib/dependencies/ptolemy-jfmi-1.1.0.jar,
lib/dependencies/prologlib-2.5.6.jar,
lib/dependencies/prologlib-2.5.1.jar,
lib/dependencies/parserbase-2.5.6.jar,
lib/dependencies/parserbase-2.5.1.jar,
lib/dependencies/ltlparser-2.5.6.jar,
lib/dependencies/ltlparser-2.5.1.jar,
lib/dependencies/cliparser-2.5.6.jar,
lib/dependencies/cliparser-2.5.1.jar,
lib/dependencies/bparser-2.5.6.jar,
lib/dependencies/bparser-2.5.1.jar,
lib/dependencies/answerparser-2.5.6.jar,
lib/dependencies/answerparser-2.5.1.jar,
lib/dependencies/xstream-1.4.7.jar,
lib/dependencies/xstream-1.4.7.jar,
lib/dependencies/unicode-2.4.30-SNAPSHOT.jar,
lib/dependencies/unicode-2.4.30-SNAPSHOT.jar,
lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar,
lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar,
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/build.gradle
+
10
−
10
View file @
b4001b57
...
@@ -3,17 +3,17 @@ apply plugin: 'java'
...
@@ -3,17 +3,17 @@ apply plugin: 'java'
def
parser_version
=
'2.4.18-SNAPSHOT'
def
parser_version
=
'2.4.18-SNAPSHOT'
dependencies
{
dependencies
{
compile
group:
"de.
prob
"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
prob
"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
group:
"de.
hhu.stups
"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
'commons-lang:commons-lang:2.6'
compile
'commons-lang:commons-lang:2.6'
compile
'commons-codec:commons-codec:1.6'
compile
'commons-codec:commons-codec:1.6'
compile
'com.thoughtworks.xstream:xstream:1.4.7'
compile
'com.thoughtworks.xstream:xstream:1.4.7'
compile
group:
'net.java.dev.jna'
,
name:
'jna'
,
version:
'3.4.0'
compile
group:
'net.java.dev.jna'
,
name:
'jna'
,
version:
'3.4.0'
compile
group:
'
edu.berkeley.eecs.ptolemy
'
,
name:
'jfmi'
,
version:
'1.
0.2
-SNAPSHOT'
compile
group:
'
de.hhu.stups
'
,
name:
'
ptolemy-
jfmi'
,
version:
'1.
1.1
-SNAPSHOT'
}
}
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