Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sarah.grebing
ProofScriptParser
Commits
bdb1185b
Commit
bdb1185b
authored
May 19, 2017
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interim
parent
7ce02ad0
Pipeline
#10604
passed with stage
in 2 minutes and 50 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
43 deletions
+12
-43
.idea/libraries/Maven__org_key_project_key_core_2_7.xml
.idea/libraries/Maven__org_key_project_key_core_2_7.xml
+0
-13
.idea/libraries/Maven__org_key_project_recoderKey_1_0_0.xml
.idea/libraries/Maven__org_key_project_recoderKey_1_0_0.xml
+0
-13
pom.xml
pom.xml
+12
-17
No files found.
.idea/libraries/Maven__org_key_project_key_core_2_7.xml
deleted
100644 → 0
View file @
7ce02ad0
<component
name=
"libraryTable"
>
<library
name=
"Maven: org.key-project:key.core:2.7"
>
<CLASSES>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/key.core/2.7/key.core-2.7.jar!/"
/>
</CLASSES>
<JAVADOC>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/key.core/2.7/key.core-2.7-javadoc.jar!/"
/>
</JAVADOC>
<SOURCES>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/key.core/2.7/key.core-2.7-sources.jar!/"
/>
</SOURCES>
</library>
</component>
\ No newline at end of file
.idea/libraries/Maven__org_key_project_recoderKey_1_0_0.xml
deleted
100644 → 0
View file @
7ce02ad0
<component
name=
"libraryTable"
>
<library
name=
"Maven: org.key-project:recoderKey:1.0.0"
>
<CLASSES>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/recoderKey/1.0.0/recoderKey-1.0.0.jar!/"
/>
</CLASSES>
<JAVADOC>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/recoderKey/1.0.0/recoderKey-1.0.0-javadoc.jar!/"
/>
</JAVADOC>
<SOURCES>
<root
url=
"jar://$MAVEN_REPOSITORY$/org/key-project/recoderKey/1.0.0/recoderKey-1.0.0-sources.jar!/"
/>
</SOURCES>
</library>
</component>
\ No newline at end of file
pom.xml
View file @
bdb1185b
...
...
@@ -103,6 +103,7 @@
<version>
2.5
</version>
<executions>
<execution>
<id>
keyinstall
</id>
<phase>
initialize
</phase>
<goals>
<goal>
install-file
</goal>
...
...
@@ -115,14 +116,8 @@
<file>
${basedir}/lib/key.core.jar
</file>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-install-plugin
</artifactId>
<version>
2.5
</version>
<executions>
<execution>
<id>
recoderinstall
</id>
<phase>
initialize
</phase>
<goals>
<goal>
install-file
</goal>
...
...
@@ -158,11 +153,11 @@
<version>
1.16.16
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.key-project
</groupId>
<artifactId>
key.core
</artifactId>
<version>
2.7
</version>
</dependency
>
<
!-- <
dependency>
<groupId>org.key-project</groupId>
<artifactId>key.core</artifactId>
<version>2.7</version>
</dependency>--
>
<dependency>
<groupId>
org.antlr
</groupId>
<artifactId>
antlr
</artifactId>
...
...
@@ -178,11 +173,11 @@
<artifactId>
javacc
</artifactId>
<version>
4.0
</version>
</dependency>
<dependency>
<groupId>
org.key-project
</groupId>
<artifactId>
recoderKey
</artifactId>
<version>
1.0.0
</version>
</dependency
>
<
!-- <
dependency>
<groupId>org.key-project</groupId>
<artifactId>recoderKey</artifactId>
<version>1.0.0</version>
</dependency>--
>
</dependencies>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment