Skip to content

Commit

Permalink
fix file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
twall committed May 6, 2013
1 parent e359777 commit 198cb1f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 0 deletions.
Empty file modified .classpath
100755 → 100644
Empty file.
Empty file modified .project
100755 → 100644
Empty file.
Empty file modified CHANGES.md
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified OTHERS
100755 → 100644
Empty file.
Empty file modified contrib/README
100755 → 100644
Empty file.
Empty file modified contrib/balloontips/README
100755 → 100644
Empty file.
Empty file modified src/com/sun/jna/Version.java
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions test/com/sun/jna/WebStartTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private void runTestUnderWebStart(String testClass, String testMethod) throws Ex
String path = findJWS();
String[] cmd = {
path,
Platform.isWindows() ? "-J-Ddummy" : (Platform.is64Bit() ? "-J-d64" : "-J-d32"),
"-Xnosplash",
"-wait",
jnlp.toURI().toURL().toString(),
Expand Down

0 comments on commit 198cb1f

Please sign in to comment.