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
5bdaaf43
Commit
5bdaaf43
authored
12 years ago
by
Jens Bendisposto
Browse files
Options
Downloads
Patches
Plain Diff
removed stupid dependency
parent
ada21367
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
de.prob.core/.classpath
+1
-2
1 addition, 2 deletions
de.prob.core/.classpath
de.prob.core/build.gradle
+0
-1
0 additions, 1 deletion
de.prob.core/build.gradle
with
1 addition
and
3 deletions
de.prob.core/.classpath
+
1
−
2
View file @
5bdaaf43
...
...
@@ -3,13 +3,11 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<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.18-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.4.18-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/cliparser-2.4.18-SNAPSHOT.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/jgrapht-0.8.3.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.18-SNAPSHOT.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.4.18-SNAPSHOT.jar"
/>
...
...
@@ -19,4 +17,5 @@
<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.3.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
This diff is collapsed.
Click to expand it.
de.prob.core/build.gradle
+
0
−
1
View file @
5bdaaf43
...
...
@@ -11,7 +11,6 @@ dependencies {
compile
group:
"de.prob"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
compile
'jgrapht:jgrapht:0.8.3'
compile
'commons-lang:commons-lang:2.6'
compile
'commons-codec:commons-codec:1.6'
compile
'com.thoughtworks.xstream:xstream:1.4.3'
...
...
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