summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2010-04-01 23:13:18 -0700
committerDavid Barksdale <amatus.amongus@gmail.com>2010-04-01 23:13:18 -0700
commite8c901ff50ac23a3127dbcd1b010f59295f5693e (patch)
treea12429121e0b32629c00d12fa0a98b4fc3769b22
The beginning.
-rw-r--r--.classpath9
-rw-r--r--.project23
-rw-r--r--clojure-contrib-src.jarbin0 -> 307305 bytes
-rw-r--r--clojure-contrib.jarbin0 -> 3138636 bytes
-rw-r--r--clojure-src.jarbin0 -> 397555 bytes
-rw-r--r--clojure.jarbin0 -> 1835675 bytes
-rw-r--r--src/gnunet.clj2
7 files changed, 34 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..392cff0
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,9 @@
+<?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="/u/home/amatus/gnunet/gnunet/clojure.jar" sourcepath="/u/home/amatus/gnunet/gnunet/clojure-src.jar"/>
+ <classpathentry kind="lib" path="/u/home/amatus/gnunet/gnunet/clojure-contrib.jar" sourcepath="/u/home/amatus/gnunet/gnunet/clojure-contrib-src.jar"/>
+ <classpathentry kind="lib" path="/u/home/amatus/gnunet/gnunet/classes"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.project b/.project
new file mode 100644
index 0000000..ae2eee6
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>gnunet</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>
diff --git a/clojure-contrib-src.jar b/clojure-contrib-src.jar
new file mode 100644
index 0000000..657b291
--- /dev/null
+++ b/clojure-contrib-src.jar
Binary files differ
diff --git a/clojure-contrib.jar b/clojure-contrib.jar
new file mode 100644
index 0000000..af180e1
--- /dev/null
+++ b/clojure-contrib.jar
Binary files differ
diff --git a/clojure-src.jar b/clojure-src.jar
new file mode 100644
index 0000000..646de76
--- /dev/null
+++ b/clojure-src.jar
Binary files differ
diff --git a/clojure.jar b/clojure.jar
new file mode 100644
index 0000000..6d59ee1
--- /dev/null
+++ b/clojure.jar
Binary files differ
diff --git a/src/gnunet.clj b/src/gnunet.clj
new file mode 100644
index 0000000..a86019d
--- /dev/null
+++ b/src/gnunet.clj
@@ -0,0 +1,2 @@
+(ns gnunet)
+