Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
bdb1185b
Commit
bdb1185b
authored
May 19, 2017
by
Sarah Grebing
Browse files
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
.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 @@
...
@@ -103,6 +103,7 @@
<version>
2.5
</version>
<version>
2.5
</version>
<executions>
<executions>
<execution>
<execution>
<id>
keyinstall
</id>
<phase>
initialize
</phase>
<phase>
initialize
</phase>
<goals>
<goals>
<goal>
install-file
</goal>
<goal>
install-file
</goal>
...
@@ -115,14 +116,8 @@
...
@@ -115,14 +116,8 @@
<file>
${basedir}/lib/key.core.jar
</file>
<file>
${basedir}/lib/key.core.jar
</file>
</configuration>
</configuration>
</execution>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-install-plugin
</artifactId>
<version>
2.5
</version>
<executions>
<execution>
<execution>
<id>
recoderinstall
</id>
<phase>
initialize
</phase>
<phase>
initialize
</phase>
<goals>
<goals>
<goal>
install-file
</goal>
<goal>
install-file
</goal>
...
@@ -158,11 +153,11 @@
...
@@ -158,11 +153,11 @@
<version>
1.16.16
</version>
<version>
1.16.16
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<!--
<dependency>
<groupId>
org.key-project
</groupId>
<groupId>org.key-project</groupId>
<artifactId>
key.core
</artifactId>
<artifactId>key.core</artifactId>
<version>
2.7
</version>
<version>2.7</version>
</dependency>
</dependency>
-->
<dependency>
<dependency>
<groupId>
org.antlr
</groupId>
<groupId>
org.antlr
</groupId>
<artifactId>
antlr
</artifactId>
<artifactId>
antlr
</artifactId>
...
@@ -178,11 +173,11 @@
...
@@ -178,11 +173,11 @@
<artifactId>
javacc
</artifactId>
<artifactId>
javacc
</artifactId>
<version>
4.0
</version>
<version>
4.0
</version>
</dependency>
</dependency>
<dependency>
<!--
<dependency>
<groupId>
org.key-project
</groupId>
<groupId>org.key-project</groupId>
<artifactId>
recoderKey
</artifactId>
<artifactId>recoderKey</artifactId>
<version>
1.0.0
</version>
<version>1.0.0</version>
</dependency>
</dependency>
-->
</dependencies>
</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