Skip to content

Commit

Permalink
Fixed project configuration for Eclipse/CCW.
Browse files Browse the repository at this point in the history
  • Loading branch information
lspector committed Sep 27, 2014
1 parent 4824218 commit 6ee3fb9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 10 deletions.
35 changes: 35 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="test">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="dev-resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="resources">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="target/classes">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="ccw.LEININGEN_CONTAINER">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="pucks/target/native/macosx/x86"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .lein-repl-history
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(quit)
2 changes: 2 additions & 0 deletions .settings/ccw.repl.cmdhistory.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmdhistory=["(run-pucks (agents) (settings))"]
eclipse.preferences.version=1
1 change: 1 addition & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/pucks
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject pucks "0.1.1"
:description "FIXME: write description"
:description "An environment for experiments and education in artificial intelligence and artificial life."
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Leiningen
#Sun Sep 07 16:53:09 EDT 2014
version=0.1.0-SNAPSHOT
#Sat Sep 27 09:35:01 EDT 2014
version=0.1.1
revision=4824218700c24f12cca5e928682a5ec31b90fd06\n
groupId=pucks
artifactId=pucks
Original file line number Diff line number Diff line change
@@ -1 +1 @@
([:dependencies ([org.clojure/clojure "1.5.1"] [quil/quil "2.2.1"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])])])
([:dependencies ([org.clojure/clojure "1.5.1"] [quil/quil "2.2.2"] [org.clojure/tools.nrepl "0.2.6" :exclusions ([org.clojure/clojure]) :scope "test"] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure]) :scope "test"])])

This file was deleted.

0 comments on commit 6ee3fb9

Please sign in to comment.