adding eclipse stuff, may remove and ignore it later
This commit is contained in:
parent
0ee33720b7
commit
ed1fe9b5d3
3 changed files with 34 additions and 0 deletions
8
.classpath
Normal file
8
.classpath
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="lib" path="clojure.jar" sourcepath="clojure-src.jar"/>
|
||||||
|
<classpathentry kind="lib" path="classes"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
23
.project
Normal file
23
.project
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>rpg-clojure</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>ccw.builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>ccw.nature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
3
.settings/ccw.repl.cmdhistory.prefs
Normal file
3
.settings/ccw.repl.cmdhistory.prefs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#Thu Jun 28 16:11:05 EDT 2012
|
||||||
|
cmdhistory=["(hello \\"Betty\\")"]
|
||||||
|
eclipse.preferences.version=1
|
Loading…
Add table
Reference in a new issue