From 198cb1f9df7f9167c26fe1201e010078494e0908 Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Mon, 6 May 2013 08:25:36 -0400 Subject: [PATCH] fix file permissions --- .classpath | 0 .project | 0 CHANGES.md | 0 LICENSE | 0 OTHERS | 0 contrib/README | 0 contrib/balloontips/README | 0 src/com/sun/jna/Version.java | 0 test/com/sun/jna/WebStartTest.java | 1 + 9 files changed, 1 insertion(+) mode change 100755 => 100644 .classpath mode change 100755 => 100644 .project mode change 100755 => 100644 CHANGES.md mode change 100755 => 100644 LICENSE mode change 100755 => 100644 OTHERS mode change 100755 => 100644 contrib/README mode change 100755 => 100644 contrib/balloontips/README mode change 100755 => 100644 src/com/sun/jna/Version.java diff --git a/.classpath b/.classpath old mode 100755 new mode 100644 diff --git a/.project b/.project old mode 100755 new mode 100644 diff --git a/CHANGES.md b/CHANGES.md old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/OTHERS b/OTHERS old mode 100755 new mode 100644 diff --git a/contrib/README b/contrib/README old mode 100755 new mode 100644 diff --git a/contrib/balloontips/README b/contrib/balloontips/README old mode 100755 new mode 100644 diff --git a/src/com/sun/jna/Version.java b/src/com/sun/jna/Version.java old mode 100755 new mode 100644 diff --git a/test/com/sun/jna/WebStartTest.java b/test/com/sun/jna/WebStartTest.java index 0777f6e1ca..899b2cff81 100644 --- a/test/com/sun/jna/WebStartTest.java +++ b/test/com/sun/jna/WebStartTest.java @@ -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(),