Skip to content

Instantly share code, notes, and snippets.

@rik0
Created March 16, 2011 10:04
Show Gist options
  • Save rik0/872268 to your computer and use it in GitHub Desktop.
Save rik0/872268 to your computer and use it in GitHub Desktop.
(defproject AgentNetSym "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[net.sourceforge.collections/collections-generic "4.01"]
[com.cedarsoft.serialization/stax "2.1.0"]
[java3d/vecmath "1.3.1"]
[org.codehaus.woodstox/wstx-asl "3.2.9"]
[colt/colt "1.2.0"]
[concurrent/concurrent "1.3.4"]
[net.sf.jung/jung-api "2.0.1"]
[net.sf.jung/jung-graph-impl "2.0.1"]
[net.sf.jung/jung-algorithms "2.0.1"]]
:dev-dependencies [[swank-clojure "1.2.1"]
[org.clojars.mmcgrana/lein-javac "1.2.1"]]
:source-path "src/clojure"
:java-source-path "src/java"
:aot [it.unipr.aotlab.netsym.servers.NetworkDB
it.unipr.aotlab.netsym.actors.BANode
it.unipr.aotlab.netsym.actors.MetricsMonitor
it.unipr.aotlab.netsym.simulations.BarabasiAlbert
it.unipr.aotlab.netsym.run]
:main it.unipr.aotlab.netsym.run
:jar-exclusions [#"(?:^|/).git/"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment