Skip to content

Commit d8d897a

Browse files
committed
Initial commit
0 parents  commit d8d897a

File tree

87 files changed

+36430
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+36430
-0
lines changed

.classpath

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry combineaccessrules="false" kind="src" path="/EDG"/>
6+
<classpathentry combineaccessrules="false" kind="src" path="/Miscellanea"/>
7+
<classpathentry kind="lib" path="lib/javaparser-core-3.2.1.jar" sourcepath="lib/javaparser-core-3.2.1-sources.jar"/>
8+
<classpathentry kind="lib" path="lib/antlr-4.7-complete.jar"/>
9+
<classpathentry kind="output" path="bin"/>
10+
</classpath>

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
*.DS_Store
3+
*.class
4+
build.xml
5+
tmp/*
6+
tmp/

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>e-Knife</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

lib/antlr-4.7-complete.jar

1.95 MB
Binary file not shown.

lib/javaparser-core-3.2.1-sources.jar

471 KB
Binary file not shown.

lib/javaparser-core-3.2.1.jar

821 KB
Binary file not shown.

0 commit comments

Comments
 (0)