Skip to content

Commit

Permalink
Merge pull request #4 from Frege/frege-repl-3
Browse files Browse the repository at this point in the history
Issue #3
  • Loading branch information
mmhelloworld committed Dec 30, 2013
2 parents 23fe380 + 65128aa commit d73287e
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 45 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ Thumbs.db
Desktop.ini


*.versionsBackup
*.versionsBackup

# Ignore Intellij files
*.iml
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>frege</groupId>
<artifactId>frege-repl</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>frege-repl</name>
<url>https://github.com/Frege/frege-repl</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceDirectory>src/main/frege</project.build.sourceDirectory>
<frege.version>frege-3.21.232-g7b05453</frege.version>
<frege.plugin.version>1.0.5</frege.plugin.version>
<frege.scripting.version>1.0.0</frege.scripting.version>
<frege.scripting.version>1.0.2-SNAPSHOT</frege.scripting.version>
<jline.version>2.10</jline.version>
<ecj.version>4.2.2</ecj.version>
<junit.version>4.11</junit.version>
Expand Down
Loading

0 comments on commit d73287e

Please sign in to comment.