Skip to content

Commit b46f123

Browse files
committed
Fixes
1 parent bceca1c commit b46f123

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pom.xml
22
*.jar
3+
*.dll
34
lib
45
classes
56
compstore

brains-brain.jnlp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<jnlp <!-- codebase="http://sites.google.com/site/juliangamble/Home/" -->
3-
codebase="file:///C:/Users/julian/Documents/Projects/clj-penumbra-examples"
2+
<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
43
href="convolution.jnlp">
54
<information>
65
<title>Demonstration of Penumbras 3D Clojure Functionality</title>

convolution.jnlp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<jnlp <!-- codebase="http://sites.google.com/site/juliangamble/Home/" -->
3-
codebase="file:///C:/Users/julian/Documents/Projects/clj-penumbra-examples"
2+
<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
43
href="convolution.jnlp">
54
<information>
65
<title>Demonstration of Penumbras 3D Clojure Functionality</title>

fluid.jnlp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<jnlp <!-- codebase="http://sites.google.com/site/juliangamble/Home/" -->
3-
codebase="file:///C:/Users/julian/Documents/Projects/clj-penumbra-examples"
2+
<jnlp codebase="http://sites.google.com/site/juliangamble/Home/"
43
href="convolution.jnlp">
54
<information>
65
<title>Demonstration of Penumbras 3D Clojure Functionality</title>

0 commit comments

Comments
 (0)