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
f49d31e9
Commit
f49d31e9
authored
9 years ago
by
Jens Bendisposto
Browse files
Options
Downloads
Patches
Plain Diff
parser version
parent
7b6c193c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
de.prob.core/.classpath
+8
-8
8 additions, 8 deletions
de.prob.core/.classpath
de.prob.core/META-INF/MANIFEST.MF
+8
-8
8 additions, 8 deletions
de.prob.core/META-INF/MANIFEST.MF
de.prob.core/build.gradle
+1
-1
1 addition, 1 deletion
de.prob.core/build.gradle
with
17 additions
and
17 deletions
de.prob.core/.classpath
+
8
−
8
View file @
f49d31e9
...
...
@@ -4,19 +4,19 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/cliparser-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/cliparser-2.4.
40
.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/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/jsr305-1.3.9.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/prologlib-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/theorymapping-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/unicode-2.4.
35-SNAPSHOT
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/prologlib-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/theorymapping-2.4.
40
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/unicode-2.4.
40
.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/xstream-1.4.7.jar"
/>
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/META-INF/MANIFEST.MF
+
8
−
8
View file @
f49d31e9
...
...
@@ -122,14 +122,14 @@ Bundle-Activator: de.prob.core.internal.Activator
Eclipse-BuddyPolicy: registered
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
lib/dependencies/unicode-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/theorymapping-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/prologlib-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/parserbase-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/ltlparser-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/cliparser-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/bparser-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/answerparser-2.4.
35-SNAPSHOT
.jar,
lib/dependencies/unicode-2.4.
40
.jar,
lib/dependencies/theorymapping-2.4.
40
.jar,
lib/dependencies/prologlib-2.4.
40
.jar,
lib/dependencies/parserbase-2.4.
40
.jar,
lib/dependencies/ltlparser-2.4.
40
.jar,
lib/dependencies/cliparser-2.4.
40
.jar,
lib/dependencies/bparser-2.4.
40
.jar,
lib/dependencies/answerparser-2.4.
40
.jar,
lib/dependencies/xstream-1.4.7.jar,
lib/dependencies/commons-codec-1.6.jar,
lib/dependencies/commons-lang-2.6.jar,
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/build.gradle
+
1
−
1
View file @
f49d31e9
apply
plugin:
'java'
def
parser_version
=
'2.4.
35-SNAPSHOT
'
def
parser_version
=
'2.4.
40
'
dependencies
{
compile
group:
"de.prob"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
...
...
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