Skip to content

Commit

Permalink
Bringing Git repo to compilable state
Browse files Browse the repository at this point in the history
  • Loading branch information
jploski committed Feb 6, 2012
1 parent b4ebf72 commit f75f9e8
Show file tree
Hide file tree
Showing 63 changed files with 626 additions and 3,008 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>epic-ide</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Empty file modified ANTLR/.classpath
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions ANTLR/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Bin
Empty file modified ANTLR/.project
100755 → 100644
Empty file.
Empty file modified ANTLR/AddTokenTypes.java
100755 → 100644
Empty file.
Empty file modified ANTLR/AddTokenTypes.txt
100755 → 100644
Empty file.
Empty file modified ANTLR/Adder.java
100755 → 100644
Empty file.
20 changes: 0 additions & 20 deletions ANTLR/Bin/.classpath

This file was deleted.

24 changes: 0 additions & 24 deletions ANTLR/Bin/.project

This file was deleted.

Binary file removed ANTLR/Bin/AddTokenTypes.class
Binary file not shown.
32 changes: 0 additions & 32 deletions ANTLR/Bin/AddTokenTypes.txt

This file was deleted.

Binary file removed ANTLR/Bin/Adder$PerlLexer.class
Binary file not shown.
Binary file removed ANTLR/Bin/Adder.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlBaseLexer.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlDebugValue.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlDebugVar.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlParser.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlParserSimple.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlVarParser$PerlLexer.class
Binary file not shown.
Binary file removed ANTLR/Bin/PerlVarParser.class
Binary file not shown.
18 changes: 0 additions & 18 deletions ANTLR/Bin/test.dat

This file was deleted.

162 changes: 0 additions & 162 deletions ANTLR/Bin/var_new.dat

This file was deleted.

79 changes: 0 additions & 79 deletions ANTLR/Bin/vars.dat

This file was deleted.

Empty file modified ANTLR/PerlBaseLexer.java
100755 → 100644
Empty file.
Empty file modified ANTLR/PerlDebugValue.java
100755 → 100644
Empty file.
Empty file modified ANTLR/PerlDebugVar.java
100755 → 100644
Empty file.
Empty file modified ANTLR/PerlParser.java
100755 → 100644
Empty file.
Empty file modified ANTLR/PerlParserSimple.java
100755 → 100644
Empty file.
Empty file modified ANTLR/PerlVarParser.java
100755 → 100644
Empty file.
Empty file modified ANTLR/add.g
100755 → 100644
Empty file.
Empty file modified ANTLR/modes/catalog
100755 → 100644
Empty file.
Empty file modified ANTLR/modes/catalog.dtd
100755 → 100644
Empty file.
Empty file modified ANTLR/modes/perl.xml
100755 → 100644
Empty file.
Empty file modified ANTLR/modes/xmode.dtd
100755 → 100644
Empty file.
Empty file modified ANTLR/test.dat
100755 → 100644
Empty file.
Empty file modified ANTLR/var_new.dat
100755 → 100644
Empty file.
Empty file modified ANTLR/vars.dat
100755 → 100644
Empty file.
Empty file modified CVSROOT/syncmail2.1
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions org.epic.debug/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin
Loading

0 comments on commit f75f9e8

Please sign in to comment.