Skip to content

Instantly share code, notes, and snippets.

@ianrumford
Created October 10, 2012 13:20
Show Gist options
  • Save ianrumford/3865605 to your computer and use it in GitHub Desktop.
Save ianrumford/3865605 to your computer and use it in GitHub Desktop.
VMFest VBox 4.2 examples project.clj
(defproject vmfest_examples "0.1.0-SNAPSHOT"
:description "VMFest and VirtualBox 4.2 examples"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.logging "0.2.3"]
[local/vboxjws "4.2.0"]
[local/vmfest "0.2.5-vbox4.2.0-SNAPSHOT"]
[ch.qos.logback/logback-classic "1.0.0"]
]
:repositories
[["sonatype-snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]
["sonatype" "https://oss.sonatype.org/content/repositories/releases/"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment