Skip to content

Commit

Permalink
undo delete
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangamble committed Feb 18, 2012
1 parent 6b735a9 commit ce99def
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions fluid.jnlp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
href="fluid.jnlp">
<information>
<title>Demonstration of Penumbras 3D Clojure Functionality</title>
<vendor>Machiavellian</vendor>
</information>
<resources>
<j2se version="1.4+" />
<jar href="clj-penumbra-examples.jar" />
</resources>
<application-desc main-class="example.gpgpu.fluid" />
<security><all-permissions/></security>
</jnlp>

0 comments on commit ce99def

Please sign in to comment.