Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
0521f0df
Commit
0521f0df
authored
May 19, 2017
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom update with recoder
parent
1e7dbfbd
Pipeline
#10606
passed with stage
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
pom.xml
pom.xml
+11
-9
No files found.
pom.xml
View file @
0521f0df
...
...
@@ -97,12 +97,12 @@
<visitor>
true
</visitor>
</configuration>
</plugin>
<plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5</version>
<executions>
<!--
<execution>
<execution>
<id>keyinstall</id>
<phase>initialize</phase>
<goals>
...
...
@@ -115,7 +115,7 @@
<packaging>jar</packaging>
<file>${basedir}/lib/key.core.jar</file>
</configuration>
</execution>
-->
</execution>
<execution>
<id>recoderinstall</id>
<phase>initialize</phase>
...
...
@@ -131,7 +131,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin>
-->
</plugins>
</build>
...
...
@@ -175,11 +175,13 @@
<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>
<scope>
system
</scope>
<systemPath>
${basedir}/lib/recoderKey.jar
</systemPath>
</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